Skip to content

Commit

Permalink
Upgrade dependensies
Browse files Browse the repository at this point in the history
  • Loading branch information
wjtje committed Nov 21, 2023
1 parent 31ee14a commit e51e7ee
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 450 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"git": "npm ci && npx prisma migrate deploy && npx prisma generate"
},
"dependencies": {
"@prisma/client": "^5.1.1",
"@zip.js/zip.js": "^2.7.20",
"@prisma/client": "^5.6.0",
"@zip.js/zip.js": "^2.7.31",
"gemoji": "^8.1.0",
"github-colors": "github:ozh/github-colors",
"luxon": "^3.3.0",
"luxon": "^3.4.4",
"papaparse": "^5.4.1",
"prisma": "^5.1.1",
"prisma": "^5.6.0",
"svelte": "^3.59.2",
"svelte-exmarkdown": "^2.1.0",
"svelte-match-media": "^1.2.1",
Expand All @@ -30,29 +30,29 @@
"devDependencies": {
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "next",
"@types/luxon": "^3.3.1",
"@types/papaparse": "^5.3.7",
"@types/luxon": "^3.3.5",
"@types/papaparse": "^5.3.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.27",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-load-config": "^4.0.2",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.64.1",
"svelte-check": "^3.4.6",
"sass": "^1.69.5",
"svelte-check": "^3.6.0",
"svelte-content-loader": "^1.1.3",
"svelte-icons": "^2.1.0",
"svelte-particles": "^2.11.0",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"svelte-particles": "^2.12.0",
"svelte-preprocess": "^5.1.0",
"tailwindcss": "^3.3.5",
"tailwindcss-global-dark": "^1.0.1",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"typescript": "~5.0.4",
"vite": "^4.4.7"
"vite": "^4.5.0"
}
}
Loading

0 comments on commit e51e7ee

Please sign in to comment.