mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
chore: update vite-plugin-route-builder to version 0.5.0-alpha.1 and adjust related configurations
- Updated the vite-plugin-route-builder dependency in package.json files for both the web and dashboard applications. - Modified the pnpm-lock.yaml to reflect the new version. - Updated the router configuration to utilize generated routes from the new version. - Added a new layout component for the main page in the web application. - Adjusted import statements and added a new entry to .gitignore for generated routes. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
13
pnpm-lock.yaml
generated
13
pnpm-lock.yaml
generated
@@ -883,6 +883,9 @@ importers:
|
||||
vite-plugin-pwa:
|
||||
specifier: 1.2.0
|
||||
version: 1.2.0(vite@8.0.0-beta.0(@types/node@24.10.1)(esbuild@0.25.12)(jiti@2.6.1)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.1))(workbox-build@7.3.0(@types/babel__core@7.20.5))(workbox-window@7.3.0)
|
||||
vite-plugin-route-builder:
|
||||
specifier: 0.5.0-alpha.1
|
||||
version: 0.5.0-alpha.1
|
||||
|
||||
be:
|
||||
dependencies:
|
||||
@@ -1274,8 +1277,8 @@ importers:
|
||||
specifier: 0.12.0
|
||||
version: 0.12.0(eslint@9.39.2(jiti@2.6.1))(meow@13.2.0)(optionator@0.9.4)(typescript@5.9.3)(vite@8.0.0-beta.0(@types/node@24.10.1)(esbuild@0.25.12)(jiti@2.6.1)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.1))
|
||||
vite-plugin-route-builder:
|
||||
specifier: 0.4.1
|
||||
version: 0.4.1
|
||||
specifier: 0.5.0-alpha.1
|
||||
version: 0.5.0-alpha.1
|
||||
vite-tsconfig-paths:
|
||||
specifier: 6.0.1
|
||||
version: 6.0.1(typescript@5.9.3)(vite@8.0.0-beta.0(@types/node@24.10.1)(esbuild@0.25.12)(jiti@2.6.1)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.1))
|
||||
@@ -11390,8 +11393,8 @@ packages:
|
||||
'@vite-pwa/assets-generator':
|
||||
optional: true
|
||||
|
||||
vite-plugin-route-builder@0.4.1:
|
||||
resolution: {integrity: sha512-mkFlhuk1CTcpXVzcbz0yQ0jXn6vX0evjKtfoLMlSlFRINm5Uaw0mbbsPp4+sPJDjaoTUWj2P3FY0QZ3Z9zMGKw==}
|
||||
vite-plugin-route-builder@0.5.0-alpha.1:
|
||||
resolution: {integrity: sha512-PTa6N1A6AyDcR8IWKy+a+FNwRBn/Tf0g5LCmKvnprmMwWJaILjntw3MxmzyKvqimuxVKhUdNKuO5YB6Yw0L+qw==}
|
||||
|
||||
vite-tsconfig-paths@6.0.1:
|
||||
resolution: {integrity: sha512-OQuYkfCQhc2T+n//0N7/oogTosgiSyZQ7dydrpUlH5SbnFTtplpekdY4GMi6jDwEpiwWlqeUJMyPfC2ePM1+2A==}
|
||||
@@ -23117,7 +23120,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
vite-plugin-route-builder@0.4.1: {}
|
||||
vite-plugin-route-builder@0.5.0-alpha.1: {}
|
||||
|
||||
vite-tsconfig-paths@6.0.1(typescript@5.9.3)(vite@8.0.0-beta.0(@types/node@24.10.1)(esbuild@0.25.12)(jiti@2.6.1)(terser@5.44.1)(tsx@4.21.0)(yaml@2.8.1)):
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user