Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
Except eslint, really big breaking changes
  • Loading branch information
Sam Richard committed May 9, 2024
1 parent 6c394c7 commit f5d827b
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 443 deletions.
1 change: 1 addition & 0 deletions site/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ overrides:
rules:
n/no-missing-import: off
n/no-unpublished-import: off
n/no-unsupported-features/node-builtins: off
svelte/valid-compile: warn
# Breaks Svelte imports, until https://github.com/import-js/eslint-plugin-import/issues/1479 is resolved
import/no-duplicates: off
Expand Down
26 changes: 13 additions & 13 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
"@astrojs/sitemap": "^3.1.4",
"@astrojs/svelte": "^5.4.0",
"@sanity/client": "^6.18.0",
"astro": "^4.7.1",
"astro-portabletext": "^0.9.9",
"astro": "^4.8.0",
"astro-portabletext": "^0.10.0",
"bcrypt": "^5.1.1",
"css-paint-polyfill": "^3.4.0",
"firebase-functions": "^5.0.1",
"i18n-iso-countries": "^7.11.1",
"lottie-web": "^5.12.2",
"octokit": "^3.2.1",
"octokit": "^4.0.2",
"pagefind": "^1.1.0",
"posthtml": "^0.16.6",
"posthtml-match-helper": "^1.0.4",
"posthtml-match-helper": "^2.0.0",
"prismjs": "^1.29.0",
"requestidlecallback": "^0.3.0",
"svelte": "^4.2.16",
Expand All @@ -63,30 +63,30 @@
"@rollup/plugin-virtual": "^3.0.2",
"@rollup/plugin-yaml": "^4.1.2",
"@sanity/types": "^3.41.1",
"@types/node": "^18.19.33",
"@types/node": "^20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vite-pwa/astro": "^0.3.1",
"@vite-pwa/astro": "^0.4.0",
"breakpoint-sass": "^3.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-astro": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-n": "^17.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-svelte": "^2.38.0",
"firebase-tools": "^13.8.1",
"front-matter": "^4.0.2",
"fs-extra": "^11.2.0",
"husky": "^8.0.3",
"iso-639-1": "^2.1.15",
"lint-staged": "^13.3.0",
"husky": "^9.0.11",
"iso-639-1": "^3.1.2",
"lint-staged": "^15.2.2",
"lunr": "^2.3.9",
"nanoid": "^4.0.2",
"nanoid": "^5.0.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss-html": "^1.7.0",
Expand All @@ -101,7 +101,7 @@
"stylelint-config-sass-guidelines": "^11.1.0",
"tsx": "^4.9.3",
"vite": "^5.2.11",
"vite-plugin-virtual": "^0.2.0",
"vite-plugin-virtual": "^0.3.0",
"yaml": "^2.4.2"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit f5d827b

Please sign in to comment.