Skip to content

Commit 6d2cece

Browse files
committed
fix: updated deps
1 parent 88e299d commit 6d2cece

File tree

2 files changed

+466
-131
lines changed

2 files changed

+466
-131
lines changed

package.json

+17-2
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,35 @@
88
"start": "next start",
99
"lint": "next lint"
1010
},
11+
"browserslist": {
12+
"production": [
13+
"> 5%",
14+
"not dead",
15+
"not op_mini all"
16+
],
17+
"development": [
18+
"> 5%",
19+
"not dead",
20+
"not op_mini all"
21+
]
22+
},
1123
"dependencies": {
1224
"js-cookie": "^3.0",
13-
"next": "14",
25+
"next": "^14",
1426
"react": "^18",
1527
"react-dom": "^18",
1628
"react-feather": "^2.0",
17-
"react-loading-skeleton": "^3.4"
29+
"react-loading-skeleton": "^3.4",
30+
"sharp": "^0.33.3"
1831
},
1932
"devDependencies": {
2033
"@types/gtag.js": "^0.0.19",
2134
"@types/js-cookie": "^3",
2235
"@types/node": "^20",
2336
"@types/react": "^18",
2437
"@types/react-dom": "^18",
38+
"@typescript-eslint/eslint-plugin": "^7.6.0",
39+
"@typescript-eslint/parser": "^7.6.0",
2540
"autoprefixer": "^10",
2641
"eslint": "^8",
2742
"eslint-config-next": "^14",

0 commit comments

Comments
 (0)