build(dependencies): update dependencies and use pnpm v8
this commit also fixes an accidental lockfile mismatch close https://github.com/zyachel/libremdb/issues/42
This commit is contained in:
parent
86737c51ee
commit
7dea9eac14
2 changed files with 804 additions and 600 deletions
|
@ -19,11 +19,11 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.27.2",
|
"axios": "^0.27.2",
|
||||||
"cheerio": "1.0.0-rc.12",
|
"cheerio": "1.0.0-rc.12",
|
||||||
"ioredis": "^5.2.4",
|
"ioredis": "^5.3.2",
|
||||||
"next": "12.2.5",
|
"next": "12.2.5",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"sharp": "^0.31.0"
|
"sharp": "^0.31.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "18.7.3",
|
"@types/node": "18.7.3",
|
||||||
|
@ -31,11 +31,11 @@
|
||||||
"@types/react-dom": "18.0.6",
|
"@types/react-dom": "18.0.6",
|
||||||
"eslint": "8.22.0",
|
"eslint": "8.22.0",
|
||||||
"eslint-config-next": "12.2.5",
|
"eslint-config-next": "12.2.5",
|
||||||
"sass": "^1.54.4",
|
"sass": "^1.62.1",
|
||||||
"typescript": "4.7.4"
|
"typescript": "4.7.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.5.0",
|
"node": ">=16.5.0",
|
||||||
"pnpm": ">=7.0.0"
|
"pnpm": ">=8.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1396
pnpm-lock.yaml
1396
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue