Skip to content

Commit 0c08ca7

Browse files
committed
chore(deps): fix missing dev dependency
1 parent 1b8c8f2 commit 0c08ca7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

packages/lumx-react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
2424
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
2525
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
26+
"@babel/plugin-proposal-private-methods": "^7.16.0",
2627
"@babel/plugin-proposal-private-property-in-object": "^7.16.0",
2728
"@babel/preset-env": "^7.8.3",
2829
"@babel/preset-react": "^7.8.3",

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,18 @@ __metadata:
15001500
languageName: node
15011501
linkType: hard
15021502

1503+
"@babel/plugin-proposal-private-methods@npm:^7.16.0":
1504+
version: 7.16.0
1505+
resolution: "@babel/plugin-proposal-private-methods@npm:7.16.0"
1506+
dependencies:
1507+
"@babel/helper-create-class-features-plugin": ^7.16.0
1508+
"@babel/helper-plugin-utils": ^7.14.5
1509+
peerDependencies:
1510+
"@babel/core": ^7.0.0-0
1511+
checksum: 6f648f54ea1219262b7a05f86f94de7cb466dc81ffd86e4f37ba536037762457ef13408083eb4325d44d2a5aae27c097756efe1067f5c1fbddb8078b923580f5
1512+
languageName: node
1513+
linkType: hard
1514+
15031515
"@babel/plugin-proposal-private-property-in-object@npm:^7.16.0":
15041516
version: 7.16.0
15051517
resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.16.0"
@@ -4864,6 +4876,7 @@ __metadata:
48644876
"@babel/plugin-proposal-nullish-coalescing-operator": ^7.8.3
48654877
"@babel/plugin-proposal-object-rest-spread": ^7.8.3
48664878
"@babel/plugin-proposal-optional-chaining": ^7.8.3
4879+
"@babel/plugin-proposal-private-methods": ^7.16.0
48674880
"@babel/plugin-proposal-private-property-in-object": ^7.16.0
48684881
"@babel/preset-env": ^7.8.3
48694882
"@babel/preset-react": ^7.8.3

0 commit comments

Comments
 (0)