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 Aug 16, 2024
1 parent fe2d219 commit 0f6e2c9
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 278 deletions.
16 changes: 8 additions & 8 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.2",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "Dead simple, modern, 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.16.0"
},
"scripts": {
"start": "NODE_ENV=dev tsx src/index.ts",
Expand All @@ -60,12 +60,12 @@
"uint8array-extras": "^1.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.0",
"@antfu/eslint-config": "^2.25.2",
"@namesmt/utils": "^0.5.3",
"@types/node": "^20.14.14",
"@types/node": "^20.14.15",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^9.8.0",
"lint-staged": "^15.2.8",
"eslint": "^9.9.0",
"lint-staged": "^15.2.9",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
Expand All @@ -74,8 +74,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
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@namesmt/aes-gcm": "workspace:^",
"nodemon": "^3.1.4",
"vite": "^5.4.0",
"vite": "^5.4.1",
"vite-plugin-inspect": "^0.8.5"
}
}
Loading

0 comments on commit 0f6e2c9

Please sign in to comment.