Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#127)
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 Dec 31, 2023
1 parent 55bbb92 commit 7c0fdf4
Show file tree
Hide file tree
Showing 5 changed files with 616 additions and 577 deletions.
2 changes: 1 addition & 1 deletion 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.11.0",
"packageManager": "pnpm@8.13.1",
"author": "ThunderMiracle",
"license": "MIT",
"private": true,
Expand Down
10 changes: 5 additions & 5 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.23.5",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.5",
"@babel/plugin-proposal-decorators": "^7.23.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.23.3",
"@babel/plugin-transform-react-constant-elements": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/preset-env": "^7.23.5",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.5",
"@babel/runtime": "^7.23.7",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-module-resolver": "^5.0.0",
"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.22.1"
"browserslist": "^4.22.2"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"homepage": "https://github.com/thundermiracle/web-configs/blob/main/packages/eslint-plugin/README.md",
"devDependencies": {
"react": "^18.2.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"peerDependencies": {
"eslint": "^8.55.0"
},
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/eslint-plugin": "^7.23.5",
"@graphql-eslint/eslint-plugin": "^3.20.1",
Expand Down
Loading

0 comments on commit 7c0fdf4

Please sign in to comment.