Skip to content

Commit

Permalink
upgrade dependencies, remove workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 26, 2024
1 parent a86b9ea commit cbc0f8a
Show file tree
Hide file tree
Showing 6 changed files with 1,548 additions and 1,546 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
target
target-analyzer

# Node dependencies
node_modules

# Build-time generated CSS artifacts
/kitsune/assets-dist

Expand Down
22 changes: 11 additions & 11 deletions kitsune-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,29 @@
"devDependencies": {
"@iconify-json/eos-icons": "^1.2.1",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/vite-plugin-svelte": "4.0.1",
"@sveltejs/kit": "^2.8.4",
"@sveltejs/vite-plugin-svelte": "4.0.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.20",
"eslint": "<=9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.12.0",
"houdini": "1.3.0",
"houdini-svelte": "2.0.0",
"houdini": "1.3.1",
"houdini-svelte": "2.0.1",
"prettier": "^3.3.3",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-svelte": "^3.2.8",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.81.0",
"svelte": "^5.2.0",
"svelte-check": "^4.0.8",
"svelte": "^5.2.8",
"svelte-check": "^4.1.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"unplugin-icons": "^0.20.1",
"vite": "^5.4.11",
"vitest": "^2.1.5",
Expand Down
Loading

0 comments on commit cbc0f8a

Please sign in to comment.