Skip to content

Commit

Permalink
Upgrade dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Nov 6, 2024
1 parent 42502d8 commit 79c56e6
Show file tree
Hide file tree
Showing 5 changed files with 1,828 additions and 1,774 deletions.
894 changes: 0 additions & 894 deletions bindings_node/.yarn/releases/yarn-4.2.2.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions bindings_node/.yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bindings_node/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
24 changes: 12 additions & 12 deletions bindings_node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"test:clean": "rm -rf test/*.db3*"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@napi-rs/cli": "^3.0.0-alpha.55",
"@types/node": "^20.14.2",
"@types/uuid": "^10",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"typescript": "^5.4.5",
"uuid": "^10.0.0",
"viem": "^2.11.1",
"vite": "^5.2.13",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
"@types/node": "^20.17.6",
"@types/uuid": "^10.0.0",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"typescript": "^5.6.3",
"uuid": "^11.0.2",
"viem": "^2.21.41",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.1.0",
"vitest": "^2.1.4"
},
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.5.1",
"engines": {
"node": ">=18"
},
Expand Down
Loading

0 comments on commit 79c56e6

Please sign in to comment.