Skip to content

Commit 73f3c60

Browse files
fix(deps): Pick up local/remote switching fix
Also move vtk.js forward to match the expectation of pvweb, and get the latest kw-web-suite
1 parent 70af689 commit 73f3c60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
"react-redux": "5.0.6",
2424
"redux": "3.7.2",
2525
"reselect": "3.0.1",
26-
"kw-web-suite": "6.0.2",
26+
"kw-web-suite": "6.2.0",
2727
"kw-doc": "1.1.2",
28-
"paraviewweb": "3.2.3",
29-
"vtk.js": "7.5.4",
28+
"paraviewweb": "3.2.5",
29+
"vtk.js": "7.6.1",
3030
"wslink": "0.1.7"
3131
},
3232
"scripts": {
3333
"validate": "prettier --config ./prettier.config.js --list-different \"src/**/*.js\"",
3434
"reformat": "prettier --config ./prettier.config.js --write \"src/**/*.js\"",
3535
"reformat-only": "prettier --single-quote --trailing-comma es5 --print-width 80 --arrow-parens always --write",
3636
"build": "webpack --mode development",
37-
"build:debug": "webpack --display-modules --mode development",
37+
"build:debug": "webpack --display-modules --mode development --devtool source-map",
3838
"build:release": "webpack --mode production",
3939
"doc": "kw-doc -c ./documentation/config.js",
4040
"doc:www": "kw-doc -c ./documentation/config.js -s",

0 commit comments

Comments
 (0)