Skip to content

Commit

Permalink
chore(deps): update dependency @vitejs/plugin-react-refresh to v1.3.5 (
Browse files Browse the repository at this point in the history
…module-federation#960)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] and renovate-bot authored Jul 19, 2021
1 parent e692720 commit bfa06e6
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion vite-react-simple/vite-react/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"@types/lodash-es": "4.17.4",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.7",
"@vitejs/plugin-react-refresh": "1.3.4",
"@vitejs/plugin-react-refresh": "1.3.5",
"cross-env": "7.0.3",
"nodemon": "2.0.9",
"typescript": "4.3.5",
18 changes: 9 additions & 9 deletions vite-react-simple/vite-react/yarn.lock
Original file line number Diff line number Diff line change
@@ -283,16 +283,16 @@
resolved "https://r.cnpmjs.org/@types/scheduler/download/@types/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
integrity sha1-GIRSBehv8AOFF6q3oYpiprn3EnU=

"@vitejs/plugin-react-refresh@1.3.4":
version "1.3.4"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react-refresh/-/plugin-react-refresh-1.3.4.tgz#d38fe876b0067df981181f318d90fb9b41605f81"
integrity sha512-ArYbVo74P0tBSeNeDf3IdUZ3iMe8hE4eOLsXiefkCeffC9D8bhzj7FNOwvy4vuvAGNV6LPBcbVdlYuEwrUO5Aw==
"@vitejs/plugin-react-refresh@1.3.5":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react-refresh/-/plugin-react-refresh-1.3.5.tgz#be47e56d9965423968c8a6b2d62e5014e1e24478"
integrity sha512-7c4ELQMygKw5YFCNMLhDHrt4BOgXmROP65gPax/W43mJPNQaYW8ny1kI/bvCDNuzMqZWSK8uf2tEjPVVBnZ5IQ==
dependencies:
"@babel/core" "^7.14.6"
"@babel/plugin-transform-react-jsx-self" "^7.14.5"
"@babel/plugin-transform-react-jsx-source" "^7.14.5"
"@rollup/pluginutils" "^4.1.0"
react-refresh "^0.9.0"
react-refresh "^0.10.0"

abbrev@1:
version "1.1.1"
@@ -1414,10 +1414,10 @@ react-dom@^17.0.0:
object-assign "^4.1.1"
scheduler "^0.20.2"

react-refresh@^0.9.0:
version "0.9.0"
resolved "https://r.cnpmjs.org/react-refresh/download/react-refresh-0.9.0.tgz#71863337adc3e5c2f8a6bfddd12ae3bfe32aafbf"
integrity sha1-cYYzN63D5cL4pr/d0Srjv+Mqr78=
react-refresh@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.10.0.tgz#2f536c9660c0b9b1d500684d9e52a65e7404f7e3"
integrity sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ==

react@^17.0.0:
version "17.0.2"

0 comments on commit bfa06e6

Please sign in to comment.