Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5213d5a

Browse files
authoredAug 12, 2023
chore: update npm dependencies
1 parent 5936622 commit 5213d5a

File tree

2 files changed

+1139
-631
lines changed

2 files changed

+1139
-631
lines changed
 

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"src"
2121
],
2222
"engines": {
23-
"node": ">=12"
23+
"node": ">=v18.17.1"
2424
},
2525
"scripts": {
2626
"build": "tsc && vite build",
@@ -31,14 +31,14 @@
3131
"quickjs-emscripten": "*"
3232
},
3333
"devDependencies": {
34-
"@vitest/coverage-c8": "^0.28.5",
35-
"eslint": "^8.22.0",
36-
"eslint-config-reearth": "^0.2.1",
37-
"prettier": "^2.7.1",
38-
"quickjs-emscripten": "^0.21.0",
39-
"typescript": "^4.8.2",
40-
"vite": "^4.1.2",
41-
"vite-plugin-dts": "^2.0.0-beta.1",
42-
"vitest": "^0.28.5"
34+
"@vitest/coverage-c8": "^0.33.0",
35+
"eslint": "^8.47.0",
36+
"eslint-config-reearth": "^0.2.2",
37+
"prettier": "^3.0.1",
38+
"quickjs-emscripten": "^0.23.0",
39+
"typescript": "^5.1.6",
40+
"vite": "^4.4.9",
41+
"vite-plugin-dts": "^3.5.2",
42+
"vitest": "^0.34.1"
4343
}
4444
}

‎yarn.lock

+1,129-621
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.