Skip to content

Commit

Permalink
fixup! Deps: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Nov 21, 2024
1 parent e50435e commit d6e0bce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/next-with-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@next/eslint-plugin-next": "14.2.18",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/react-dom": "18.3.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.18",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/next-with-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/babel__core": "7.20.5",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/react-dom": "18.3.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.18",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/jest": "29.5.14",
"@types/node": "20.14.9",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-transition-group": "4.4.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ __metadata:
"@next/eslint-plugin-next": "npm:14.2.18"
"@types/node": "npm:20.16.11"
"@types/react": "npm:18.3.11"
"@types/react-dom": "npm:18.3.1"
"@types/react-dom": "npm:18.3.0"
eslint: "npm:8.57.1"
eslint-config-next: "npm:14.2.18"
next: "npm:14.2.18"
Expand All @@ -58,7 +58,7 @@ __metadata:
"@types/babel__core": "npm:7.20.5"
"@types/node": "npm:20.16.11"
"@types/react": "npm:18.3.11"
"@types/react-dom": "npm:18.3.1"
"@types/react-dom": "npm:18.3.0"
eslint: "npm:8.57.1"
eslint-config-next: "npm:14.2.18"
next: "npm:14.2.18"
Expand Down Expand Up @@ -5256,7 +5256,7 @@ __metadata:
"@types/jest": "npm:29.5.14"
"@types/node": "npm:20.14.9"
"@types/react": "npm:18.3.11"
"@types/react-dom": "npm:18.3.1"
"@types/react-dom": "npm:18.3.0"
"@types/react-transition-group": "npm:4.4.11"
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
"@typescript-eslint/parser": "npm:6.21.0"
Expand Down Expand Up @@ -9169,12 +9169,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.3.1":
version: 18.3.1
resolution: "@types/react-dom@npm:18.3.1"
"@types/react-dom@npm:18.3.0":
version: 18.3.0
resolution: "@types/react-dom@npm:18.3.0"
dependencies:
"@types/react": "npm:*"
checksum: 10/33f9ba79b26641ddf00a8699c30066b7e3573ab254e97475bf08f82fab83a6d3ce8d4ebad86afeb49bb8df3374390a9ba93125cece33badc4b3e8f7eac3c84d8
checksum: 10/6ff53f5a7b7fba952a68e114d3b542ebdc1e87a794234785ebab0bcd9bde7fb4885f21ebaf93d26dc0a1b5b93287f42cad68b78ae04dddf6b20da7aceff0beaf
languageName: node
linkType: hard

Expand Down

0 comments on commit d6e0bce

Please sign in to comment.