Browse Source

build(dependencies): update dependencies and use pnpm v8

this commit also fixes an accidental lockfile mismatch

close https://github.com/zyachel/libremdb/issues/42
zyachel 2 years ago
parent
commit
7dea9eac14
2 changed files with 301 additions and 235 deletions
  1. 4 4
      package.json
  2. 297 231
      pnpm-lock.yaml

+ 4 - 4
package.json

@@ -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"
   }
   }
 }
 }

File diff suppressed because it is too large
+ 297 - 231
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff