Skip to content

Commit

Permalink
chore(deps-dev): Bump the dev-dependencies group with 9 updates (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuchan Lee <lasuillard@gmail.com>
  • Loading branch information
dependabot[bot] and lasuillard committed Aug 2, 2024
1 parent f651c86 commit afc0d7d
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 325 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.8.0
20.14.0
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"@tailwindcss/typography": "^0.5.12",
"@testing-library/svelte": "^5.2.0",
"@types/qrcode": "^1.5.5",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.2",
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.5.0",
"eslint-plugin-jsdoc": "^48.10.2",
"eslint-plugin-svelte": "^2.41.0",
"glob": "^10.4.1",
"glob": "^11.0.0",
"happy-dom": "^14.12.0",
"highlight.js": "^11.9.0",
"mermaid": "^10.9.0",
"minisearch": "^6.3.0",
"minisearch": "^7.1.0",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier-plugin-svelte": "^3.2.2",
Expand All @@ -66,8 +66,8 @@
"typescript": "^5.5.2",
"unified": "^11.0.4",
"vite": "^5.3.2",
"vitest": "^1.6.0",
"yaml": "^2.4.1",
"vitest": "^2.0.5",
"yaml": "^2.5.0",
"zod": "^3.22.4"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// eslint-disable-next-line jsdoc/check-tag-names
/** @type {import('tailwindcss').Config} */
export default {
// eslint-disable-next-line @typescript-eslint/no-require-imports
plugins: [require('daisyui'), require('@tailwindcss/typography')],
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
Expand Down
Loading

0 comments on commit afc0d7d

Please sign in to comment.