Skip to content

Commit 60dc939

Browse files
committed
fix: template update
1 parent 8f2fd53 commit 60dc939

File tree

2 files changed

+98
-197
lines changed

2 files changed

+98
-197
lines changed

package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,23 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"flat": "^5.0",
1312
"js-cookie": "^3.0",
14-
"next": "13.5.4",
15-
"next-intl": "^2.20.2",
13+
"next": "14",
1614
"react": "^18",
1715
"react-dom": "^18",
18-
"react-feather": "^2.0"
16+
"react-feather": "^2.0",
17+
"react-loading-skeleton": "^3.3"
1918
},
2019
"devDependencies": {
21-
"@types/flat": "^5.0.2",
22-
"@types/gtag.js": "^0.0.13",
23-
"@types/js-cookie": "^3.0.3",
20+
"@types/gtag.js": "^0.0.18",
21+
"@types/js-cookie": "^3",
2422
"@types/node": "^20",
2523
"@types/react": "^18",
2624
"@types/react-dom": "^18",
2725
"autoprefixer": "^10",
2826
"eslint": "^8",
29-
"eslint-config-next": "13.5.4",
30-
"eslint-config-prettier": "^9.0",
27+
"eslint-config-next": "^13",
28+
"eslint-config-prettier": "^9.1",
3129
"postcss": "^8",
3230
"prettier": "^3",
3331
"tailwindcss": "^3",

0 commit comments

Comments
 (0)