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 May 24, 2022
1 parent ba52d38 commit cdb9d80
Show file tree
Hide file tree
Showing 5 changed files with 1,228 additions and 752 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.0",
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/preset-env": "7.18.0",
"@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.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-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.4.2",
"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
4 changes: 2 additions & 2 deletions packages/sdk-client/package.json
Expand Up @@ -45,8 +45,8 @@
"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"
},
Expand Down

0 comments on commit cdb9d80

Please sign in to comment.