Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 3d2dceb

Browse files
authored
fix: Bump babel-plugin-codegen to 4.0.1 (#11)
1 parent 58d926a commit 3d2dceb

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.out
2+
.github/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-lazy-index",
3-
"version": "1.0.2",
3+
"version": "1.0.0-dev",
44
"description": "RAM bundle friendly index.js with on-demand loaded modules",
55
"keywords": [
66
"babel",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/core": "^7.0.0-0",
36-
"babel-plugin-codegen": "^3.0.0"
36+
"babel-plugin-codegen": "^4.0.0"
3737
},
3838
"peerDependencies": {
3939
"react-native": ">=0.59"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
162162
integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
163163

164-
"@babel/runtime@^7.7.2":
164+
"@babel/runtime@^7.7.2", "@babel/runtime@^7.9.2":
165165
version "7.12.5"
166166
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
167167
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
@@ -695,16 +695,16 @@ aws4@^1.8.0:
695695
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
696696
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
697697

698-
babel-plugin-codegen@^3.0.0:
699-
version "3.1.0"
700-
resolved "https://registry.yarnpkg.com/babel-plugin-codegen/-/babel-plugin-codegen-3.1.0.tgz#a5eeccd269f868d9173a32b9b3ceb052f307a826"
701-
integrity sha512-etFLWBRmsCY6aT44GW6SXAv7NfjXAbNB6XNbH+ZiX5B00yYL4TSPZlETaZ5dZ5kYO2wpSc72z9HeK99BX7uERw==
698+
babel-plugin-codegen@^4.0.0:
699+
version "4.0.1"
700+
resolved "https://registry.yarnpkg.com/babel-plugin-codegen/-/babel-plugin-codegen-4.0.1.tgz#bf234c5fb31d8477bc1484f00d920bae163fa268"
701+
integrity sha512-cehTkKAGgENw+ftEngX/zVfFqMxFFItsatwmLHfxVLJCnkJvREQhsCb5/WNrNdP7L3tbwGgd5JQt9dFth+p24g==
702702
dependencies:
703-
"@babel/runtime" "^7.7.2"
704-
babel-plugin-macros "^2.6.2"
703+
"@babel/runtime" "^7.9.2"
704+
babel-plugin-macros "^2.8.0"
705705
require-from-string "^2.0.2"
706706

707-
babel-plugin-macros@^2.6.2:
707+
babel-plugin-macros@^2.8.0:
708708
version "2.8.0"
709709
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138"
710710
integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==

0 commit comments

Comments
 (0)