Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
saboooor committed Jan 24, 2024
1 parent 36df5c5 commit 06ec6d9
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 144 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplymc",
"version": "6.2.0",
"version": "6.3.0",
"description": "A Minecraft multitool for you",
"repository": {
"type": "git",
Expand All @@ -27,31 +27,31 @@
"tauri": "tauri"
},
"devDependencies": {
"@builder.io/qwik": "1.3.1",
"@builder.io/qwik-city": "1.3.1",
"@img/sharp-darwin-x64": "^0.33.1",
"@img/sharp-linux-x64": "^0.33.1",
"@img/sharp-win32-x64": "^0.33.1",
"@builder.io/qwik": "1.4.0",
"@builder.io/qwik-city": "1.4.0",
"@img/sharp-darwin-x64": "^0.33.2",
"@img/sharp-linux-x64": "^0.33.2",
"@img/sharp-win32-x64": "^0.33.2",
"@tauri-apps/api": "2.0.0-alpha.13",
"@tauri-apps/cli": "2.0.0-alpha.20",
"@tauri-apps/plugin-notification": "github:tauri-apps/tauri-plugin-notification#v2",
"@tauri-apps/plugin-window-state": "github:tauri-apps/tauri-plugin-window-state#v2",
"@types/eslint": "8.56.0",
"@types/eslint": "8.56.2",
"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"autoprefixer": "10.4.16",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-plugin-qwik": "1.3.1",
"postcss": "^8.4.32",
"eslint-plugin-qwik": "1.4.0",
"postcss": "^8.4.33",
"qwik-ionicons": "^1.0.5",
"qwik-speak": "^0.19.0",
"simple-color-picker": "^1.0.5",
"tailwindcss": "^3.4.0",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3",
"undici": "^6.2.1",
"vite": "5.0.10",
"vite-tsconfig-paths": "4.2.2",
"undici": "^6.4.0",
"vite": "5.0.12",
"vite-tsconfig-paths": "4.3.1",
"wrangler": "latest",
"yaml": "^2.3.4",
"zod": "^3.22.4"
Expand Down
Loading

0 comments on commit 06ec6d9

Please sign in to comment.