Skip to content

Commit

Permalink
Merge pull request #471 from bartvdbraak/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvdbraak authored Jul 2, 2024
2 parents 8191339 + 2c41f7b commit acea7d7
Show file tree
Hide file tree
Showing 4 changed files with 894 additions and 581 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [18]
steps:
- name: Checkout Git repository
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Setup pnpm
uses: pnpm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unlighthouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fi
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Setup pnpm
uses: pnpm/[email protected]
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,41 +13,41 @@
"unlighthouse": "unlighthouse-ci"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^5.3.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/adapter-vercel": "^5.4.0",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "8.56.10",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.39.3",
"formsnap": "^1.0.0",
"lint-staged": "^15.2.6",
"postcss": "^8.4.38",
"eslint-plugin-svelte": "^2.41.0",
"formsnap": "^1.0.1",
"lint-staged": "^15.2.7",
"postcss": "^8.4.39",
"postcss-load-config": "^5.1.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"prettier-plugin-svelte": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"sveltekit-superforms": "^2.15.1",
"svelte-check": "^3.8.4",
"sveltekit-superforms": "^2.15.2",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"unlighthouse": "^0.13.0",
"vite": "^5.2.13",
"typescript": "^5.5.3",
"unlighthouse": "^0.13.1",
"vite": "^5.3.2",
"zod": "^3.23.8"
},
"type": "module",
"dependencies": {
"@internationalized/date": "^3.5.4",
"bits-ui": "^0.21.10",
"bits-ui": "^0.21.11",
"cmdk-sv": "^0.0.17",
"lucide-svelte": "^0.394.0",
"mode-watcher": "^0.3.0",
"mode-watcher": "^0.3.1",
"pocketbase": "^0.21.3",
"svelte-headless-table": "^0.18.2",
"svelte-sonner": "^0.3.24",
Expand Down
Loading

0 comments on commit acea7d7

Please sign in to comment.