Skip to content

Commit 6d5b08a

Browse files
authored
add missing dev dependency to resolve console warning (#578)
add missing dev dependency to resolve console warning (#578)
1 parent 098fc69 commit 6d5b08a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"devDependencies": {
8888
"@babel/cli": "^7.20.7",
8989
"@babel/core": "^7.21.4",
90+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
9091
"@babel/polyfill": "^7.12.1",
9192
"@babel/preset-react": "^7.18.6",
9293
"@babel/preset-typescript": "^7.24.1",

yarn.lock

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"@jridgewell/trace-mapping" "^0.3.25"
106106
jsesc "^2.5.1"
107107

108-
"@babel/helper-annotate-as-pure@^7.24.6":
108+
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.24.6":
109109
version "7.24.6"
110110
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.6.tgz#517af93abc77924f9b2514c407bbef527fb8938d"
111111
integrity sha512-DitEzDfOMnd13kZnDqns1ccmftwJTS9DMkyn9pYTxulS7bZxUxpMly3Nf23QQ6NwA4UB8lAqjbqWtyvElEMAkg==
@@ -130,7 +130,7 @@
130130
lru-cache "^5.1.1"
131131
semver "^6.3.1"
132132

133-
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.24.6":
133+
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.24.6":
134134
version "7.24.6"
135135
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.6.tgz#c50b86fa1c4ca9b7a890dc21884f097b6c4b5286"
136136
integrity sha512-djsosdPJVZE6Vsw3kk7IPRWethP94WHGOhQTc67SNXE0ZzMhHgALw8iGmYS0TD1bbMM0VDROy43od7/hN6WYcA==
@@ -395,6 +395,16 @@
395395
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
396396
integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
397397

398+
"@babel/plugin-proposal-private-property-in-object@^7.21.11":
399+
version "7.21.11"
400+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz#69d597086b6760c4126525cfa154f34631ff272c"
401+
integrity sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==
402+
dependencies:
403+
"@babel/helper-annotate-as-pure" "^7.18.6"
404+
"@babel/helper-create-class-features-plugin" "^7.21.0"
405+
"@babel/helper-plugin-utils" "^7.20.2"
406+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
407+
398408
"@babel/plugin-syntax-async-generators@^7.8.4":
399409
version "7.8.4"
400410
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"

0 commit comments

Comments
 (0)