Skip to content

Commit 20033a4

Browse files
committed
upgrade to webpack 4 beta 1
1 parent baf147e commit 20033a4

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"vue-class-component": "^6.1.1",
7676
"vue-loader": "^14.1.0",
7777
"vue-template-compiler": "^2.5.9",
78-
"webpack": "^4.0.0-beta.0"
78+
"webpack": "^4.0.0-beta.1"
7979
},
8080
"peerDependencies": {
8181
"tslint": "^4.0.0 || ^5.0.0",

yarn.lock

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,18 +117,22 @@ ajv-keywords@^1.0.0:
117117
version "1.5.1"
118118
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c"
119119

120-
ajv-keywords@^2.0.0, ajv-keywords@^2.1.0:
120+
ajv-keywords@^2.1.0:
121121
version "2.1.1"
122122
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
123123

124+
ajv-keywords@^3.1.0:
125+
version "3.1.0"
126+
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.1.0.tgz#ac2b27939c543e95d2c06e7f7f5c27be4aa543be"
127+
124128
ajv@^4.7.0, ajv@^4.9.1:
125129
version "4.11.8"
126130
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
127131
dependencies:
128132
co "^4.6.0"
129133
json-stable-stringify "^1.0.1"
130134

131-
ajv@^5.0.0, ajv@^5.1.5:
135+
ajv@^5.0.0:
132136
version "5.5.2"
133137
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
134138
dependencies:
@@ -137,6 +141,14 @@ ajv@^5.0.0, ajv@^5.1.5:
137141
fast-json-stable-stringify "^2.0.0"
138142
json-schema-traverse "^0.3.0"
139143

144+
ajv@^6.1.0:
145+
version "6.1.1"
146+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.1.1.tgz#978d597fbc2b7d0e5a5c3ddeb149a682f2abfa0e"
147+
dependencies:
148+
fast-deep-equal "^1.0.0"
149+
fast-json-stable-stringify "^2.0.0"
150+
json-schema-traverse "^0.3.0"
151+
140152
align-text@^0.1.1, align-text@^0.1.3:
141153
version "0.1.4"
142154
resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
@@ -4154,14 +4166,14 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0:
41544166
source-list-map "^2.0.0"
41554167
source-map "~0.6.1"
41564168

4157-
webpack@^4.0.0-beta.0:
4158-
version "4.0.0-beta.0"
4159-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.0.0-beta.0.tgz#7a80512358b7be18e90957cf97bfad7857129654"
4169+
webpack@^4.0.0-beta.1:
4170+
version "4.0.0-beta.1"
4171+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.0.0-beta.1.tgz#a7a39c794d46005eaeeadae94d8e8ce0caf9a1a2"
41604172
dependencies:
41614173
acorn "^5.0.0"
41624174
acorn-dynamic-import "^3.0.0"
4163-
ajv "^5.1.5"
4164-
ajv-keywords "^2.0.0"
4175+
ajv "^6.1.0"
4176+
ajv-keywords "^3.1.0"
41654177
async "^2.1.2"
41664178
chrome-trace-event "^0.1.1"
41674179
enhanced-resolve "^4.0.0-beta.2"

0 commit comments

Comments
 (0)