Skip to content

Commit 6ce5c63

Browse files
committed
Merge remote-tracking branch 'origin/main' into lint
2 parents 0173877 + 51c160e commit 6ce5c63

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"prepare": "husky install"
4444
},
4545
"devDependencies": {
46-
"@babel/preset-env": "7.22.7",
46+
"@babel/preset-env": "7.22.9",
4747
"@rollup/plugin-babel": "6.0.3",
4848
"@rollup/plugin-multi-entry": "6.0.0",
4949
"@rollup/plugin-node-resolve": "15.1.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
dependencies:
160160
"@babel/types" "^7.22.5"
161161

162-
"@babel/helper-compilation-targets@^7.17.10":
162+
"@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.22.9":
163163
version "7.22.9"
164164
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892"
165165
integrity sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==
@@ -1115,13 +1115,13 @@
11151115
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
11161116
"@babel/helper-plugin-utils" "^7.22.5"
11171117

1118-
"@babel/[email protected].7":
1119-
version "7.22.7"
1120-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.7.tgz#a1ef34b64a80653c22ce4d9c25603cfa76fc168a"
1121-
integrity sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ==
1118+
"@babel/[email protected].9":
1119+
version "7.22.9"
1120+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.9.tgz#57f17108eb5dfd4c5c25a44c1977eba1df310ac7"
1121+
integrity sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g==
11221122
dependencies:
1123-
"@babel/compat-data" "^7.22.6"
1124-
"@babel/helper-compilation-targets" "^7.22.6"
1123+
"@babel/compat-data" "^7.22.9"
1124+
"@babel/helper-compilation-targets" "^7.22.9"
11251125
"@babel/helper-plugin-utils" "^7.22.5"
11261126
"@babel/helper-validator-option" "^7.22.5"
11271127
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.5"
@@ -1195,11 +1195,11 @@
11951195
"@babel/plugin-transform-unicode-sets-regex" "^7.22.5"
11961196
"@babel/preset-modules" "^0.1.5"
11971197
"@babel/types" "^7.22.5"
1198-
"@nicolo-ribaudo/semver-v6" "^6.3.3"
11991198
babel-plugin-polyfill-corejs2 "^0.4.4"
12001199
babel-plugin-polyfill-corejs3 "^0.8.2"
12011200
babel-plugin-polyfill-regenerator "^0.5.1"
12021201
core-js-compat "^3.31.0"
1202+
semver "^6.3.1"
12031203

12041204
"@babel/preset-modules@^0.1.5":
12051205
version "0.1.5"

0 commit comments

Comments
 (0)