Skip to content

Commit 0acaaf3

Browse files
committedNov 14, 2020
build: update dev dependencies
1 parent f571887 commit 0acaaf3

File tree

2 files changed

+1061
-3785
lines changed

2 files changed

+1061
-3785
lines changed
 

‎package-lock.json

+1,051-3,775
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"dev:wp": "./node_modules/.bin/webpack --config webpack.config.js -w"
3232
},
3333
"devDependencies": {
34-
"@types/chai": "4.1.7",
35-
"@types/mocha": "5.2.7",
36-
"@types/node": "12.6.8",
37-
"chai": "4.2.0",
38-
"concurrently": "4.1.1",
39-
"mocha": "6.2.0",
40-
"typescript": "3.5.3",
41-
"webpack": "4.38.0",
42-
"webpack-cli": "3.3.6"
34+
"@types/chai": "^4.2.14",
35+
"@types/mocha": "^8.0.4",
36+
"@types/node": "^14.14.7",
37+
"chai": "^4.2.0",
38+
"concurrently": "^5.3.0",
39+
"mocha": "^8.2.1",
40+
"typescript": "^4.0.5",
41+
"webpack": "^5.4.0",
42+
"webpack-cli": "^4.2.0"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)
Please sign in to comment.