Skip to content

Commit 0183742

Browse files
committed
chore: lockfile for all apps
1 parent df85b15 commit 0183742

File tree

41 files changed

+165516
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+165516
-46
lines changed

examples/next-app-csp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"next": "14.2.32",
1213
"react": "^18",
13-
"react-dom": "^18",
14-
"next": "14.0.3"
14+
"react-dom": "^18"
1515
},
1616
"devDependencies": {
17-
"typescript": "^5",
1817
"@types/node": "^20",
1918
"@types/react": "^18",
2019
"@types/react-dom": "^18",
21-
"glob": "^10.3.12"
20+
"glob": "^11.0.3",
21+
"typescript": "^5"
2222
},
2323
"workspaces": [
2424
"../../packages/react-aria-components",

0 commit comments

Comments
 (0)