We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e53b40 + 436e91a commit 1bacd5aCopy full SHA for 1bacd5a
2 files changed
package.json
@@ -24,6 +24,8 @@
24
"url": "http://github.com/TerriaJS/TerriaMap"
25
},
26
"dependencies": {
27
+ "@types/node": "^18.15.11",
28
+ "@types/react": "^17.0.3",
29
"terriajs-plugin-api": "0.0.1-alpha.6",
30
"terriajs-plugin-sample": "0.0.1-alpha.7",
31
"terriajs-server": "^4.0.0"
@@ -80,7 +82,7 @@
80
82
"typescript": "^4.9.5",
81
83
"urijs": "^1.18.12",
84
"url-loader": "^1.1.2",
- "webpack": "~4.46.0",
85
+ "webpack": "~4.47.0",
86
"webpack-cli": "^3.3.11",
87
"webpack-dev-server": "^3.1.14",
88
"yargs": "^11.0.0"
0 commit comments