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] authored Sep 24, 2024
1 parent 2ed3b40 commit 6ca034b
Show file tree
Hide file tree
Showing 6 changed files with 1,165 additions and 953 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.1.0",
"name": "web-configs",
"packageManager": "pnpm@8.15.8",
"packageManager": "pnpm@8.15.9",
"author": "ThunderMiracle",
"license": "MIT",
"private": true,
Expand All @@ -17,15 +17,15 @@
"updated": "lerna updated"
},
"devDependencies": {
"@swc/core": "^1.4.17",
"@swc/core": "^1.7.28",
"@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.5",
"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.25.2",
"@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.8",
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.25.6",
"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.3"
}
}
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.6.2"
},
"peerDependencies": {
"eslint": "^8.57.0"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.23.10",
"@babel/eslint-plugin": "^7.24.5",
"@babel/eslint-plugin": "^7.25.1",
"@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.47",
"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 6ca034b

Please sign in to comment.