Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
fix: use exact versions for internal packages
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomrqz committed Nov 20, 2018
1 parent b039d17 commit a491b19
Show file tree
Hide file tree
Showing 8 changed files with 339 additions and 41 deletions.
6 changes: 3 additions & 3 deletions packages/@statusfy/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"semver": "^5.5.0"
},
"peerDependencies": {
"@statusfy/common": "^0.1.2",
"@statusfy/core": "^0.1.2",
"@statusfy/editor": "^0.1.2"
"@statusfy/common": "0.1.2",
"@statusfy/core": "0.1.2",
"@statusfy/editor": "0.1.2"
}
}
6 changes: 3 additions & 3 deletions packages/@statusfy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@fortawesome/fontawesome-svg-core": "^1.2.5",
"@nuxtjs/axios": "^5.3.3",
"@nuxtjs/pwa": "^2.5.0",
"@statusfy/common": "^0.1.2",
"@statusfy/markdown": "^0.1.2",
"@statusfy/common": "0.1.2",
"@statusfy/markdown": "0.1.2",
"body-parser": "^1.18.3",
"browser-sync": "^2.26.0",
"cors": "^2.8.4",
Expand Down Expand Up @@ -72,7 +72,7 @@
"devDependencies": {
"@babel/core": "^7.1.2",
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
"@statusfy/test-utils": "^0.1.2",
"@statusfy/test-utils": "0.1.2",
"babel-core": "^7.0.0-0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@statusfy/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"homepage": "https://github.com/bazzite/statusfy#readme",
"dependencies": {
"@statusfy/common": "^0.1.2",
"@statusfy/common": "0.1.2",
"markdown-it": "^8.4.1",
"markdown-it-container": "^2.0.0",
"markdown-it-emoji": "^1.4.0"
},
"devDependencies": {
"@statusfy/test-utils": "^0.1.2"
"@statusfy/test-utils": "0.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"statusfy": "^0.1.2"
"statusfy": "0.1.2"
},
"engines": {
"node": ">=8.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://docs.statusfy.co",
"devDependencies": {
"@statusfy/common": "^0.1.2",
"@statusfy/common": "0.1.2",
"markdown-it-block-image": "0.0.3",
"markdown-it-imsize": "^2.0.1",
"vuepress": "^0.14.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/statusfy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"statuspage"
],
"dependencies": {
"@statusfy/cli": "^0.1.2",
"@statusfy/core": "^0.1.2",
"@statusfy/editor": "^0.1.2"
"@statusfy/cli": "0.1.2",
"@statusfy/core": "0.1.2",
"@statusfy/editor": "0.1.2"
},
"engines": {
"node": ">=8.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/pwa": "^2.6.0",
"@nuxtjs/sitemap": "^0.1.1",
"@statusfy/common": "^0.1.0",
"@statusfy/common": "0.1.0",
"animate.css": "^3.7.0",
"date-fns": "1.29.0",
"github-markdown-css": "^2.10.0",
Expand Down
Loading

0 comments on commit a491b19

Please sign in to comment.