Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 1, 2022
1 parent ba52d38 commit 5aeb065
Show file tree
Hide file tree
Showing 9 changed files with 1,334 additions and 808 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -18,7 +18,7 @@ aliases:
executors:
node_14:
docker:
- image: cimg/node:14.18.3
- image: cimg/node:14.19.3

version: 2.1
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
12.22.9
12.22.12
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -16,37 +16,37 @@
},
"workspaces": ["packages/*"],
"dependencies": {
"@babel/core": "7.16.12",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7",
"@changesets/changelog-github": "0.4.2",
"@changesets/cli": "2.20.0",
"@babel/core": "7.18.2",
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/preset-env": "7.18.2",
"@babel/preset-typescript": "7.17.12",
"@changesets/changelog-github": "0.4.4",
"@changesets/cli": "2.22.0",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@manypkg/cli": "0.19.1",
"@preconstruct/cli": "2.1.5",
"@types/jest": "27.4.0",
"@types/jest": "27.5.2",
"@types/node": "^15.9.0",
"babel-jest": "27.4.6",
"babel-jest": "27.5.1",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"codecov": "^3.8.3",
"husky": "7.0.4",
"ignore-loader": "^0.1.2",
"jest": "27.4.7",
"jest-junit": "13.0.0",
"jest-watch-typeahead": "1.0.0",
"lint-staged": "12.3.1",
"jest": "27.5.1",
"jest-junit": "13.2.0",
"jest-watch-typeahead": "1.1.0",
"lint-staged": "12.5.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"path-browserify": "^1.0.1",
"prettier": "2.5.1",
"prettier": "2.6.2",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-jest": "27.1.3",
"ts-jest": "27.1.5",
"ts-loader": "^9.2.6",
"tsc-files": "1.1.3",
"typescript": "4.5.5",
"typescript": "4.7.2",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-node-externals": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/history-sdk/package.json
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@commercetools/platform-sdk": "2.7.0",
"@types/uuid": "8.3.4",
"organize-imports-cli": "0.9.0",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.11",
"uuid": "8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/importapi-sdk/package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/uuid": "8.3.4",
"organize-imports-cli": "0.9.0",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.11",
"uuid": "8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ml-sdk/package.json
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@commercetools/platform-sdk": "2.7.0",
"@types/uuid": "8.3.4",
"organize-imports-cli": "0.9.0",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.11",
"uuid": "8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-sdk/package.json
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/uuid": "8.3.4",
"organize-imports-cli": "0.9.0",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.11",
"uuid": "8.3.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk-client/package.json
Expand Up @@ -45,10 +45,10 @@
"devDependencies": {
"abort-controller": "3.0.0",
"common-tags": "1.8.2",
"dotenv": "16.0.0",
"jest": "27.4.7",
"dotenv": "16.0.1",
"jest": "27.5.1",
"nock": "12.0.3",
"organize-imports-cli": "0.9.0"
"organize-imports-cli": "0.10.0"
},
"scripts": {
"organize_imports": "find src -type f -name '*.ts' | xargs organize-imports-cli",
Expand Down

0 comments on commit 5aeb065

Please sign in to comment.