Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent 01b2eb4 commit 07eea8f
Show file tree
Hide file tree
Showing 3 changed files with 683 additions and 452 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@namesmt/aes-gcm",
"type": "module",
"version": "0.1.3",
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.15.2",
"description": "Dead simple cross-platform AES-GCM encryption util package.",
"author": "NamesMT <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dist"
],
"engines": {
"node": ">=20.13.1"
"node": ">=20.18.1"
},
"scripts": {
"start": "NODE_ENV=dev tsx src/index.ts",
Expand All @@ -60,22 +60,22 @@
"uint8array-extras": "^1.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.1",
"@namesmt/utils": "^0.5.3",
"@types/node": "^20.16.1",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^9.9.1",
"lint-staged": "^15.2.9",
"@antfu/eslint-config": "^2.27.3",
"@namesmt/utils": "^0.5.9",
"@types/node": "^20.17.10",
"@vitest/coverage-v8": "^2.1.8",
"eslint": "^9.17.0",
"lint-staged": "^15.3.0",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vitest": "^2.0.5"
"vitest": "^2.1.8"
},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1"
"hasown": "npm:@nolyfill/hasown@^1.0.29",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39"
}
},
"simple-git-hooks": {
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"devDependencies": {
"@namesmt/aes-gcm": "workspace:^",
"nodemon": "^3.1.4",
"vite": "^5.4.2",
"vite-plugin-inspect": "^0.8.7"
"nodemon": "^3.1.9",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.10.6"
}
}
Loading

0 comments on commit 07eea8f

Please sign in to comment.