Skip to content

Commit

Permalink
fix(deps): update all dependencies (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 22, 2022
1 parent 1ff7e41 commit a1a18b6
Show file tree
Hide file tree
Showing 9 changed files with 294 additions and 386 deletions.
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.3
- image: cimg/node:14.19.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.9
12.22.12
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"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.5",
"@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.5",
"@changesets/cli": "2.23.0",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@manypkg/cli": "0.19.1",
Expand All @@ -35,18 +35,18 @@
"husky": "^7.0.4",
"ignore-loader": "^0.1.2",
"jest": "28.1.1",
"jest-junit": "13.0.0",
"jest-watch-typeahead": "1.0.0",
"lint-staged": "12.3.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.7.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-jest": "28.0.5",
"ts-loader": "^9.2.6",
"tsc-files": "1.1.3",
"typescript": "4.5.5",
"typescript": "4.7.4",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@commercetools/platform-sdk": "2.8.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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@commercetools/platform-sdk": "2.8.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
Original file line number Diff line number Diff line change
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
4 changes: 2 additions & 2 deletions packages/sdk-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"devDependencies": {
"abort-controller": "3.0.0",
"common-tags": "1.8.2",
"dotenv": "16.0.0",
"dotenv": "16.0.1",
"jest": "28.1.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
642 changes: 275 additions & 367 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit a1a18b6

Please sign in to comment.