Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 31, 2023
1 parent 4c2a218 commit ea10d04
Show file tree
Hide file tree
Showing 6 changed files with 2,923 additions and 2,661 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -69,7 +69,7 @@
"vitest": "^0.27.1"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/node": "18.15.11",
"cross-env": "^7.0.3",
"eslint": "^8.31.0",
"eslint-plugin-lodash": "^7.4.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-preset/package.json
Expand Up @@ -83,11 +83,11 @@
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-syntax-jsx": "7.18.6",
"@babel/plugin-transform-typescript": "7.20.2",
"@babel/plugin-syntax-jsx": "7.21.4",
"@babel/plugin-transform-typescript": "7.21.3",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"babel-plugin-polyfill-corejs3": "^0.6.0",
"@babel/preset-typescript": "7.21.4",
"babel-plugin-polyfill-corejs3": "^0.7.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"core-js": "^3.27.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config-anolilab/package.json
Expand Up @@ -38,7 +38,7 @@
"LICENSE.md"
],
"devDependencies": {
"browserslist": "4.21.4",
"browserslist": "4.21.5",
"caniuse-lite": "^1.0.30001444"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Expand Up @@ -110,7 +110,7 @@
"jest": "^29.3.1",
"react": "^18.2.0",
"typescript": "^4.9.4",
"vitest": "^0.27.1"
"vitest": "^0.29.0"
},
"peerDependencies": {
"eslint": "^8.15.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Expand Up @@ -61,7 +61,7 @@
"lodash": "^4.17.21",
"postcss": "^8.4.21",
"stylelint": "14.16.1",
"vitest": "^0.27.1"
"vitest": "^0.29.0"
},
"peerDependencies": {
"postcss": "^8.4.18",
Expand Down

0 comments on commit ea10d04

Please sign in to comment.