Skip to content

Commit

Permalink
upgraded dependencies and fixed incorrect peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harvanchik committed May 10, 2024
1 parent cf7879d commit 75b26cf
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 285 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,34 @@
"updates": "npm i -g npm-check-updates && ncu -u && pnpm install"
},
"devDependencies": {
"@iconify/svelte": "^3.1.6",
"@iconify/svelte": "^4.0.2",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.7",
"@types/mark.js": "^8.11.12",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.1.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0",
"eslint-plugin-svelte": "^2.39.0",
"mark.js": "^8.11.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"svelte": "^4.2.16",
"svelte-check": "^3.7.1",
"svelte-typewriter": "^3.2.3",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"tailwindcss-textshadow": "^2.1.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.10"
"vite": "^5.2.11"
},
"type": "module",
"dependencies": {
"@sveltejs/vite-plugin-svelte": "3.0.0",
"@xata.io/client": "^0.29.4"
}
}
Loading

0 comments on commit 75b26cf

Please sign in to comment.