Skip to content

Commit

Permalink
chore: Update exact versions of Vendure dependencies for beta
Browse files Browse the repository at this point in the history
Using `^` will cause issues as npm will interpret the older `next.28` releases as being more recent.
  • Loading branch information
michaelbromley committed Apr 6, 2023
1 parent f3ab9d9 commit 71bab46
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions packages/admin-ui-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"devDependencies": {
"@types/express": "^4.17.8",
"@types/fs-extra": "^9.0.1",
"@vendure/common": "^2.0.0-beta.0",
"@vendure/core": "^2.0.0-beta.0",
"@vendure/common": "2.0.0-beta.0",
"@vendure/core": "2.0.0-beta.0",
"express": "^4.17.1",
"rimraf": "^3.0.2",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@ng-select/ng-select": "^10.0.3",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@vendure/common": "^2.0.0-beta.0",
"@vendure/common": "2.0.0-beta.0",
"@webcomponents/custom-elements": "^1.5.1",
"apollo-angular": "^4.2.1",
"apollo-upload-client": "^17.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/asset-server-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@types/fs-extra": "^9.0.8",
"@types/node-fetch": "^2.5.8",
"@types/sharp": "^0.30.4",
"@vendure/common": "^2.0.0-beta.0",
"@vendure/core": "^2.0.0-beta.0",
"@vendure/common": "2.0.0-beta.0",
"@vendure/core": "2.0.0-beta.0",
"aws-sdk": "^2.856.0",
"express": "^4.17.1",
"node-fetch": "^2.6.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@nestjs/testing": "9.3.9",
"@nestjs/typeorm": "9.0.1",
"@types/fs-extra": "^9.0.1",
"@vendure/common": "^2.0.0-beta.0",
"@vendure/common": "2.0.0-beta.0",
"apollo-server-express": "3.6.3",
"bcrypt": "^5.1.0",
"body-parser": "^1.19.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@types/handlebars": "^4.1.0",
"@types/listr": "^0.14.2",
"@types/semver": "^6.2.2",
"@vendure/core": "^2.0.0-beta.0",
"@vendure/core": "2.0.0-beta.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "4.9.5"
},
"dependencies": {
"@vendure/common": "^2.0.0-beta.0",
"@vendure/common": "2.0.0-beta.0",
"commander": "^10.0.0",
"cross-spawn": "^7.0.3",
"detect-port": "^1.5.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"load-test:100k": "node -r ts-node/register load-testing/run-load-test.ts 100000"
},
"dependencies": {
"@vendure/admin-ui-plugin": "^2.0.0-beta.0",
"@vendure/asset-server-plugin": "^2.0.0-beta.0",
"@vendure/common": "^2.0.0-beta.0",
"@vendure/core": "^2.0.0-beta.0",
"@vendure/elasticsearch-plugin": "^2.0.0-beta.0",
"@vendure/email-plugin": "^2.0.0-beta.0",
"@vendure/admin-ui-plugin": "2.0.0-beta.0",
"@vendure/asset-server-plugin": "2.0.0-beta.0",
"@vendure/common": "2.0.0-beta.0",
"@vendure/core": "2.0.0-beta.0",
"@vendure/elasticsearch-plugin": "2.0.0-beta.0",
"@vendure/email-plugin": "2.0.0-beta.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/csv-stringify": "^3.1.0",
"@vendure/testing": "^2.0.0-beta.0",
"@vendure/ui-devkit": "^2.0.0-beta.0",
"@vendure/testing": "2.0.0-beta.0",
"@vendure/ui-devkit": "2.0.0-beta.0",
"commander": "^7.1.0",
"concurrently": "^5.0.0",
"csv-stringify": "^5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/elasticsearch-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"@vendure/common": "^2.0.0-beta.0",
"@vendure/core": "^2.0.0-beta.0",
"@vendure/common": "2.0.0-beta.0",
"@vendure/core": "2.0.0-beta.0",
"rimraf": "^3.0.2",
"typescript": "4.9.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/email-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@types/fs-extra": "^9.0.1",
"@types/handlebars": "^4.1.0",
"@types/mjml": "^4.0.4",
"@vendure/common": "^2.0.0-beta.0",
"@vendure/core": "^2.0.0-beta.0",
"@vendure/common": "2.0.0-beta.0",
"@vendure/core": "2.0.0-beta.0",
"rimraf": "^3.0.2",
"typescript": "4.9.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/harden-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"graphql-query-complexity": "^0.12.0"
},
"devDependencies": {
"@vendure/common": "^2.0.0-beta.0",
"@vendure/core": "^2.0.0-beta.0"
"@vendure/common": "2.0.0-beta.0",
"@vendure/core": "2.0.0-beta.0"
}
}
4 changes: 2 additions & 2 deletions packages/job-queue-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"devDependencies": {
"@google-cloud/pubsub": "^2.8.0",
"@vendure/common": "^2.0.0-beta.0",
"@vendure/core": "^2.0.0-beta.0",
"@vendure/common": "2.0.0-beta.0",
"@vendure/core": "2.0.0-beta.0",
"bullmq": "^3.6.1",
"ioredis": "^5.3.0",
"rimraf": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/payments-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@mollie/api-client": "^3.6.0",
"@types/braintree": "^2.22.15",
"@types/localtunnel": "2.0.1",
"@vendure/common": "^2.0.0-beta.0",
"@vendure/core": "^2.0.0-beta.0",
"@vendure/testing": "^2.0.0-beta.0",
"@vendure/common": "2.0.0-beta.0",
"@vendure/core": "2.0.0-beta.0",
"@vendure/testing": "2.0.0-beta.0",
"braintree": "^3.0.0",
"localtunnel": "2.0.1",
"nock": "^13.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@types/node-fetch": "^2.5.4",
"@vendure/common": "^2.0.0-beta.0",
"@vendure/common": "2.0.0-beta.0",
"faker": "^4.1.0",
"form-data": "^3.0.0",
"graphql": "16.6.0",
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@types/mysql": "^2.15.15",
"@types/pg": "^7.14.5",
"@vendure/core": "^2.0.0-beta.0",
"@vendure/core": "2.0.0-beta.0",
"mysql": "^2.18.1",
"pg": "^8.4.0",
"rimraf": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-devkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@angular/cli": "^15.2.1",
"@angular/compiler": "^15.2.1",
"@angular/compiler-cli": "^15.2.1",
"@vendure/admin-ui": "^2.0.0-beta.0",
"@vendure/common": "^2.0.0-beta.0",
"@vendure/admin-ui": "2.0.0-beta.0",
"@vendure/common": "2.0.0-beta.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"fs-extra": "^10.0.0",
Expand All @@ -51,7 +51,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/fs-extra": "^11.0.1",
"@vendure/core": "^2.0.0-beta.0",
"@vendure/core": "2.0.0-beta.0",
"rimraf": "^3.0.2",
"rollup": "^3.18.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit 71bab46

Please sign in to comment.