Skip to content

Commit

Permalink
vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Sep 13, 2024
1 parent 1bb72f8 commit 9638d70
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 170 deletions.
4 changes: 2 additions & 2 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
]
},
"resolutions": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@ariakit/react": "0.4.11",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/test/fixtures/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@types/node": "20.2.5",
Expand All @@ -17,8 +17,8 @@
"eslint-config-next": "13.4.4",
"next": "13.4.4",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}
Expand Down
Loading

0 comments on commit 9638d70

Please sign in to comment.