Skip to content

Commit e6be383

Browse files
authored
Merge pull request #34 from thingraph/feature/upgrade
Feature/upgrade
2 parents 7fae62b + 19c3416 commit e6be383

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@sideway/address": "^4.1.2",
3535
"@types/dat.gui": "^0.7.6",
3636
"@types/lodash": "^4.14.165",
37+
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
3738
"axios": "^0.21.0",
3839
"bufferutil": "^4.0.3",
3940
"cannon-es": "^0.15.0",
@@ -47,6 +48,7 @@
4748
"querystring": "^0.2.0",
4849
"screenfull": "^5.1.0",
4950
"three": "^0.152.0",
51+
"tslib": "^2.8.1",
5052
"tween": "^0.9.0",
5153
"utf-8-validate": "^5.0.5",
5254
"vue": "^2.6.11",
@@ -58,6 +60,7 @@
5860
},
5961
"devDependencies": {
6062
"@babel/eslint-parser": "^7.14.2",
63+
"@types/node": "^22.15.3",
6164
"@types/three": "^0.152.0",
6265
"@typescript-eslint/eslint-plugin": "^5.0.0",
6366
"@typescript-eslint/parser": "^5.0.0",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"sourceMap": true,
1414
"baseUrl": ".",
1515
"types": [
16-
"webpack-env"
16+
"webpack-env",
17+
"node"
1718
],
1819
"paths": {
1920
"@/*": [

0 commit comments

Comments
 (0)