Skip to content

Commit

Permalink
🐛 Fix missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontendland committed Sep 5, 2024
1 parent 61c1007 commit fe31e13
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@
"create-component": "node scripts/createComponent.js",
"lint": "eslint src/**/* --fix"
},
"devDependencies": {
"dependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/react": "3.5.0",
"@astrojs/svelte": "5.5.0",
"@eslint/js": "9.9.1",
"@typescript-eslint/parser": "^8.3.0",
"astro": "4.10.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "1.77.5",
"svelte": "4.2.18",
"typescript": "5.4.5"
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@typescript-eslint/parser": "8.3.0",
"astro-eslint-parser": "1.0.2",
"eslint": "9.9.1",
"eslint-plugin-astro": "1.2.3",
Expand All @@ -27,12 +34,7 @@
"eslint-plugin-svelte": "2.43.0",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "1.77.5",
"svelte": "4.2.18",
"svelte-eslint-parser": "0.41.0",
"typescript": "5.4.5",
"typescript-eslint": "8.3.0"
},
"exports": {
Expand Down

0 comments on commit fe31e13

Please sign in to comment.