Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
sommeeeer committed Nov 20, 2024
1 parent 9307c59 commit d6becce
Show file tree
Hide file tree
Showing 5 changed files with 1,782 additions and 1,898 deletions.
8 changes: 4 additions & 4 deletions examples/app-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"autoprefixer": "10.4.15",
"postcss": "8.4.27",
"tailwindcss": "3.3.3",
"typescript": "^4.9.3"
"autoprefixer": "catalog:",
"postcss": "catalog:",
"tailwindcss": "catalog:",
"typescript": "catalog:"
}
}
10 changes: 5 additions & 5 deletions examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
},
"dependencies": {
"@example/shared": "workspace:*",
"next": "catalog:",
"@opennextjs/aws": "workspace:*",
"next": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"autoprefixer": "10.4.15",
"postcss": "8.4.27",
"tailwindcss": "3.3.3",
"typescript": "^4.9.3"
"autoprefixer": "catalog:",
"postcss": "catalog:",
"tailwindcss": "catalog:",
"typescript": "catalog:"
}
}
14 changes: 7 additions & 7 deletions examples/pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
},
"dependencies": {
"@example/shared": "workspace:*",
"@types/node": "catalog:",
"autoprefixer": "10.4.15",
"next": "catalog:",
"postcss": "8.4.27",
"react": "catalog:",
"react-dom": "catalog:",
"tailwindcss": "3.3.3",
"typescript": "^4.9.3"
"react-dom": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:"
"@types/react-dom": "catalog:",
"tailwindcss": "catalog:",
"postcss": "catalog:",
"autoprefixer": "catalog:",
"typescript": "catalog:"
}
}
Loading

0 comments on commit d6becce

Please sign in to comment.