Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#475)
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 Oct 10, 2022
1 parent 534b56e commit ed7256c
Show file tree
Hide file tree
Showing 4 changed files with 543 additions and 512 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"private": true,
"devDependencies": {
"lerna": "5.6.1"
"lerna": "5.6.2"
},
"scripts": {
"init": "yarn install && yarn lerna run build",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"license": "MIT",
"dependencies": {
"@typescript-eslint/parser": "5.39.0",
"@typescript-eslint/parser": "5.40.0",
"eslint-config-prettier": "8.5.0"
},
"devDependencies": {
"@snyk/protect": "1.1024.0",
"eslint": "8.24.0",
"@snyk/protect": "1.1026.0",
"eslint": "8.25.0",
"typescript": "4.8.4"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@babel/cli": "7.19.3",
"@babel/core": "7.19.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
"@babel/preset-env": "7.19.3",
"@babel/plugin-proposal-object-rest-spread": "7.19.4",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@cockroachlabs/design-tokens": "^0.4.9",
Expand All @@ -53,14 +53,14 @@
"@types/node": "16.11.64",
"@types/react": "17.0.50",
"@types/react-lines-ellipsis": "0.15.1",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"babel-loader": "8.2.5",
"classnames": "2.3.2",
"eslint": "8.24.0",
"eslint": "8.25.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react": "7.31.9",
"eslint-plugin-react-hooks": "4.6.0",
"final-form": "4.20.7",
"identity-obj-proxy": "3.0.0",
Expand All @@ -73,7 +73,7 @@
"react-final-form": "6.5.9",
"sass": "1.55.0",
"sass-loader": "13.1.0",
"source-map-loader": "4.0.0",
"source-map-loader": "4.0.1",
"style-loader": "3.3.1",
"ts-jest": "29.0.3",
"typescript": "4.8.4",
Expand Down
Loading

0 comments on commit ed7256c

Please sign in to comment.