Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjennings committed Jan 15, 2022
1 parent df6484b commit 08173dd
Show file tree
Hide file tree
Showing 6 changed files with 892 additions and 1,023 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,36 @@
},
"devDependencies": {
"@mattjennings/heroicons-svelte": "^0.0.6",
"@sveltejs/adapter-vercel": "^1.0.0-next.26",
"@sveltejs/kit": "^1.0.0-next.140",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"autoprefixer": "^10.2.6",
"@sveltejs/adapter-vercel": "^1.0.0-next.36",
"@sveltejs/kit": "^1.0.0-next.230",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.4.2",
"canvas-confetti": "^1.4.0",
"cssnano": "^5.0.5",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"fast-glob": "^3.2.7",
"mdsvex": "^0.9.0",
"postcss": "^8.3.0",
"postcss-load-config": "^3.0.1",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"rehype-autolink-headings": "^5.0.1",
"cssnano": "^5.0.15",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.4.0",
"fast-glob": "^3.2.11",
"mdsvex": "^0.9.8",
"postcss": "^8.4.5",
"postcss-load-config": "^3.1.1",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"rehype-autolink-headings": "^5.1.0",
"rehype-slug": "^4.0.1",
"remark-abbr": "^1.4.1",
"remark-github": "^10.0.1",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"svelte2tsx": "^0.4.4",
"tailwindcss": "^2.1.4",
"ts-patch": "^1.4.1",
"tslib": "^2.0.0",
"typescript": "^4.3.0",
"remark-github": "^10.1.0",
"svelte": "^3.46.2",
"svelte-check": "^2.3.0",
"svelte-preprocess": "^4.10.1",
"svelte2tsx": "^0.4.14",
"tailwindcss": "^3.0.0",
"ts-patch": "^1.4.5",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"typescript-transform-extensions": "^1.0.1"
},
"type": "module",
Expand Down
Loading

0 comments on commit 08173dd

Please sign in to comment.