Skip to content

Commit

Permalink
fix(deps): update all dependencies (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jens Schulze <jens.schulze@commercetools.com>
  • Loading branch information
3 people authored Jan 26, 2022
1 parent add062a commit 08caea9
Show file tree
Hide file tree
Showing 10 changed files with 1,398 additions and 1,122 deletions.
9 changes: 9 additions & 0 deletions .changeset/chatty-starfishes-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@commercetools/history-sdk": patch
"@commercetools/importapi-sdk": patch
"@commercetools/ml-sdk": patch
"@commercetools/platform-sdk": patch
"@commercetools/sdk-client-v2": patch
---

fix(deps): update all dependencies
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aliases:
executors:
node_14:
docker:
- image: cimg/node:14.18.1
- image: cimg/node:14.18.3

version: 2.1
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.22.7
12.22.9
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,37 @@
},
"workspaces": ["packages/*"],
"dependencies": {
"@babel/core": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/preset-typescript": "7.16.0",
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "2.18.0",
"@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",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@manypkg/cli": "0.19.1",
"@preconstruct/cli": "2.1.5",
"@types/jest": "27.0.3",
"@types/jest": "27.4.0",
"@types/node": "^15.9.0",
"babel-jest": "27.3.1",
"babel-jest": "27.4.6",
"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.3.1",
"jest": "27.4.7",
"jest-junit": "13.0.0",
"jest-watch-typeahead": "1.0.0",
"lint-staged": "12.1.1",
"lint-staged": "12.3.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"path-browserify": "^1.0.1",
"prettier": "2.4.1",
"prettier": "2.5.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-jest": "27.0.7",
"ts-jest": "27.1.3",
"ts-loader": "^9.2.6",
"tsc-files": "1.1.3",
"typescript": "4.5.2",
"typescript": "4.5.5",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-node-externals": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/history-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@commercetools/platform-sdk": "2.3.0",
"@types/uuid": "8.3.3",
"organize-imports-cli": "0.8.0",
"@types/uuid": "8.3.4",
"organize-imports-cli": "0.9.0",
"tsconfig-replace-paths": "0.0.11",
"uuid": "8.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/importapi-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"querystring": "^0.2.1"
},
"devDependencies": {
"@types/uuid": "8.3.3",
"organize-imports-cli": "0.8.0",
"@types/uuid": "8.3.4",
"organize-imports-cli": "0.9.0",
"tsconfig-replace-paths": "0.0.11",
"uuid": "8.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ml-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@commercetools/platform-sdk": "2.3.0",
"@types/uuid": "8.3.3",
"organize-imports-cli": "0.8.0",
"@types/uuid": "8.3.4",
"organize-imports-cli": "0.9.0",
"tsconfig-replace-paths": "0.0.11",
"uuid": "8.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"querystring": "^0.2.1"
},
"devDependencies": {
"@types/uuid": "8.3.3",
"organize-imports-cli": "0.8.0",
"@types/uuid": "8.3.4",
"organize-imports-cli": "0.9.0",
"tsconfig-replace-paths": "0.0.11",
"uuid": "8.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"abort-controller": "3.0.0",
"common-tags": "1.8.2",
"dotenv": "10.0.0",
"jest": "27.3.1",
"jest": "27.4.7",
"nock": "12.0.3",
"organize-imports-cli": "0.8.0"
"organize-imports-cli": "0.9.0"
},
"scripts": {
"organize_imports": "find src -type f -name '*.ts' | xargs organize-imports-cli",
Expand Down
Loading

0 comments on commit 08caea9

Please sign in to comment.