Skip to content

Commit

Permalink
fix: compatibility between deps
Browse files Browse the repository at this point in the history
  • Loading branch information
GarciaLnk committed Dec 4, 2024
1 parent 86f94d0 commit eabe6bc
Show file tree
Hide file tree
Showing 10 changed files with 2,613 additions and 1,843 deletions.
51 changes: 0 additions & 51 deletions .eslintignore

This file was deleted.

43 changes: 0 additions & 43 deletions .eslintrc.json

This file was deleted.

2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ keys.json
pnpm-lock.yaml
package-lock.json
yarn.lock

landing/
13 changes: 0 additions & 13 deletions landing/.eslintignore

This file was deleted.

25 changes: 0 additions & 25 deletions landing/.eslintrc.cjs

This file was deleted.

15 changes: 9 additions & 6 deletions landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"postbuild": "svelte-sitemap --out-dir .svelte-kit/cloudflare --domain https://aisknet.garcialnk.com"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@floating-ui/dom": "^1.5.4",
"@skeletonlabs/skeleton": "^2.7.1",
"@skeletonlabs/tw-plugin": "^0.3.1",
Expand All @@ -22,23 +24,24 @@
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.13.0",
"highlight.js": "^11.9.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^5.6.2",
"svelte": "^4.2.19",
"svelte-check": "^3.6.3",
"svelte-sitemap": "^2.6.0",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^6.0.2",
"vite": "^5.4.11",
"vite-plugin-tailwind-purgecss": "^0.2.0"
},
"type": "module"
Expand Down
Loading

0 comments on commit eabe6bc

Please sign in to comment.