Skip to content

Commit 105fbc9

Browse files
authored
Merge pull request #25 from victortrusov/dependabot/npm_and_yarn/vite-2.9.13
Bump vite from 2.9.9 to 2.9.13
2 parents ae4041c + d0e075e commit 105fbc9

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

examples/react-router-5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/react-dom": "^18.0.5",
1919
"@vitejs/plugin-react": "^1.3.2",
2020
"typescript": "^4.6.3",
21-
"vite": "^2.9.9"
21+
"vite": "^2.9.13"
2222
}
2323
}

examples/react-router-6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/react-dom": "^18.0.5",
1919
"@vitejs/plugin-react": "^1.3.2",
2020
"typescript": "^4.6.3",
21-
"vite": "^2.9.9"
21+
"vite": "^2.9.13"
2222
}
2323
}

packages/react-router-loading/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"react": "^18.1.0",
4949
"react-router": "^6.3.0",
5050
"typescript": "^4.6.3",
51-
"vite": "^2.9.9",
51+
"vite": "^2.9.13",
5252
"vite-plugin-dts": "^1.2.0"
5353
},
5454
"files": [

yarn.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,13 @@ react-router-loading@0.4.2:
19311931
dependencies:
19321932
topbar "^1.0.1"
19331933

1934+
react-router-loading@1.0.0-beta.3:
1935+
version "1.0.0-beta.3"
1936+
resolved "https://registry.yarnpkg.com/react-router-loading/-/react-router-loading-1.0.0-beta.3.tgz#d276edd513a92d87f689519b6293366188497b5e"
1937+
integrity sha512-T8TmDzDZz1EX2RIbaXb4CdAEjnw1AeSbWjgWDJz4U6pT+6c0DmpNR3oCjta3SvlP2wREujT6BS09ankImObi/g==
1938+
dependencies:
1939+
topbar "^1.0.1"
1940+
19341941
react-router@5.3.3:
19351942
version "5.3.3"
19361943
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.3.tgz#8e3841f4089e728cf82a429d92cdcaa5e4a3a288"
@@ -2035,9 +2042,9 @@ rimraf@^3.0.2:
20352042
glob "^7.1.3"
20362043

20372044
rollup@^2.59.0:
2038-
version "2.75.1"
2039-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.1.tgz#9024223a8000f9ad936b8607c1bc7abcfcbdd1f1"
2040-
integrity sha512-zD73rq3Fanr/spmiybMqmGEvOpryj/heLqOb+lubxiXlo8azeJ/z306T2dJYuzfWZPQBS0OT++GXG6Lbd4ToKw==
2045+
version "2.77.3"
2046+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12"
2047+
integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==
20412048
optionalDependencies:
20422049
fsevents "~2.3.2"
20432050

@@ -2320,10 +2327,10 @@ vite-plugin-dts@^1.2.0:
23202327
fs-extra "^10.0.1"
23212328
ts-morph "^14.0.0"
23222329

2323-
vite@^2.9.9:
2324-
version "2.9.9"
2325-
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.9.tgz#8b558987db5e60fedec2f4b003b73164cb081c5e"
2326-
integrity sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==
2330+
vite@^2.9.13:
2331+
version "2.9.13"
2332+
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.13.tgz#859cb5d4c316c0d8c6ec9866045c0f7858ca6abc"
2333+
integrity sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==
23272334
dependencies:
23282335
esbuild "^0.14.27"
23292336
postcss "^8.4.13"

0 commit comments

Comments
 (0)