Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Jun 5, 2024
1 parent 2ab7483 commit 188cbc5
Show file tree
Hide file tree
Showing 3 changed files with 5,126 additions and 4,252 deletions.
45 changes: 22 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"name": "isd.sgcu.in.th",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@9.2.0",
"engines": {
"node": "^20.9",
"pnpm": "^8"
"node": "^20.9"
},
"scripts": {
"dev": "astro dev",
Expand All @@ -17,32 +16,32 @@
"format": "prettier --write \"*.{json,cjs,js,mjs,md}\" src && eslint src --fix"
},
"dependencies": {
"@astrojs/check": "0.4.1",
"@astrojs/svelte": "5.0.3",
"@astrojs/check": "0.7.0",
"@astrojs/svelte": "5.4.0",
"@astrojs/tailwind": "5.1.0",
"@fontsource-variable/space-grotesk": "5.0.16",
"@fontsource/noto-sans-thai-looped": "5.0.8",
"@octokit/types": "12.4.0",
"astro": "4.2.1",
"sharp": "0.33.2",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
"@fontsource-variable/space-grotesk": "5.0.18",
"@fontsource/noto-sans-thai-looped": "5.0.13",
"@octokit/types": "13.5.0",
"astro": "4.9.3",
"sharp": "0.33.4",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
},
"devDependencies": {
"@types/eslint": "8.56.2",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"eslint": "8.56.0",
"@types/eslint": "8.56.10",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-astro": "0.31.3",
"eslint-plugin-astro": "1.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-svelte": "2.35.1",
"prettier": "3.2.4",
"prettier-plugin-astro": "0.13.0",
"eslint-plugin-svelte": "2.39.0",
"prettier": "3.3.1",
"prettier-plugin-astro": "0.14.0",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-svelte": "3.1.2",
"prettier-plugin-tailwindcss": "0.5.11",
"svelte": "4.2.9"
"prettier-plugin-svelte": "3.2.3",
"prettier-plugin-tailwindcss": "0.6.1",
"svelte": "4.2.17"
}
}
Loading

0 comments on commit 188cbc5

Please sign in to comment.