Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucmus authored Sep 16, 2020
1 parent a427d74 commit cef0917
Show file tree
Hide file tree
Showing 10 changed files with 1,110 additions and 1,315 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,48 +48,48 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@microsoft/api-documenter": "^7.8.27",
"@microsoft/api-extractor": "^7.9.5",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@microsoft/api-documenter": "^7.8.49",
"@microsoft/api-extractor": "^7.9.15",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-replace": "^2.3.3",
"@types/faker": "^4.1.12",
"@types/faker": "^5.1.0",
"@types/fs-extra": "^9.0.1",
"@types/jest": "^26.0.10",
"@types/lodash": "^4.14.160",
"@types/node": "^14.0.27",
"axios": "^0.19.2",
"@types/jest": "^26.0.13",
"@types/lodash": "^4.14.161",
"@types/node": "^14.10.2",
"axios": "^0.20.0",
"brotli": "^1.3.2",
"chalk": "^4.1.0",
"chokidar": "^3.4.2",
"conventional-changelog-cli": "^2.1.0",
"coveralls": "^3.1.0",
"cypress": "^4.12.1",
"enquirer": "^2.3.6",
"esbuild": "^0.6.22",
"esbuild": "^0.7.1",
"execa": "^4.0.3",
"faker": "^4.1.0",
"faker": "^5.1.0",
"fs-extra": "^9.0.1",
"fs-jetpack": "^3.1.0",
"husky": "^4.2.5",
"jest": "^26.4.0",
"husky": "^4.3.0",
"jest": "^26.4.2",
"lerna": "^3.22.1",
"lint-staged": "^10.2.11",
"lint-staged": "^10.3.0",
"minimist": "^1.2.5",
"prettier": "~2.0.5",
"rollup": "^2.26.3",
"prettier": "~2.1.2",
"rollup": "^2.27.0",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.2",
"semver": "^7.3.2",
"ts-jest": "^26.2.0",
"ts-jest": "^26.3.0",
"tslib": "^2.0.1",
"typedoc": "^0.18.0",
"typedoc-plugin-markdown": "^2.4.0",
"typescript": "^3.9.7",
"vuepress": "^1.5.3",
"typedoc": "^0.19.1",
"typedoc-plugin-markdown": "^2.4.2",
"typescript": "^4.0.2",
"vuepress": "^1.5.4",
"yorkie": "^2.0.0"
},
"engines": {
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@
"lodash": "^4.17.20",
"md5-hex": "^3.0.1",
"request": "^2.88.2",
"snyk": "^1.374.0",
"snyk": "^1.398.0",
"universal-analytics": "^0.4.23",
"unzipper": "^0.10.11"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/jest": "^26.0.13",
"@types/node": "^12.12.31",
"jest": "^26.4.0",
"prettier": "^2.0.5",
"ts-jest": "^26.2.0",
"ts-node": "^8.10.2",
"jest": "^26.4.2",
"prettier": "^2.1.2",
"ts-jest": "^26.3.0",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
},
"jest": {
"preset": "ts-jest",
Expand Down
8 changes: 4 additions & 4 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"license": "MIT",
"dependencies": {
"@shopware-pwa/shopware-6-client": "0.3.1",
"@vue/composition-api": "^1.0.0-beta.10",
"axios": "^0.19.2",
"@vue/composition-api": "^1.0.0-beta.14",
"axios": "^0.20.0",
"cookie-universal": "^2.1.4",
"query-string": "^6.13.1",
"vue": "^2.6.11"
"query-string": "^6.13.2",
"vue": "^2.6.12"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 12 additions & 12 deletions packages/default-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,32 @@
"@storefront-ui/vue": "0.7.18",
"core-js": "^3.6.5",
"currency.js": "^2.0.3",
"dayjs": "^1.8.33",
"dayjs": "^1.8.35",
"html-to-vue": "^1.2.1",
"node-sass": "^4.14.1",
"nuxt": "^2.14.3",
"sass-loader": "^9.0.3",
"vue-i18n": "^8.21.0",
"nuxt": "^2.14.5",
"sass-loader": "^10.0.2",
"vue-i18n": "^8.21.1",
"vuelidate": "^0.7.5",
"snyk": "^1.374.0"
"snyk": "^1.398.0"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@vue-storefront/nuxt": "^0.0.3",
"@vue/composition-api": "^1.0.0-beta.10",
"@vue/test-utils": "^1.0.3",
"@vue/composition-api": "^1.0.0-beta.14",
"@vue/test-utils": "^1.1.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"eslint": "^7.7.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-nuxt": ">=1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"jest": "^26.4.0",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"husky": "^4.3.0",
"jest": "^26.4.2",
"lint-staged": "^10.3.0",
"prettier": "^2.1.2",
"vue-jest": "^4.0.0-0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"query-string": "^6.13.1"
"query-string": "^6.13.2"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"license": "MIT",
"dependencies": {
"@nuxt/types": "^2.14.3",
"@nuxt/typescript-build": "^2.0.2",
"@nuxt/typescript-runtime": "^1.0.0",
"@nuxt/utils": "^2.14.3",
"@nuxt/types": "^2.14.5",
"@nuxt/typescript-build": "^2.0.3",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxt/utils": "^2.14.5",
"chokidar": "^3.4.2",
"cookie-universal": "^2.1.4",
"cosmiconfig": "^7.0.0",
Expand All @@ -26,14 +26,14 @@
"he": "^1.2.0",
"lodash": "^4.17.20",
"path": "^0.12.7",
"snyk": "^1.374.0",
"snyk": "^1.398.1",
"universal-analytics": "^0.4.23",
"vue": "^2.6.11",
"vue": "^2.6.12",
"vue-loader": "^15.9.3",
"vue-meta": "^2.4.0",
"vue-router": "^3.4.3",
"vue-server-renderer": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"vue-server-renderer": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.5.1"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,18 @@ describe("CustomerService - register", () => {
});

it("should never register a customer without billing address", async () => {
delete customerData.billingAddress;
const customerDataNew: any = {
...customerData,
billingAddress: undefined,
};

mockedPost.mockRejectedValueOnce(new Error("400"));

expect(register(customerData)).rejects.toThrowError("400");
expect(register(customerDataNew)).rejects.toThrowError("400");
expect(mockedPost).toBeCalledTimes(1);
expect(mockedPost).toBeCalledWith(
getCustomerRegisterEndpoint(),
customerData
customerDataNew
);
});
});
4 changes: 2 additions & 2 deletions packages/shopware-6-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
]
},
"dependencies": {
"axios": "^0.19.2",
"query-string": "^6.13.1"
"axios": "^0.20.0",
"query-string": "^6.13.2"
},
"devDependencies": {
"@types/query-string": "^6.3.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/updateDependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function run() {

try {
for (let index = 0; index < list.length; index++) {
await execa("ncu", ["-i"], {
await execa("npx", ["npm-check-updates", "-i"], {
stdio: "inherit",
cwd: list[index],
});
Expand Down
Loading

0 comments on commit cef0917

Please sign in to comment.