Skip to content

Commit

Permalink
chore: update vite
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Feb 6, 2023
1 parent 3af09db commit 9b49ed0
Show file tree
Hide file tree
Showing 3 changed files with 634 additions and 176 deletions.
6 changes: 1 addition & 5 deletions packages/better-write-app/.env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,4 @@ VITE_BEGINEER_LIMIT=
VITE_INTERMEDIATE_LIMIT=
VITE_ADVANCED_LIMIT=
VITE_CUSTOM_LIMIT=
VITE_UNLIMITED_LIMIT=

// Liveblocks (MULTIPLAYER)
VITE_LIVEBLOCKS_PUBLIC=
VITE_LIVEBLOCKS_SECRET=
VITE_UNLIMITED_LIMIT=
20 changes: 10 additions & 10 deletions packages/better-write-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"better-write-plugin-theme": "^0.17.14",
"better-write-types": "^0.17.14",
"date-fns": "2.28.0",
"destr": "1.1.1",
"destr": "1.2.2",
"docx": "7.5.0",
"drauu": "0.3.2",
"file-saver": "2.0.5",
Expand All @@ -78,7 +78,7 @@
"nprogress": "0.2.0",
"ohmyfetch": "0.4.19",
"pinia": "2.0.23",
"three": "0.146.0",
"three": "0.149.0",
"vue": "3.2.39",
"vue-directive-providers": "0.1.0",
"vue-i18n": "9.2.2",
Expand All @@ -95,7 +95,7 @@
"@rollup/plugin-inject": "4.0.4",
"@types/file-saver": "2.0.5",
"@types/jsdom": "16.2.14",
"@types/three": "0.138.0",
"@types/three": "0.149.0",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"@vitejs/plugin-vue": "2.3.1",
Expand All @@ -112,19 +112,19 @@
"pathe": "0.3.9",
"prettier": "2.6.2",
"tsup": "6.5.0",
"typescript": "4.8.4",
"typescript": "4.9.5",
"unplugin-auto-import": "0.11.4",
"unplugin-vue-components": "0.22.9",
"vite": "3.2.3",
"vite-plugin-checker": "0.5.1",
"vite": "4.1.1",
"vite-plugin-checker": "0.5.5",
"vite-plugin-optimize-persist": "0.1.2",
"vite-plugin-package-config": "0.1.1",
"vite-plugin-package-version": "1.0.2",
"vite-plugin-pwa": "0.13.3",
"vite-plugin-pwa": "0.14.1",
"vite-plugin-sitemap": "0.3.0",
"vite-plugin-windicss": "1.8.8",
"vitest": "0.24.0",
"vue-tsc": "1.0.9"
"vite-plugin-windicss": "1.8.10",
"vitest": "0.28.4",
"vue-tsc": "1.0.24"
},
"vite": {
"optimizeDeps": {
Expand Down
Loading

0 comments on commit 9b49ed0

Please sign in to comment.