Skip to content

Commit

Permalink
chore: update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent 5936622 commit 4252225
Show file tree
Hide file tree
Showing 2 changed files with 1,975 additions and 961 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"src"
],
"engines": {
"node": ">=12"
"node": ">=20.12.2"
},
"scripts": {
"build": "tsc && vite build",
Expand All @@ -31,14 +31,14 @@
"quickjs-emscripten": "*"
},
"devDependencies": {
"@vitest/coverage-c8": "^0.28.5",
"eslint": "^8.22.0",
"eslint-config-reearth": "^0.2.1",
"prettier": "^2.7.1",
"quickjs-emscripten": "^0.21.0",
"typescript": "^4.8.2",
"vite": "^4.1.2",
"vite-plugin-dts": "^2.0.0-beta.1",
"vitest": "^0.28.5"
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^9.1.1",
"eslint-config-reearth": "^0.3.0",
"prettier": "^3.2.5",
"quickjs-emscripten": "^0.29.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.9.0",
"vitest": "^1.5.2"
}
}

0 comments on commit 4252225

Please sign in to comment.