Skip to content

Commit 4978d2f

Browse files
committed
Update package.json dev dependencies
1 parent 7aafb11 commit 4978d2f

File tree

2 files changed

+115
-80
lines changed

2 files changed

+115
-80
lines changed

package-lock.json

Lines changed: 110 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"@playcanvas/eslint-config": "^1.0.5",
3838
"chai": "^4.2.0",
3939
"eslint": "^6.8.0",
40-
"fs-extra": "^8.1.0",
41-
"google-closure-compiler": "20200224.0.0",
40+
"fs-extra": "^9.0.0",
41+
"google-closure-compiler": "20200406.0.0",
4242
"http-server": "^0.12.1",
43-
"jsdoc": "^3.6.3",
43+
"jsdoc": "^3.6.4",
4444
"karma": "^4.4.1",
4545
"karma-chrome-launcher": "^3.1.0",
4646
"karma-mocha": "^1.3.0",
@@ -50,7 +50,7 @@
5050
"sinon": "^9.0.1",
5151
"tsd-jsdoc": "^2.5.0",
5252
"typescript": "^3.8.3",
53-
"uglify-js": "^3.8.0"
53+
"uglify-js": "^3.8.1"
5454
},
5555
"scripts": {
5656
"build": "cd build && node build.js -o output/playcanvas.js",
@@ -75,4 +75,4 @@
7575
"node": ">= 0.6.12"
7676
},
7777
"dependencies": {}
78-
}
78+
}

0 commit comments

Comments
 (0)