Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent a8fb732 commit 9e0e92b
Show file tree
Hide file tree
Showing 4 changed files with 2,008 additions and 815 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,36 @@
"typecheck": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@rive-app/canvas": "^2.15.6",
"@tauri-apps/api": "^1.5.6",
"overlayscrollbars": "^2.8.0",
"@rive-app/canvas": "^2.23.11",
"@tauri-apps/api": "^1.6.0",
"overlayscrollbars": "^2.10.1",
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart",
"worker-timers": "^7.1.8"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/adapter-vercel": "^5.3.0",
"@sveltejs/kit": "^2.5.9",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tauri-apps/cli": "^1.5.14",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^9.3.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/adapter-vercel": "^5.5.0",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tauri-apps/cli": "^1.6.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-svelte": "^2.39.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"sass": "^1.77.2",
"stylelint": "^16.5.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-svelte": "^2.46.1",
"prettier": "^3.4.1",
"prettier-plugin-svelte": "^3.3.2",
"sass": "^1.81.0",
"stylelint": "^16.11.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-prettier": "^5.0.0",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"stylelint-prettier": "^5.0.2",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
Loading

0 comments on commit 9e0e92b

Please sign in to comment.