Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spences10 committed Sep 16, 2023
1 parent 3c7aa4a commit 33f839a
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 179 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,37 +42,37 @@
"svelte": "^3.54.0 || ^4.0.0"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@playwright/test": "^1.38.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.23.0",
"@sveltejs/kit": "^1.25.0",
"@sveltejs/package": "^2.2.2",
"@tailwindcss/typography": "^0.5.9",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/svelte": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"all-contributors-cli": "^6.26.1",
"autoprefixer": "^10.4.15",
"daisyui": "^3.6.3",
"eslint": "^8.48.0",
"daisyui": "^3.7.4",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.0",
"eslint-plugin-svelte": "^2.33.1",
"fathom-client": "^3.5.0",
"jsdom": "^22.1.0",
"mdsvex": "^0.11.0",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"publint": "^0.2.2",
"svead": "^0.0.4",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
Loading

0 comments on commit 33f839a

Please sign in to comment.