Skip to content

Commit 1d90316

Browse files
author
Markus Günther
committed
TASK: Little bugfix release updates
Updated: - babel-plugin-transform-decorators-legacy - rimraf - invariant
1 parent 86e0f2d commit 1d90316

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
],
2828
"dependencies": {
2929
"hoist-non-react-statics": "^1.2.0",
30-
"invariant": "^2.2.1"
30+
"invariant": "^2.2.4"
3131
},
3232
"devDependencies": {
3333
"@types/react": "^15.0.24",
3434
"babel-cli": "^6.24.1",
3535
"babel-core": "^6.24.1",
3636
"babel-eslint": "^7.2.3",
37-
"babel-plugin-transform-decorators-legacy": "^1.3.4",
37+
"babel-plugin-transform-decorators-legacy": "^1.3.5",
3838
"babel-preset-es2015": "^6.24.1",
3939
"babel-preset-react": "^6.24.1",
4040
"babel-preset-stage-0": "^6.24.1",
@@ -49,7 +49,7 @@
4949
"prop-types": "^15.6.2",
5050
"react": "^16.4.2",
5151
"react-dom": "^16.4.2",
52-
"rimraf": "^2.6.1",
52+
"rimraf": "^2.6.2",
5353
"sinon": "^1.17.6"
5454
},
5555
"files": [

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,9 @@ babel-plugin-transform-class-properties@^6.24.1:
455455
babel-runtime "^6.22.0"
456456
babel-template "^6.24.1"
457457

458-
babel-plugin-transform-decorators-legacy@^1.3.4:
459-
version "1.3.4"
460-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.4.tgz#741b58f6c5bce9e6027e0882d9c994f04f366925"
458+
babel-plugin-transform-decorators-legacy@^1.3.5:
459+
version "1.3.5"
460+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.5.tgz#0e492dffa0edd70529072887f8aa86d4dd8b40a1"
461461
dependencies:
462462
babel-plugin-syntax-decorators "^6.1.18"
463463
babel-runtime "^6.2.0"
@@ -1714,12 +1714,18 @@ interpret@^1.0.0:
17141714
version "1.0.1"
17151715
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.1.tgz#d579fb7f693b858004947af39fa0db49f795602c"
17161716

1717-
invariant@^2.2.0, invariant@^2.2.1:
1717+
invariant@^2.2.0:
17181718
version "2.2.2"
17191719
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
17201720
dependencies:
17211721
loose-envify "^1.0.0"
17221722

1723+
invariant@^2.2.4:
1724+
version "2.2.4"
1725+
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
1726+
dependencies:
1727+
loose-envify "^1.0.0"
1728+
17231729
is-arrow-function@^2.0.3:
17241730
version "2.0.3"
17251731
resolved "https://registry.yarnpkg.com/is-arrow-function/-/is-arrow-function-2.0.3.tgz#29be2c2d8d9450852b8bbafb635ba7b8d8e87ec2"
@@ -2566,12 +2572,18 @@ restore-cursor@^1.0.1:
25662572
exit-hook "^1.0.0"
25672573
onetime "^1.0.0"
25682574

2569-
rimraf@2, rimraf@^2.2.8, rimraf@^2.6.1:
2575+
rimraf@2, rimraf@^2.2.8:
25702576
version "2.6.1"
25712577
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
25722578
dependencies:
25732579
glob "^7.0.5"
25742580

2581+
rimraf@^2.6.2:
2582+
version "2.6.2"
2583+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
2584+
dependencies:
2585+
glob "^7.0.5"
2586+
25752587
rimraf@~2.5.1, rimraf@~2.5.4:
25762588
version "2.5.4"
25772589
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04"

0 commit comments

Comments
 (0)