Skip to content

Commit

Permalink
update to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Jan 29, 2023
1 parent f261ede commit 45091f1
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 383 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
36 changes: 21 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,30 @@
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"engines": {
"node": ">=18",
"yarn": "please-use-pnpm",
"npm": "please-use-pnpm",
"pnpm": ">=7"
},
"dependencies": {
"@directus/sdk": "^10.3.1",
"dayjs": "^1.11.7",
"randomcolor": "^0.6.2",
"svelte-i18n": "^3.6.0"
},
"devDependencies": {
"@sveltejs/adapter-node": "^1.0.0-next.101",
"@sveltejs/kit": "^1.0.0-next.560",
"@types/randomcolor": "^0.5.6",
"@sveltejs/adapter-node": "^1.1.4",
"@sveltejs/kit": "^1.3.2",
"@types/randomcolor": "^0.5.7",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"svelte": "^3.53.1",
"svelte-check": "^2.9.2",
"postcss": "^8.4.21",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^3.2.4"
},
"dependencies": {
"@directus/sdk": "^10.3.0",
"dayjs": "^1.11.6",
"randomcolor": "^0.6.2",
"svelte-i18n": "^3.5.2"
"tslib": "^2.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.4"
}
}
Loading

0 comments on commit 45091f1

Please sign in to comment.