Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed Apr 29, 2024
1 parent 41a54c6 commit 1ec028c
Show file tree
Hide file tree
Showing 4 changed files with 3,068 additions and 2,500 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
group: 'pages'
cancel-in-progress: false

jobs:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
steps:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1
15 changes: 0 additions & 15 deletions .vscode/settings.json

This file was deleted.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-api-keys",
"description": "API Key Generation, Validation, and Rate Limiting for SvelteKit",
"version": "0.1.3",
"version": "0.1.4",
"keywords": [
"svelte",
"sveltekit",
Expand Down Expand Up @@ -60,37 +60,37 @@
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.11.30",
"@vitest/ui": "^1.4.0",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.7",
"@vitest/ui": "^1.5.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"postcss-load-config": "^5.0.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.13",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"publint": "^0.2.7",
"svelte": "5.0.0-next.85",
"svelte-check": "^3.6.8",
"svelte-check": "^3.7.0",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vitest": "^1.4.0"
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.2"
},
"dependencies": {
"@robloche/chartjs-plugin-streaming": "^3.1.0",
"bad-words-next": "^2.2.1",
"bad-words-next": "^2.3.1",
"base-x": "^4.0.0",
"chart.js": "^4.4.2",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^3.6.0",
"firebase-admin": "^12.0.0",
"firebase-admin": "^12.1.0",
"redis": "^4.6.13",
"svelte-web-storage": "^0.0.7"
"svelte-web-storage": "^0.0.8"
}
}
Loading

0 comments on commit 1ec028c

Please sign in to comment.