Skip to content

Commit

Permalink
📌 Actualiza y especifica las verciones de las dependencias
Browse files Browse the repository at this point in the history
  • Loading branch information
doneber committed Mar 7, 2024
1 parent 5987961 commit 187002a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"format:check": "prettier --check src"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/preact": "^3.1.1",
"astro": "^4.4.5",
"cheerio": "^1.0.0-rc.12",
"nanostores": "^0.10.0",
"preact": "^10.19.6",
"typescript": "^5.3.3"
"@astrojs/check": "0.5.6",
"@astrojs/preact": "3.1.1",
"astro": "4.4.5",
"cheerio": "1.0.0-rc.12",
"nanostores": "0.10.0",
"preact": "10.19.6",
"typescript": "5.3.3"
},
"devDependencies": {
"@antfu/eslint-config": "0.43.1",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "0.31.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0"
}
}

0 comments on commit 187002a

Please sign in to comment.