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 Feb 23, 2022
1 parent 8d5884e commit 9b76775
Show file tree
Hide file tree
Showing 5 changed files with 648 additions and 440 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.0

version: 2.1
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
12.22.9
12.22.10
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -16,28 +16,28 @@
},
"workspaces": ["packages/*"],
"dependencies": {
"@babel/core": "7.16.12",
"@babel/core": "7.17.5",
"@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",
"@changesets/changelog-github": "0.4.3",
"@changesets/cli": "2.21.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.4.1",
"@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": "27.5.1",
"jest-junit": "13.0.0",
"jest-watch-typeahead": "1.0.0",
"lint-staged": "12.3.1",
"lint-staged": "12.3.4",
"node-polyfill-webpack-plugin": "^1.1.4",
"path-browserify": "^1.0.1",
"prettier": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-client/package.json
Expand Up @@ -45,7 +45,7 @@
"abort-controller": "3.0.0",
"common-tags": "1.8.2",
"dotenv": "16.0.0",
"jest": "27.4.7",
"jest": "27.5.1",
"nock": "12.0.3",
"organize-imports-cli": "0.9.0"
},
Expand Down

0 comments on commit 9b76775

Please sign in to comment.