Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kclejeune committed Dec 22, 2021
1 parent 8abb8d8 commit 42a5469
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 746 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-node": "^1.0.0-next.55",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@sveltejs/adapter-node": "^1.0.0-next.0",
"@sveltejs/kit": "^1.0.0-next.1",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"autoprefixer": "^10.4.0",
"cssnano": "^5.0.6",
"daisyui": "^1.16.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"cssnano": "^5.0.14",
"daisyui": "^1.17.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"postcss": "^8.3.11",
"postcss": "^8.4.5",
"postcss-load-config": "^3.1.0",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"tailwindcss": "^2.2.17",
"tslib": "^2.0.0",
"typescript": "^4.4.4"
"prettier": "~2.5.1",
"prettier-plugin-svelte": "^2.5.1",
"svelte": "^3.44.3",
"svelte-check": "^2.2.11",
"svelte-preprocess": "^4.10.1",
"tailwindcss": "^3.0.7",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
},
"type": "module",
"packageManager": "yarn@3.1.0"
Expand Down
4 changes: 0 additions & 4 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ const config = {
};

export default config;
// Workaround until SvelteKit uses Vite 2.3.8 (and it's confirmed to fix the Tailwind JIT problem)
const mode = process.env.NODE_ENV;
const dev = mode === 'development';
process.env.TAILWIND_MODE = dev ? 'watch' : 'build';
3 changes: 1 addition & 2 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const daisyui = require('daisyui');
const config = {
mode: 'jit',
purge: ['./src/**/*.{html,js,svelte,ts}'],
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
Expand Down
Loading

0 comments on commit 42a5469

Please sign in to comment.