Skip to content

Commit 20fec41

Browse files
committed
update package.json dependencies in examples to use catalog references
1 parent a2307ed commit 20fec41

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

examples/app-pages-router/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
},
1313
"dependencies": {
1414
"@example/shared": "workspace:*",
15-
"next": "15.0.1",
15+
"next": "catalog:",
1616
"@opennextjs/aws": "workspace:*",
17-
"react": "19.0.0-rc-69d4b800-20241021",
18-
"react-dom": "19.0.0-rc-69d4b800-20241021"
17+
"react": "catalog:",
18+
"react-dom": "catalog:"
1919
},
2020
"devDependencies": {
21-
"@types/node": "20.5.0",
22-
"@types/react": "npm:types-react@19.0.0-rc.1",
23-
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
21+
"@types/node": "catalog:",
22+
"@types/react": "catalog:",
23+
"@types/react-dom": "catalog:",
2424
"autoprefixer": "10.4.15",
2525
"postcss": "8.4.27",
2626
"tailwindcss": "3.3.3",

examples/app-router/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
},
1313
"dependencies": {
1414
"@example/shared": "workspace:*",
15-
"next": "15.0.1",
15+
"next": "catalog:",
1616
"@opennextjs/aws": "workspace:*",
17-
"react": "19.0.0-rc-69d4b800-20241021",
18-
"react-dom": "19.0.0-rc-69d4b800-20241021"
17+
"react": "catalog:",
18+
"react-dom": "catalog:"
1919
},
2020
"devDependencies": {
21-
"@types/node": "20.5.0",
22-
"@types/react": "npm:types-react@19.0.0-rc.1",
23-
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
21+
"@types/node": "catalog:",
22+
"@types/react": "catalog:",
23+
"@types/react-dom": "catalog:",
2424
"autoprefixer": "10.4.15",
2525
"postcss": "8.4.27",
2626
"tailwindcss": "3.3.3",

examples/pages-router/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
},
1313
"dependencies": {
1414
"@example/shared": "workspace:*",
15-
"@types/node": "20.5.0",
15+
"@types/node": "catalog:",
1616
"autoprefixer": "10.4.15",
17-
"next": "15.0.1",
17+
"next": "catalog:",
1818
"postcss": "8.4.27",
19-
"react": "19.0.0-rc-69d4b800-20241021",
20-
"react-dom": "19.0.0-rc-69d4b800-20241021",
19+
"react": "catalog:",
20+
"react-dom": "catalog:",
2121
"tailwindcss": "3.3.3",
2222
"typescript": "^4.9.3"
2323
},
2424
"devDependencies": {
25-
"@types/react": "npm:types-react@19.0.0-rc.1",
26-
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
25+
"@types/react": "catalog:",
26+
"@types/react-dom": "catalog:"
2727
}
2828
}

examples/shared/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"clean": "rm -rf .turbo && rm -rf node_modules"
77
},
88
"dependencies": {
9-
"react": "19.0.0-rc-69d4b800-20241021",
10-
"react-dom": "19.0.0-rc-69d4b800-20241021"
9+
"react": "catalog:",
10+
"react-dom": "catalog:"
1111
},
1212
"devDependencies": {
13-
"@types/react": "npm:types-react@19.0.0-rc.1",
14-
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
13+
"@types/react": "catalog:",
14+
"@types/react-dom": "catalog:"
1515
}
1616
}

0 commit comments

Comments
 (0)