Skip to content

Commit

Permalink
Various Small Fixes (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptlthg authored Nov 19, 2023
1 parent d208ffb commit d34b770
Show file tree
Hide file tree
Showing 6 changed files with 571 additions and 538 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,37 @@
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "next",
"@sveltejs/kit": "^1.24.0",
"@sveltejs/kit": "^1.27.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "10.4.7",
"eslint": "^8.48.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-svelte": "^2.33.0",
"eslint-plugin-svelte": "^2.35.0",
"flowbite-svelte": "^0.40.2",
"flowbite-svelte-icons": "^0.2.6",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"svelte": "^4.2.5",
"svelte-check": "^3.6.0",
"svelte-preprocess": "^5.1.0",
"tailwindcss": "^3.3.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.5.0"
},
"type": "module",
"dependencies": {
"@popperjs/core": "^2.11.8",
"apexcharts": "^3.42.0",
"apexcharts": "^3.44.0",
"classnames": "^2.3.2",
"flowbite": "^1.8.1",
"openapi-fetch": "^0.7.5",
"openapi-fetch": "^0.7.10",
"prismarine-nbt": "^2.2.1"
}
}
Loading

0 comments on commit d34b770

Please sign in to comment.