Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jul 11, 2024
1 parent 6e496ac commit 1a7586f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@
},
"license": "MIT",
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
"@microsoft/api-extractor": "^7.47.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-typescript": "^11.1.6",
"@tybys/cross-zip": "^3.1.0",
"@tybys/ts-transform-pure-class": "^0.1.1",
"@tybys/tsapi": "^0.6.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.4.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"rollup": "^4.9.1",
"typescript": "~5.3.3"
"glob": "^10.4.5",
"rollup": "^4.18.1",
"typescript": "~5.4.2"
},
"workspaces": [
"packages/ts-transform-macro",
Expand Down
14 changes: 7 additions & 7 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"description": "emnapi test",
"main": "index.js",
"devDependencies": {
"@tybys/wasm-util": "^0.8.0",
"chalk": "^4.1.1",
"cmake-js": "^7.1.1",
"@tybys/wasm-util": "^0.8.3",
"chalk": "^4.1.2",
"cmake-js": "^7.3.0",
"cross-env": "^7.0.3",
"glob": "^7.2.0",
"memfs-browser": "^3.4.13000",
"node-addon-api": "7.0.0",
"why-is-node-running": "^2.2.2"
"glob": "^7.2.3",
"memfs-browser": "^3.5.10302",
"node-addon-api": "8.1.0",
"why-is-node-running": "^2.3.0"
},
"scripts": {
"rebuild": "cross-env UV_THREADPOOL_SIZE=2 node ./script/build-emscripten.js Debug",
Expand Down

0 comments on commit 1a7586f

Please sign in to comment.