Skip to content

Commit ff6c0d9

Browse files
authored
Merge pull request #153 from lukethacoder/renovate/vitejs-plugin-react-2.x
Update dependency @vitejs/plugin-react to v2.1.0
2 parents 240b804 + 0726431 commit ff6c0d9

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@tauri-apps/cli": "1.1.1",
2121
"@types/react": "18.0.17",
2222
"@types/react-dom": "18.0.6",
23-
"@vitejs/plugin-react": "2.0.0",
23+
"@vitejs/plugin-react": "2.1.0",
2424
"autoprefixer": "10.4.8",
2525
"postcss": "8.4.16",
2626
"postcss-cli": "10.0.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.13.tgz"
2323
integrity sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw==
2424

25-
"@babel/core@^7.18.6":
25+
"@babel/core@^7.18.13":
2626
version "7.18.13"
2727
resolved "https://registry.npmjs.org/@babel/core/-/core-7.18.13.tgz"
2828
integrity sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==
@@ -195,7 +195,7 @@
195195
dependencies:
196196
"@babel/helper-plugin-utils" "^7.18.6"
197197

198-
"@babel/plugin-transform-react-jsx@^7.18.6":
198+
"@babel/plugin-transform-react-jsx@^7.18.10", "@babel/plugin-transform-react-jsx@^7.18.6":
199199
version "7.18.10"
200200
resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.10.tgz"
201201
integrity sha512-gCy7Iikrpu3IZjYZolFE4M1Sm+nrh1/6za2Ewj77Z+XirT4TsbJcvOFOyF+fRPwU6AKKK136CZxx6L8AbSFG6A==
@@ -699,13 +699,13 @@
699699
resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz"
700700
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
701701

702-
"@vitejs/plugin-react@2.0.0":
703-
version "2.0.0"
704-
resolved "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-2.0.0.tgz"
705-
integrity sha512-zHkRR+X4zqEPNBbKV2FvWSxK7Q6crjMBVIAYroSU8Nbb4M3E5x4qOiLoqJBHtXgr27kfednXjkwr3lr8jS6Wrw==
702+
"@vitejs/plugin-react@2.1.0":
703+
version "2.1.0"
704+
resolved "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-2.1.0.tgz"
705+
integrity sha512-am6rPyyU3LzUYne3Gd9oj9c4Rzbq5hQnuGXSMT6Gujq45Il/+bunwq3lrB7wghLkiF45ygMwft37vgJ/NE8IAA==
706706
dependencies:
707-
"@babel/core" "^7.18.6"
708-
"@babel/plugin-transform-react-jsx" "^7.18.6"
707+
"@babel/core" "^7.18.13"
708+
"@babel/plugin-transform-react-jsx" "^7.18.10"
709709
"@babel/plugin-transform-react-jsx-development" "^7.18.6"
710710
"@babel/plugin-transform-react-jsx-self" "^7.18.6"
711711
"@babel/plugin-transform-react-jsx-source" "^7.18.6"

0 commit comments

Comments
 (0)