Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 6, 2024
1 parent 1180ede commit 7800af3
Show file tree
Hide file tree
Showing 6 changed files with 1,148 additions and 946 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"updated": "lerna updated"
},
"devDependencies": {
"@swc/core": "^1.4.17",
"@swc/core": "^1.6.7",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@web-configs/babel-preset": "workspace:*",
"@web-configs/eslint-plugin": "workspace:*",
"@web-configs/prettier": "workspace:*",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.12",
"glob": "^10.4.3",
"jest": "^29.7.0",
"lerna": "^7.4.2",
"plop": "^3.1.2",
Expand Down
18 changes: 9 additions & 9 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
},
"homepage": "https://github.com/thundermiracle/web-configs/blob/main/packages/babel-preset/README.md",
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/plugin-transform-react-constant-elements": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.24.5",
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@babel/plugin-transform-react-constant-elements": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.24.7",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-react-test-id": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
},
"homepage": "https://github.com/thundermiracle/web-configs/blob/main/packages/browserslist-config/README.md",
"devDependencies": {
"browserslist": "^4.23.0"
"browserslist": "^4.23.1"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"homepage": "https://github.com/thundermiracle/web-configs/blob/main/packages/eslint-plugin/README.md",
"devDependencies": {
"react": "^18.3.1",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"peerDependencies": {
"eslint": "^8.57.0"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.23.10",
"@babel/eslint-plugin": "^7.24.5",
"@babel/eslint-plugin": "^7.24.7",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/thundermiracle/web-configs/blob/main/packages/stylelint-plugin/README.md",
"dependencies": {
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-scss": "^4.0.9",
"stylelint-config-prettier": "^9.0.5",
"stylelint-high-performance-animation": "^1.10.0",
Expand Down
Loading

0 comments on commit 7800af3

Please sign in to comment.