Skip to content

Commit

Permalink
chore(*): upgrade NAPI-RS cli and bindings (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Feb 29, 2024
1 parent 9aa1815 commit 3f1c657
Show file tree
Hide file tree
Showing 16 changed files with 2,471 additions and 2,447 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@
"postinstall": "husky install"
},
"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.39",
"@napi-rs/cli": "^3.0.0-alpha.43",
"@napi-rs/wasm-runtime": "^0.1.1",
"@swc-node/core": "^1.10.6",
"@swc-node/register": "^1.6.8",
"@swc/core": "^1.3.101",
"@swc-node/core": "^1.12.0",
"@swc-node/register": "^1.8.0",
"@swc/core": "^1.4.2",
"@taplo/cli": "^0.7.0",
"@tybys/wasm-util": "^0.8.1",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"ava": "^6.0.1",
"@types/node": "^20.11.21",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"ava": "^6.1.1",
"benchmark": "^2.1.4",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"husky": "^9.0.0",
"lerna": "^8.0.1",
"lint-staged": "^15.2.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"memfs-browser": "^4.6.0",
"npm-run-all2": "^6.0.0",
"prettier": "^3.1.1",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit 3f1c657

Please sign in to comment.