Skip to content

Commit

Permalink
Updated Vite, Remix and Next examples
Browse files Browse the repository at this point in the history
  • Loading branch information
blvdmitry committed Mar 20, 2024
1 parent d1c4346 commit d5adecd
Show file tree
Hide file tree
Showing 15 changed files with 3,780 additions and 5,074 deletions.
3,970 changes: 2,288 additions & 1,682 deletions examples/starter-next/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions examples/starter-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.0.2",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"reshaped": "2.7.5-beta.0",
"autoprefixer": "10.4.14",
"postcss": "8.4.21",
"tailwindcss": "3.2.7"
"reshaped": "2.10.4",
"autoprefixer": "10.4.18",
"postcss": "8.4.37",
"tailwindcss": "3.4.1"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"typescript": "4.8.4"
"@types/node": "20.11.30",
"@types/react": "18.2.67",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"typescript": "5.4.3"
}
}
Loading

0 comments on commit d5adecd

Please sign in to comment.