Skip to content

Commit

Permalink
Lock ESlint to 8, update other deps
Browse files Browse the repository at this point in the history
ESlint 9 brings breaking changes, deal with it later.
  • Loading branch information
stscoundrel committed May 19, 2024
1 parent 47bcdaf commit 74ffcdb
Show file tree
Hide file tree
Showing 2 changed files with 925 additions and 1,131 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"old-icelandic-zoega": "^1.2.5",
"old-icelandic-zoega-abbreviations": "^1.0.3",
"old-norse-alphabet": "^1.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reset-css": "^5.0.2",
"sass": "^1.75.0",
"sass": "^1.77.2",
"scandinavian-dictionary-crosslinker": "^0.6.0",
"sitemap": "^7.1.1",
"slugify": "^1.6.6",
Expand All @@ -43,26 +43,26 @@
"devDependencies": {
"@types/cleasby-vigfusson-dictionary": "^1.0.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.79",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"cypress": "^13.8.1",
"eslint": "^9.1.1",
"@types/react": "^18.3.2",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"cypress": "^13.9.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.2.3",
"eslint-plugin-cypress": "^3.0.1",
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"identity-obj-proxy": "^3.0.0",
"jafningjar": "^1.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"node-mocks-http": "^1.14.1",
"old-norse-alphabet-sort": "^1.1.12",
"react-test-renderer": "^18.2.0",
"react-test-renderer": "^18.3.1",
"spyrjari": "^1.0.4",
"typescript": "^5.4.5",
"volva": "^2.0.5"
Expand Down
Loading

0 comments on commit 74ffcdb

Please sign in to comment.