Skip to content

Commit

Permalink
update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Apr 9, 2024
1 parent 66b7675 commit db799f9
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 430 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_modules
.env.*
!.env.example
.vercel
.vitepress
.output
.pnpm-debug.log
/*.log
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,40 @@
"devDependencies": {
"@sveltejs/adapter-node": "1.0.0-next.86",
"@sveltejs/kit": "1.0.0-next.405",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"autoprefixer": "^10.4.14",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.19",
"cssnano": "^5.1.15",
"del-cli": "^5.0.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte3": "^4.0.0",
"mdsvex": "^0.10.6",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"sass": "^1.59.3",
"svelte": "^3.57.0",
"postcss": "^8.4.38",
"postcss-load-config": "^4.0.2",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.74.1",
"svelte": "^3.59.2",
"svelte-check": "^2.10.3",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.5.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"vite": "^3.2.10"
},
"type": "module",
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"axios": "1.6.5",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"axios": "1.6.8",
"blurhash": "1.1.5",
"image-hash": "^5.3.1",
"image-hash": "^5.3.2",
"jsdom": "^22.1.0",
"potrace": "^2.1.8",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"sharp": "^0.32.1",
"svelte-fa": "^3.0.3",
"sharp": "^0.33.3",
"svelte-fa": "^3.0.4",
"svelte-hammer": "^0.1.7",
"svelte-waypoint": "^0.1.4",
"svgo": "^2.8.0"
Expand Down
Loading

0 comments on commit db799f9

Please sign in to comment.