Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbansal committed Nov 12, 2024
1 parent a81e19f commit 8579b9a
Show file tree
Hide file tree
Showing 3 changed files with 1,856 additions and 1,947 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ public

.astro
dist/
.vercel
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,39 +19,39 @@
"fmtc": "prettier --plugin-search-dir=. --check 'src/**/*.{ts,tsx,astro}'"
},
"dependencies": {
"@astrojs/preact": "^3.3.0",
"@astrojs/vercel": "^7.6.0",
"astro": "^4.9.3",
"@astrojs/preact": "^3.5.3",
"@astrojs/vercel": "^7.8.2",
"astro": "^4.16.10",
"change-case": "^5.4.4",
"dayjs": "^1.11.11",
"dayjs": "^1.11.13",
"normalize.css": "^8.0.1",
"preact": "^10.22.0",
"sass": "^1.77.4",
"typescript": "^5.4.5"
"preact": "^10.24.3",
"sass": "^1.80.6",
"typescript": "^5.6.3"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@types/cli-progress": "^3.11.5",
"@types/node": "^20.14.2",
"@types/papaparse": "^5.3.14",
"@astrojs/check": "^0.9.4",
"@types/cli-progress": "^3.11.6",
"@types/node": "^22.9.0",
"@types/papaparse": "^5.3.15",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"cli-progress": "^3.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-astro": "^1.3.1",
"fast-json-stable-stringify": "^2.1.0",
"just-omit": "^2.2.0",
"just-safe-get": "^4.2.0",
"meow": "^13.2.0",
"papaparse": "^5.4.1",
"prettier": "^3.3.1",
"prettier-plugin-astro": "^0.14.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prompts": "^2.4.2",
"typescript": "^5.1.3",
"zx": "^8.1.2"
"zx": "^8.2.1"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 8579b9a

Please sign in to comment.