Skip to content

Commit ced7935

Browse files
committed
chore(deps): update npm patch dependencies
1 parent b635da7 commit ced7935

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

example/yarn.lock

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
2626

2727
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.20.0":
28-
version "7.27.1"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
30-
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
28+
version "7.27.7"
3129
dependencies:
3230
"@ampproject/remapping" "^2.2.0"
3331
"@babel/code-frame" "^7.27.1"
@@ -1067,14 +1065,7 @@
10671065
source-map-support "^0.5.16"
10681066

10691067
"@babel/runtime@^7.0.0", "@babel/runtime@^7.20.0":
1070-
version "7.27.1"
1071-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541"
1072-
integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==
1073-
1074-
"@babel/template@^7.0.0", "@babel/template@^7.27.1", "@babel/template@^7.3.3":
1075-
version "7.27.2"
1076-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1077-
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1068+
version "7.27.6"
10781069
dependencies:
10791070
"@babel/code-frame" "^7.27.1"
10801071
"@babel/parser" "^7.27.2"
@@ -1776,9 +1767,7 @@
17761767
"@types/react" "^18"
17771768

17781769
"@types/react@^18", "@types/react@^18.2.6":
1779-
version "18.3.21"
1780-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.21.tgz#ba9bdc8833ceaf2b5edabbbabfbf9a84040df89a"
1781-
integrity sha512-gXLBtmlcRJeT09/sI4PxVwyrku6SaNUj/6cMubjE6T6XdY1fDmBL7r0nX0jbSZPU/Xr0KuwLLZh6aOYY5d91Xw==
1770+
version "18.3.23"
17821771
dependencies:
17831772
"@types/prop-types" "*"
17841773
csstype "^3.0.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"typescript": "^4.5.2"
6262
},
6363
"resolutions": {
64-
"@types/react": "17.0.85"
64+
"@types/react": "17.0.87"
6565
},
6666
"peerDependencies": {
6767
"react": "*",

yarn.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@
5151
semver "^6.3.1"
5252

5353
"@babel/eslint-parser@^7.18.2":
54-
version "7.27.1"
55-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.27.1.tgz#e146fb2facef62c6c5d1a6fd07cfd79ee9f7b0f1"
56-
integrity sha512-q8rjOuadH0V6Zo4XLMkJ3RMQ9MSBqwaDByyYB0izsYdaIWGNLmEblbCOf1vyFHICcg16CD7Fsi51vcQnYxmt6Q==
54+
version "7.27.5"
5755
dependencies:
5856
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
5957
eslint-visitor-keys "^2.1.0"

0 commit comments

Comments
 (0)