Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit caf0212

Browse files
committed
bump webpack things
1 parent f644f3f commit caf0212

File tree

2 files changed

+1240
-800
lines changed

2 files changed

+1240
-800
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"elm-lint-fix": "elm-format example/ --yes"
1313
},
1414
"keywords": [],
15-
"files": ["lib/index.js"],
15+
"files": [
16+
"lib/index.js"
17+
],
1618
"author": "Team Thread",
1719
"license": "MIT",
1820
"prettier": {
@@ -28,8 +30,8 @@
2830
"core-js": "^2.6.4",
2931
"elm-format": "^0.8.0",
3032
"prettier": "1.10.2",
31-
"webpack": "^4.17.1",
32-
"webpack-cli": "^3.1.0",
33-
"webpack-dev-server": "^3.1.7"
33+
"webpack": "^4.41.5",
34+
"webpack-cli": "^3.3.10",
35+
"webpack-dev-server": "^3.10.1"
3436
}
3537
}

0 commit comments

Comments
 (0)