Skip to content

Commit

Permalink
chore: deps updated, npm run build locally working
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Nov 27, 2023
1 parent 027018e commit 152cc14
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 542 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pnpm": ">=8"
},
"private": true,
"packageManager": "pnpm@8.7.5",
"packageManager": "pnpm@8.10.5",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -29,7 +29,7 @@
"devDependencies": {
"@divriots/jampack": "^0.22.1",
"@playwright/test": "^1.40.0",
"@skeletonlabs/skeleton": "^2.5.0",
"@skeletonlabs/skeleton": "^2.5.1",
"@skeletonlabs/tw-plugin": "^0.2.4",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.6",
Expand All @@ -39,31 +39,31 @@
"dompurify": "^3.0.6",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.35.0",
"eslint-plugin-svelte": "^2.35.1",
"husky": "^8.0.3",
"js-yaml": "^4.1.0",
"jsdom": "^22.1.0",
"jsdom": "^23.0.0",
"mdsvex": "^0.11.0",
"node-fetch": "^3.3.2",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-mdsvex-image-autoimport": "^1.1.0",
"rehype-slug": "^6.0.0",
"remark-captions": "^2.2.3",
"remark-unwrap-images": "^4.0.0",
"svelte": "^4.2.5",
"svelte-check": "^3.6.0",
"svelte-maplibre": "^0.7.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.2",
"svelte-maplibre": "^0.7.3",
"svelte-sitemap": "^2.6.0",
"tailwindcss": "^3.3.5",
"turndown": "^7.1.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-tailwind-purgecss": "^0.1.3",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite-plugin-tailwind-purgecss": "^0.1.4",
"vitest": "^0.34.6",
"xml2js": "^0.6.2"
},
Expand Down
Loading

0 comments on commit 152cc14

Please sign in to comment.