webpacker 3.5.2 → 3.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -1
- data/Gemfile.lock +1 -1
- data/lib/webpacker/version.rb +1 -1
- data/package.json +21 -26
- data/yarn.lock +39 -39
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4013ed561828080b4628169180eb208a438237ccc35ce5b6d5eef755dea2d45
|
|
4
|
+
data.tar.gz: 601997343da416bc4232effff181f144e167b21d1fd57d272421348572c06b19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16b2b45d4ee641048a629354d8e5473e5fb1c7527aa83a74e496233fb6325cacb78561e5def4764df1ba0e9b21ac7201984f46d878822b335ea84dd84434f933
|
|
7
|
+
data.tar.gz: 6a41ffa090a7856be21fb0709d35dcf73b16d96f32dfe23d5be7dab4b1a33c5c62f7fdb8e90199777cd2dafc28b003c1b23bcd368bf57a544430707e593bfff4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
**Please note that Webpacker 3.1.0 and 3.1.1 have some serious bugs so please consider using either 3.0.2 or 3.2.0**
|
|
2
2
|
|
|
3
|
+
## [3.5.3] - 2018-05-03
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- Relax Javascript package dependencies [#1466](https://github.com/rails/webpacker/pull/1466#issuecomment-386336605)
|
|
7
|
+
|
|
8
|
+
|
|
3
9
|
## [3.5.2] - 2018-04-29
|
|
4
10
|
|
|
5
11
|
- Pin Javascript package to 3.5.x
|
|
@@ -17,7 +23,7 @@
|
|
|
17
23
|
- Handle http dev_server setting properly in the proxy [#1420]
|
|
18
24
|
- Use correct protocol [#1425](https://github.com/rails/webpacker/pull/1425)
|
|
19
25
|
|
|
20
|
-
###
|
|
26
|
+
### Added
|
|
21
27
|
- `image_pack_tag` helper [#1400](https://github.com/rails/webpacker/pull/1400)
|
|
22
28
|
- devserver proxy for custom environments [#1415](https://github.com/rails/webpacker/pull/1415)
|
|
23
29
|
- Rails webpacker:info task [#1416](https://github.com/rails/webpacker/pull/1416)
|
data/Gemfile.lock
CHANGED
data/lib/webpacker/version.rb
CHANGED
data/package.json
CHANGED
|
@@ -1,55 +1,50 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rails/webpacker",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.3",
|
|
4
4
|
"description": "Use webpack to manage app-like JavaScript modules in Rails",
|
|
5
5
|
"main": "package/index.js",
|
|
6
|
-
"files": [
|
|
7
|
-
"package",
|
|
8
|
-
"lib/install/config/webpacker.yml"
|
|
9
|
-
],
|
|
6
|
+
"files": ["package", "lib/install/config/webpacker.yml"],
|
|
10
7
|
"engines": {
|
|
11
8
|
"node": ">=6.0.0",
|
|
12
9
|
"yarn": ">=0.25.2"
|
|
13
10
|
},
|
|
14
11
|
"dependencies": {
|
|
15
|
-
"babel-core": "6.26.3",
|
|
16
|
-
"babel-loader": "7.1.4",
|
|
12
|
+
"babel-core": "^6.26.3",
|
|
13
|
+
"babel-loader": "^7.1.4",
|
|
17
14
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
18
15
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
19
16
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
20
17
|
"babel-polyfill": "^6.26.0",
|
|
21
18
|
"babel-preset-env": "^1.6.1",
|
|
22
|
-
"case-sensitive-paths-webpack-plugin": "2.1.2",
|
|
23
|
-
"compression-webpack-plugin": "1.1.11",
|
|
24
|
-
"css-loader": "0.28.11",
|
|
19
|
+
"case-sensitive-paths-webpack-plugin": "^2.1.2",
|
|
20
|
+
"compression-webpack-plugin": "^1.1.11",
|
|
21
|
+
"css-loader": "^0.28.11",
|
|
25
22
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
26
|
-
"file-loader": "1.1.11",
|
|
23
|
+
"file-loader": "^1.1.11",
|
|
27
24
|
"glob": "^7.1.2",
|
|
28
|
-
"js-yaml": "3.11.0",
|
|
29
|
-
"node-sass": "4.9.0",
|
|
25
|
+
"js-yaml": "^3.11.0",
|
|
26
|
+
"node-sass": "^4.9.0",
|
|
30
27
|
"path-complete-extname": "^1.0.0",
|
|
31
28
|
"postcss-cssnext": "^3.1.0",
|
|
32
|
-
"postcss-import": "11.1.0",
|
|
33
|
-
"postcss-loader": "2.1.4",
|
|
34
|
-
"sass-loader": "6.0.7",
|
|
35
|
-
"style-loader": "0.20.3",
|
|
36
|
-
"uglifyjs-webpack-plugin": "1.2.5",
|
|
37
|
-
"webpack": "3.11.0",
|
|
29
|
+
"postcss-import": "^11.1.0",
|
|
30
|
+
"postcss-loader": "^2.1.4",
|
|
31
|
+
"sass-loader": "^6.0.7",
|
|
32
|
+
"style-loader": "^0.20.3",
|
|
33
|
+
"uglifyjs-webpack-plugin": "^1.2.5",
|
|
34
|
+
"webpack": "^3.11.0",
|
|
38
35
|
"webpack-manifest-plugin": "^1.3.2"
|
|
39
36
|
},
|
|
40
37
|
"devDependencies": {
|
|
41
|
-
"eslint": "4.19.1",
|
|
38
|
+
"eslint": "^4.19.1",
|
|
42
39
|
"eslint-config-airbnb": "^16.1.0",
|
|
43
|
-
"eslint-plugin-import": "2.11.0",
|
|
40
|
+
"eslint-plugin-import": "^2.11.0",
|
|
44
41
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
45
|
-
"eslint-plugin-react": "7.7.0",
|
|
46
|
-
"jest": "22.4.3"
|
|
42
|
+
"eslint-plugin-react": "^7.7.0",
|
|
43
|
+
"jest": "^22.4.3"
|
|
47
44
|
},
|
|
48
45
|
"jest": {
|
|
49
46
|
"testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$",
|
|
50
|
-
"roots": [
|
|
51
|
-
"<rootDir>/package"
|
|
52
|
-
]
|
|
47
|
+
"roots": ["<rootDir>/package"]
|
|
53
48
|
},
|
|
54
49
|
"scripts": {
|
|
55
50
|
"test": "jest",
|
data/yarn.lock
CHANGED
|
@@ -315,9 +315,9 @@ babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
|
|
|
315
315
|
esutils "^2.0.2"
|
|
316
316
|
js-tokens "^3.0.2"
|
|
317
317
|
|
|
318
|
-
babel-core
|
|
319
|
-
version "6.26.
|
|
320
|
-
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.
|
|
318
|
+
babel-core@^6.0.0, babel-core@^6.26.0:
|
|
319
|
+
version "6.26.0"
|
|
320
|
+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8"
|
|
321
321
|
dependencies:
|
|
322
322
|
babel-code-frame "^6.26.0"
|
|
323
323
|
babel-generator "^6.26.0"
|
|
@@ -329,19 +329,19 @@ babel-core@6.26.3:
|
|
|
329
329
|
babel-traverse "^6.26.0"
|
|
330
330
|
babel-types "^6.26.0"
|
|
331
331
|
babylon "^6.18.0"
|
|
332
|
-
convert-source-map "^1.5.
|
|
333
|
-
debug "^2.6.
|
|
332
|
+
convert-source-map "^1.5.0"
|
|
333
|
+
debug "^2.6.8"
|
|
334
334
|
json5 "^0.5.1"
|
|
335
335
|
lodash "^4.17.4"
|
|
336
336
|
minimatch "^3.0.4"
|
|
337
337
|
path-is-absolute "^1.0.1"
|
|
338
|
-
private "^0.1.
|
|
338
|
+
private "^0.1.7"
|
|
339
339
|
slash "^1.0.0"
|
|
340
|
-
source-map "^0.5.
|
|
340
|
+
source-map "^0.5.6"
|
|
341
341
|
|
|
342
|
-
babel-core@^6.
|
|
343
|
-
version "6.26.
|
|
344
|
-
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.
|
|
342
|
+
babel-core@^6.26.3:
|
|
343
|
+
version "6.26.3"
|
|
344
|
+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207"
|
|
345
345
|
dependencies:
|
|
346
346
|
babel-code-frame "^6.26.0"
|
|
347
347
|
babel-generator "^6.26.0"
|
|
@@ -353,15 +353,15 @@ babel-core@^6.0.0, babel-core@^6.26.0:
|
|
|
353
353
|
babel-traverse "^6.26.0"
|
|
354
354
|
babel-types "^6.26.0"
|
|
355
355
|
babylon "^6.18.0"
|
|
356
|
-
convert-source-map "^1.5.
|
|
357
|
-
debug "^2.6.
|
|
356
|
+
convert-source-map "^1.5.1"
|
|
357
|
+
debug "^2.6.9"
|
|
358
358
|
json5 "^0.5.1"
|
|
359
359
|
lodash "^4.17.4"
|
|
360
360
|
minimatch "^3.0.4"
|
|
361
361
|
path-is-absolute "^1.0.1"
|
|
362
|
-
private "^0.1.
|
|
362
|
+
private "^0.1.8"
|
|
363
363
|
slash "^1.0.0"
|
|
364
|
-
source-map "^0.5.
|
|
364
|
+
source-map "^0.5.7"
|
|
365
365
|
|
|
366
366
|
babel-generator@^6.18.0, babel-generator@^6.26.0:
|
|
367
367
|
version "6.26.1"
|
|
@@ -484,7 +484,7 @@ babel-jest@^22.4.3:
|
|
|
484
484
|
babel-plugin-istanbul "^4.1.5"
|
|
485
485
|
babel-preset-jest "^22.4.3"
|
|
486
486
|
|
|
487
|
-
babel-loader
|
|
487
|
+
babel-loader@^7.1.4:
|
|
488
488
|
version "7.1.4"
|
|
489
489
|
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.4.tgz#e3463938bd4e6d55d1c174c5485d406a188ed015"
|
|
490
490
|
dependencies:
|
|
@@ -1141,7 +1141,7 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000791, caniuse-lite@^1.0.30000792:
|
|
|
1141
1141
|
version "1.0.30000804"
|
|
1142
1142
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000804.tgz#8729a143d65378e8936adbb161f550e9c49fc09d"
|
|
1143
1143
|
|
|
1144
|
-
case-sensitive-paths-webpack-plugin
|
|
1144
|
+
case-sensitive-paths-webpack-plugin@^2.1.2:
|
|
1145
1145
|
version "2.1.2"
|
|
1146
1146
|
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.1.2.tgz#c899b52175763689224571dad778742e133f0192"
|
|
1147
1147
|
|
|
@@ -1358,7 +1358,7 @@ commondir@^1.0.1:
|
|
|
1358
1358
|
version "1.0.1"
|
|
1359
1359
|
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
|
|
1360
1360
|
|
|
1361
|
-
compression-webpack-plugin
|
|
1361
|
+
compression-webpack-plugin@^1.1.11:
|
|
1362
1362
|
version "1.1.11"
|
|
1363
1363
|
resolved "https://registry.yarnpkg.com/compression-webpack-plugin/-/compression-webpack-plugin-1.1.11.tgz#8384c7a6ead1d2e2efb190bdfcdcf35878ed8266"
|
|
1364
1364
|
dependencies:
|
|
@@ -1524,7 +1524,7 @@ css-color-names@0.0.4:
|
|
|
1524
1524
|
version "0.0.4"
|
|
1525
1525
|
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"
|
|
1526
1526
|
|
|
1527
|
-
css-loader
|
|
1527
|
+
css-loader@^0.28.11:
|
|
1528
1528
|
version "0.28.11"
|
|
1529
1529
|
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-0.28.11.tgz#c3f9864a700be2711bb5a2462b2389b1a392dab7"
|
|
1530
1530
|
dependencies:
|
|
@@ -1952,7 +1952,7 @@ eslint-module-utils@^2.2.0:
|
|
|
1952
1952
|
debug "^2.6.8"
|
|
1953
1953
|
pkg-dir "^1.0.0"
|
|
1954
1954
|
|
|
1955
|
-
eslint-plugin-import
|
|
1955
|
+
eslint-plugin-import@^2.11.0:
|
|
1956
1956
|
version "2.11.0"
|
|
1957
1957
|
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11.0.tgz#15aeea37a67499d848e8e981806d4627b5503816"
|
|
1958
1958
|
dependencies:
|
|
@@ -1979,7 +1979,7 @@ eslint-plugin-jsx-a11y@^6.0.3:
|
|
|
1979
1979
|
emoji-regex "^6.1.0"
|
|
1980
1980
|
jsx-ast-utils "^2.0.0"
|
|
1981
1981
|
|
|
1982
|
-
eslint-plugin-react
|
|
1982
|
+
eslint-plugin-react@^7.7.0:
|
|
1983
1983
|
version "7.7.0"
|
|
1984
1984
|
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.7.0.tgz#f606c719dbd8a1a2b3d25c16299813878cca0160"
|
|
1985
1985
|
dependencies:
|
|
@@ -2003,7 +2003,7 @@ eslint-visitor-keys@^1.0.0:
|
|
|
2003
2003
|
version "1.0.0"
|
|
2004
2004
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
|
|
2005
2005
|
|
|
2006
|
-
eslint
|
|
2006
|
+
eslint@^4.19.1:
|
|
2007
2007
|
version "4.19.1"
|
|
2008
2008
|
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300"
|
|
2009
2009
|
dependencies:
|
|
@@ -2231,7 +2231,7 @@ file-entry-cache@^2.0.0:
|
|
|
2231
2231
|
flat-cache "^1.2.1"
|
|
2232
2232
|
object-assign "^4.0.1"
|
|
2233
2233
|
|
|
2234
|
-
file-loader
|
|
2234
|
+
file-loader@^1.1.11:
|
|
2235
2235
|
version "1.1.11"
|
|
2236
2236
|
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.1.11.tgz#6fe886449b0f2a936e43cabaac0cdbfb369506f8"
|
|
2237
2237
|
dependencies:
|
|
@@ -3322,7 +3322,7 @@ jest-worker@^22.4.3:
|
|
|
3322
3322
|
dependencies:
|
|
3323
3323
|
merge-stream "^1.0.1"
|
|
3324
3324
|
|
|
3325
|
-
jest
|
|
3325
|
+
jest@^22.4.3:
|
|
3326
3326
|
version "22.4.3"
|
|
3327
3327
|
resolved "https://registry.yarnpkg.com/jest/-/jest-22.4.3.tgz#2261f4b117dc46d9a4a1a673d2150958dee92f16"
|
|
3328
3328
|
dependencies:
|
|
@@ -3337,7 +3337,7 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
|
|
|
3337
3337
|
version "3.0.2"
|
|
3338
3338
|
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
|
3339
3339
|
|
|
3340
|
-
js-yaml
|
|
3340
|
+
js-yaml@^3.11.0:
|
|
3341
3341
|
version "3.11.0"
|
|
3342
3342
|
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
|
|
3343
3343
|
dependencies:
|
|
@@ -3920,7 +3920,7 @@ node-pre-gyp@^0.6.39:
|
|
|
3920
3920
|
tar "^2.2.1"
|
|
3921
3921
|
tar-pack "^3.4.0"
|
|
3922
3922
|
|
|
3923
|
-
node-sass
|
|
3923
|
+
node-sass@^4.9.0:
|
|
3924
3924
|
version "4.9.0"
|
|
3925
3925
|
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.9.0.tgz#d1b8aa855d98ed684d6848db929a20771cc2ae52"
|
|
3926
3926
|
dependencies:
|
|
@@ -4510,7 +4510,7 @@ postcss-image-set-polyfill@^0.3.5:
|
|
|
4510
4510
|
postcss "^6.0.1"
|
|
4511
4511
|
postcss-media-query-parser "^0.2.3"
|
|
4512
4512
|
|
|
4513
|
-
postcss-import
|
|
4513
|
+
postcss-import@^11.1.0:
|
|
4514
4514
|
version "11.1.0"
|
|
4515
4515
|
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-11.1.0.tgz#55c9362c9192994ec68865d224419df1db2981f0"
|
|
4516
4516
|
dependencies:
|
|
@@ -4549,7 +4549,7 @@ postcss-load-plugins@^2.3.0:
|
|
|
4549
4549
|
cosmiconfig "^2.1.1"
|
|
4550
4550
|
object-assign "^4.1.0"
|
|
4551
4551
|
|
|
4552
|
-
postcss-loader
|
|
4552
|
+
postcss-loader@^2.1.4:
|
|
4553
4553
|
version "2.1.4"
|
|
4554
4554
|
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-2.1.4.tgz#f44a6390e03c84108b2b2063182d1a1011b2ce76"
|
|
4555
4555
|
dependencies:
|
|
@@ -5347,7 +5347,7 @@ sass-graph@^2.2.4:
|
|
|
5347
5347
|
scss-tokenizer "^0.2.3"
|
|
5348
5348
|
yargs "^7.0.0"
|
|
5349
5349
|
|
|
5350
|
-
sass-loader
|
|
5350
|
+
sass-loader@^6.0.7:
|
|
5351
5351
|
version "6.0.7"
|
|
5352
5352
|
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-6.0.7.tgz#dd2fdb3e7eeff4a53f35ba6ac408715488353d00"
|
|
5353
5353
|
dependencies:
|
|
@@ -5667,7 +5667,7 @@ strip-json-comments@~2.0.1:
|
|
|
5667
5667
|
version "2.0.1"
|
|
5668
5668
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
|
5669
5669
|
|
|
5670
|
-
style-loader
|
|
5670
|
+
style-loader@^0.20.3:
|
|
5671
5671
|
version "0.20.3"
|
|
5672
5672
|
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.20.3.tgz#ebef06b89dec491bcb1fdb3452e913a6fd1c10c4"
|
|
5673
5673
|
dependencies:
|
|
@@ -5879,7 +5879,15 @@ uglify-to-browserify@~1.0.0:
|
|
|
5879
5879
|
version "1.0.2"
|
|
5880
5880
|
resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
|
|
5881
5881
|
|
|
5882
|
-
uglifyjs-webpack-plugin
|
|
5882
|
+
uglifyjs-webpack-plugin@^0.4.6:
|
|
5883
|
+
version "0.4.6"
|
|
5884
|
+
resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz#b951f4abb6bd617e66f63eb891498e391763e309"
|
|
5885
|
+
dependencies:
|
|
5886
|
+
source-map "^0.5.6"
|
|
5887
|
+
uglify-js "^2.8.29"
|
|
5888
|
+
webpack-sources "^1.0.1"
|
|
5889
|
+
|
|
5890
|
+
uglifyjs-webpack-plugin@^1.2.5:
|
|
5883
5891
|
version "1.2.5"
|
|
5884
5892
|
resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.2.5.tgz#2ef8387c8f1a903ec5e44fa36f9f3cbdcea67641"
|
|
5885
5893
|
dependencies:
|
|
@@ -5892,14 +5900,6 @@ uglifyjs-webpack-plugin@1.2.5:
|
|
|
5892
5900
|
webpack-sources "^1.1.0"
|
|
5893
5901
|
worker-farm "^1.5.2"
|
|
5894
5902
|
|
|
5895
|
-
uglifyjs-webpack-plugin@^0.4.6:
|
|
5896
|
-
version "0.4.6"
|
|
5897
|
-
resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz#b951f4abb6bd617e66f63eb891498e391763e309"
|
|
5898
|
-
dependencies:
|
|
5899
|
-
source-map "^0.5.6"
|
|
5900
|
-
uglify-js "^2.8.29"
|
|
5901
|
-
webpack-sources "^1.0.1"
|
|
5902
|
-
|
|
5903
5903
|
uid-number@^0.0.6:
|
|
5904
5904
|
version "0.0.6"
|
|
5905
5905
|
resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
|
|
@@ -6049,7 +6049,7 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0:
|
|
|
6049
6049
|
source-list-map "^2.0.0"
|
|
6050
6050
|
source-map "~0.6.1"
|
|
6051
6051
|
|
|
6052
|
-
webpack
|
|
6052
|
+
webpack@^3.11.0:
|
|
6053
6053
|
version "3.11.0"
|
|
6054
6054
|
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.11.0.tgz#77da451b1d7b4b117adaf41a1a93b5742f24d894"
|
|
6055
6055
|
dependencies:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: webpacker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.5.
|
|
4
|
+
version: 3.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-
|
|
12
|
+
date: 2018-05-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -237,8 +237,8 @@ homepage: https://github.com/rails/webpacker
|
|
|
237
237
|
licenses:
|
|
238
238
|
- MIT
|
|
239
239
|
metadata:
|
|
240
|
-
source_code_uri: https://github.com/rails/webpacker/tree/v3.5.
|
|
241
|
-
changelog_uri: https://github.com/rails/webpacker/blob/v3.5.
|
|
240
|
+
source_code_uri: https://github.com/rails/webpacker/tree/v3.5.3
|
|
241
|
+
changelog_uri: https://github.com/rails/webpacker/blob/v3.5.3/CHANGELOG.md
|
|
242
242
|
post_install_message:
|
|
243
243
|
rdoc_options: []
|
|
244
244
|
require_paths:
|