Skip to content

Commit 5fec866

Browse files
committed
Update dependency babel-plugin-inferno to v6
1 parent fdee576 commit 5fec866

File tree

4 files changed

+64
-18
lines changed

4 files changed

+64
-18
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"babel-core": "6.26.0",
99
"babel-loader": "7.1.2",
10-
"babel-plugin-inferno": "5.0.1",
10+
"babel-plugin-inferno": "6.0.2",
1111
"css-loader": "0.28.11",
1212
"monaco-editor": "0.12.0",
1313
"monaco-editor-webpack-plugin": "1.1.0",

example/yarn.lock

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
# yarn lockfile v1
33

44

5+
"@babel/helper-plugin-utils@^7.0.0":
6+
version "7.0.0"
7+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
8+
9+
"@babel/plugin-syntax-jsx@^7":
10+
version "7.0.0"
11+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.0.0.tgz#034d5e2b4e14ccaea2e4c137af7e4afb39375ffd"
12+
dependencies:
13+
"@babel/helper-plugin-utils" "^7.0.0"
14+
15+
"@babel/types@^7":
16+
version "7.1.3"
17+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d"
18+
dependencies:
19+
esutils "^2.0.2"
20+
lodash "^4.17.10"
21+
to-fast-properties "^2.0.0"
22+
523
"@sindresorhus/is@^0.7.0":
624
version "0.7.0"
725
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
@@ -438,11 +456,12 @@ babel-plugin-check-es2015-constants@^6.22.0:
438456
dependencies:
439457
babel-runtime "^6.22.0"
440458

441-
babel-plugin-inferno@5.0.1:
442-
version "5.0.1"
443-
resolved "https://registry.yarnpkg.com/babel-plugin-inferno/-/babel-plugin-inferno-5.0.1.tgz#61adce24c6cc8ab4963cf19ef471bd6ff6012ebf"
459+
babel-plugin-inferno@6.0.2:
460+
version "6.0.2"
461+
resolved "https://registry.yarnpkg.com/babel-plugin-inferno/-/babel-plugin-inferno-6.0.2.tgz#33bbebcdf15136aaebc9cba1f25e50a01fce2bae"
444462
dependencies:
445-
babel-plugin-syntax-jsx "^6.18.0"
463+
"@babel/plugin-syntax-jsx" "^7"
464+
"@babel/types" "^7"
446465

447466
babel-plugin-syntax-async-functions@^6.8.0:
448467
version "6.13.0"
@@ -480,10 +499,6 @@ babel-plugin-syntax-flow@^6.18.0:
480499
version "6.18.0"
481500
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz#4c3ab20a2af26aa20cd25995c398c4eb70310c8d"
482501

483-
babel-plugin-syntax-jsx@^6.18.0:
484-
version "6.18.0"
485-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
486-
487502
babel-plugin-syntax-object-rest-spread@^6.8.0:
488503
version "6.13.0"
489504
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
@@ -3406,6 +3421,10 @@ lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.17.5,
34063421
version "4.17.5"
34073422
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
34083423

3424+
lodash@^4.17.10:
3425+
version "4.17.11"
3426+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
3427+
34093428
log-symbols@^1.0.2:
34103429
version "1.0.2"
34113430
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -5600,6 +5619,10 @@ to-fast-properties@^1.0.3:
56005619
version "1.0.3"
56015620
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
56025621

5622+
to-fast-properties@^2.0.0:
5623+
version "2.0.0"
5624+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
5625+
56035626
to-object-path@^0.3.0:
56045627
version "0.3.0"
56055628
resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"babel-core": "6.26.0",
17-
"babel-plugin-inferno": "5.0.1",
17+
"babel-plugin-inferno": "6.0.2",
1818
"rollup": "0.57.1",
1919
"rollup-plugin-babel": "3.0.3",
2020
"rollup-plugin-typescript2": "0.12.0",

yarn.lock

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
# yarn lockfile v1
33

44

5+
"@babel/helper-plugin-utils@^7.0.0":
6+
version "7.0.0"
7+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
8+
9+
"@babel/plugin-syntax-jsx@^7":
10+
version "7.0.0"
11+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.0.0.tgz#034d5e2b4e14ccaea2e4c137af7e4afb39375ffd"
12+
dependencies:
13+
"@babel/helper-plugin-utils" "^7.0.0"
14+
15+
"@babel/types@^7":
16+
version "7.1.3"
17+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d"
18+
dependencies:
19+
esutils "^2.0.2"
20+
lodash "^4.17.10"
21+
to-fast-properties "^2.0.0"
22+
523
"@types/acorn@^4.0.3":
624
version "4.0.3"
725
resolved "https://registry.yarnpkg.com/@types/acorn/-/acorn-4.0.3.tgz#d1f3e738dde52536f9aad3d3380d14e448820afd"
@@ -110,15 +128,12 @@ babel-messages@^6.23.0:
110128
dependencies:
111129
babel-runtime "^6.22.0"
112130

113-
babel-plugin-inferno@5.0.1:
114-
version "5.0.1"
115-
resolved "https://registry.yarnpkg.com/babel-plugin-inferno/-/babel-plugin-inferno-5.0.1.tgz#61adce24c6cc8ab4963cf19ef471bd6ff6012ebf"
131+
babel-plugin-inferno@6.0.2:
132+
version "6.0.2"
133+
resolved "https://registry.yarnpkg.com/babel-plugin-inferno/-/babel-plugin-inferno-6.0.2.tgz#33bbebcdf15136aaebc9cba1f25e50a01fce2bae"
116134
dependencies:
117-
babel-plugin-syntax-jsx "^6.18.0"
118-
119-
babel-plugin-syntax-jsx@^6.18.0:
120-
version "6.18.0"
121-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
135+
"@babel/plugin-syntax-jsx" "^7"
136+
"@babel/types" "^7"
122137

123138
124139
version "6.23.0"
@@ -541,6 +556,10 @@ locate-character@^2.0.5:
541556
version "2.0.5"
542557
resolved "https://registry.yarnpkg.com/locate-character/-/locate-character-2.0.5.tgz#f2d2614d49820ecb3c92d80d193b8db755f74c0f"
543558

559+
lodash@^4.17.10:
560+
version "4.17.11"
561+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
562+
544563
lodash@^4.17.4, lodash@^4.3.0:
545564
version "4.17.5"
546565
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
@@ -891,6 +910,10 @@ to-fast-properties@^1.0.3:
891910
version "1.0.3"
892911
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
893912

913+
to-fast-properties@^2.0.0:
914+
version "2.0.0"
915+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
916+
894917
trim-right@^1.0.1:
895918
version "1.0.1"
896919
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"

0 commit comments

Comments
 (0)