Skip to content

Commit

Permalink
vite เกียน
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Nov 18, 2023
1 parent f07d021 commit c028b0b
Show file tree
Hide file tree
Showing 5 changed files with 413 additions and 300 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Previous changelog before 4.0.605 may not be noted here.

## [6.0.888.1] - 2023-11-28

- fix: sharp bug

## [6.0.888] - 2023-11-18

- feat: new sveltekit website for admin management (and soon for user to use)
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@urami/core": "1.2.2",
"@urami/svelte": "1.1.1",
"@urami/types": "1.0.1",
"@waifu-bot/constants": "workspace:0.0.0",
"autoprefixer": "10.4.16",
"discord-api-types": "0.37.63",
"eslint": "8.54.0",
Expand All @@ -34,21 +35,20 @@
"prettier-plugin-svelte": "3.1.0",
"prettier-plugin-tailwindcss": "0.5.7",
"sass": "1.69.5",
"sharp": "0.32.6",
"svelte": "4.2.5",
"svelte-bootstrap-icons": "3.1.0",
"svelte-check": "3.6.0",
"tailwind-merge": "2.0.0",
"tailwindcss": "3.3.5",
"tslib": "2.6.2",
"typescript": "5.2.2",
"vite": "4.5.0",
"vite": "5.0.0",
"vitest": "0.34.6",
"zod": "3.22.4"
},
"dependencies": {
"@waifu-bot/auth": "workspace:0.0.0",
"@waifu-bot/constants": "workspace:0.0.0",
"@waifu-bot/database": "workspace:0.0.0"
"@waifu-bot/database": "workspace:0.0.0",
"sharp": "0.32.6"
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
"packages/*"
],
"scripts": {
"clean": "rm -rf node_modules {apps,packages}/**/*/{.turbo,build,dist,node_modules,.next}",
"clean": "rm -rf node_modules {apps,packages}/*/{.turbo,build,dist,node_modules,.svelte-kit}",
"build": "FORCE_COLOR=2 turbo run build",
"dev": "dotenv -v FORCE_COLOR=2 turbo run dev",
"lint": "FORCE_COLOR=2 turbo run lint",
"format": "FORCE_COLOR=2 turbo run format",
"start": "dotenv -v FORCE_COLOR=2 turbo run start",
"start:bot": "dotenv -v FORCE_COLOR=2 turbo run --filter=\"@waifu-bot/bot\" start",
"start:bot": "dotenv -v FORCE_COLOR=2 -- turbo run --filter=\"@waifu-bot/bot\" start",
"start:web": "dotenv -v FORCE_COLOR=2 -- turbo run --filter=\"@waifu-bot/web\" start",
"test": "FORCE_COLOR=2 turbo run test"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// * Data such as App Version and other "constants"
// * will be in this package

export const AppVersion = "6.0.888";
export const AppVersion = "6.0.888.1";

export const YoutubeURLPrefix = "https://www.youtube.com/watch?v=";

Expand Down
Loading

0 comments on commit c028b0b

Please sign in to comment.