Skip to content

Commit

Permalink
refactor: 替换 @originjs/crypto-js-wasm
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
enpitsuLin committed Dec 14, 2024
1 parent ebd14bd commit 3fccb13
Show file tree
Hide file tree
Showing 5 changed files with 1,870 additions and 1,258 deletions.
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "skland-daily-attendance",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.15.0",
"description": "",
"author": "",
"license": "MIT",
Expand All @@ -15,22 +15,25 @@
"test": "vitest"
},
"dependencies": {
"@originjs/crypto-js-wasm": "^1.1.1",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"dotenv": "^16.3.1",
"ofetch": "^1.3.4",
"dotenv": "^16.4.7",
"node-forge": "^1.3.1",
"ofetch": "^1.4.1",
"pako": "^2.1.0",
"tsx": "^4.6.0",
"tsx": "^4.19.2",
"ufo": "^1.5.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.1.1",
"@types/eslint": "^8.44.7",
"@antfu/eslint-config": "^3.12.0",
"@types/crypto-js": "^4.2.2",
"@types/eslint": "^8.56.12",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.10.0",
"@types/node": "^20.17.10",
"@types/node-forge": "^1.3.11",
"@types/pako": "^2.0.3",
"eslint": "^8.54.0",
"typescript": "^5.3.2",
"vitest": "^2.1.6"
"eslint": "^9.17.0",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 3fccb13

Please sign in to comment.