mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-27 09:50:52 -05:00
update dependencies
This commit is contained in:
parent
0af16455b9
commit
e1e058c35d
2 changed files with 3194 additions and 1931 deletions
5125
package-lock.json
generated
5125
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -23,16 +23,16 @@
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^6.8.0",
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-bump": "^2.6.1",
|
"gulp-bump": "^2.6.1",
|
||||||
"gulp-conventional-changelog": "^1.1.0",
|
"gulp-conventional-changelog": "^2.0.35",
|
||||||
"gulp-tag-version": "^1.3.0",
|
"gulp-tag-version": "^1.3.0",
|
||||||
"gulp-util": "^3.0.8",
|
"gulp-util": "^3.0.8",
|
||||||
"jest": "^25.1.0",
|
"jest": "^25.1.0",
|
||||||
"jest-worker": "^24.9.0",
|
"jest-worker": "^24.9.0",
|
||||||
"json-stringify-pretty-compact": "^2.0.0",
|
"json-stringify-pretty-compact": "^2.0.0",
|
||||||
"run-sequence": "^1.1.4",
|
"run-sequence": "^2.2.1",
|
||||||
"webpack": "^4.42.0",
|
"webpack": "^4.44.2",
|
||||||
"webpack-cli": "^3.3.11",
|
"webpack-cli": "^3.3.11",
|
||||||
"webpack-dev-server": "^3.10.3"
|
"webpack-dev-server": "^3.11.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack-dev-server --watch-content-base",
|
"dev": "webpack-dev-server --watch-content-base",
|
||||||
|
|
Loading…
Reference in a new issue