Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 00107aa

Browse files
Merge pull request #29 from arkedge/renovate/vitejs-plugin-react-4.x
Update dependency @vitejs/plugin-react to v4.1.1
2 parents bdfcf82 + cab9010 commit 00107aa

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
@@ -26,7 +26,7 @@
2626
"@types/react-dom": "18.2.14",
2727
"@typescript-eslint/eslint-plugin": "5.62.0",
2828
"@typescript-eslint/parser": "5.62.0",
29-
"@vitejs/plugin-react": "4.1.0",
29+
"@vitejs/plugin-react": "4.1.1",
3030
"autoprefixer": "10.4.16",
3131
"eslint": "8.52.0",
3232
"eslint-config-prettier": "8.10.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.2.tgz#6a12ced93455827037bfb5ed8492820d60fc32cc"
3434
integrity sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==
3535

36-
"@babel/core@^7.22.20":
36+
"@babel/core@^7.23.2":
3737
version "7.23.2"
3838
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94"
3939
integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==
@@ -490,7 +490,7 @@
490490
"@nodelib/fs.scandir" "2.1.5"
491491
fastq "^1.6.0"
492492

493-
"@types/babel__core@^7.20.2":
493+
"@types/babel__core@^7.20.3":
494494
version "7.20.3"
495495
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.3.tgz#d5625a50b6f18244425a1359a858c73d70340778"
496496
integrity sha512-54fjTSeSHwfan8AyHWrKbfBWiEUrNTZsUwPTDSNaaP1QDQIZbeNUg3a59E9D+375MzUw/x1vx2/0F5LBz+AeYA==
@@ -653,15 +653,15 @@
653653
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
654654
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
655655

656-
"@vitejs/plugin-react@4.1.0":
657-
version "4.1.0"
658-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.1.0.tgz#e4f56f46fd737c5d386bb1f1ade86ba275fe09bd"
659-
integrity sha512-rM0SqazU9iqPUraQ2JlIvReeaxOoRj6n+PzB1C0cBzIbd8qP336nC39/R9yPi3wVcah7E7j/kdU1uCUqMEU4OQ==
656+
"@vitejs/plugin-react@4.1.1":
657+
version "4.1.1"
658+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.1.1.tgz#a10254dc76778027407d01b6ddbca53b23852a72"
659+
integrity sha512-Jie2HERK+uh27e+ORXXwEP5h0Y2lS9T2PRGbfebiHGlwzDO0dEnd2aNtOR/qjBlPb1YgxwAONeblL1xqLikLag==
660660
dependencies:
661-
"@babel/core" "^7.22.20"
661+
"@babel/core" "^7.23.2"
662662
"@babel/plugin-transform-react-jsx-self" "^7.22.5"
663663
"@babel/plugin-transform-react-jsx-source" "^7.22.5"
664-
"@types/babel__core" "^7.20.2"
664+
"@types/babel__core" "^7.20.3"
665665
react-refresh "^0.14.0"
666666

667667
acorn-jsx@^5.3.2:

0 commit comments

Comments
 (0)