Skip to content

Commit

Permalink
Update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel committed Feb 24, 2024
1 parent 13b28cd commit bfdd949
Show file tree
Hide file tree
Showing 3 changed files with 1,277 additions and 1,371 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reset-css": "^5.0.2",
"sass": "^1.70.0",
"scandinavian-dictionary-crosslinker": "^0.5.0",
"sass": "^1.71.1",
"scandinavian-dictionary-crosslinker": "^0.6.0",
"sitemap": "^7.1.1",
"slugify": "^1.6.6",
"teljari": "^1.1.1",
"younger-futhark": "^1.2.5"
},
"devDependencies": {
"@types/cleasby-vigfusson-dictionary": "^1.0.2",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.48",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"cypress": "^13.6.3",
"eslint": "^8.56.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.58",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"cypress": "^13.6.6",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
8 changes: 4 additions & 4 deletions tests/unit/pages/word.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ describe('Word page: data fetching', () => {
],
letters: getAlphabet(),
crosslinks: [
{
source: 'old-norwegian',
url: 'https://old-norwegian-dictionary.vercel.app/word/leynidyrr',
},
{
url: 'https://cleasby-vigfusson-dictionary.vercel.app/word/leyni-dyrr',
source: 'old-norse',
},
{
source: 'old-norwegian',
url: 'https://old-norwegian-dictionary.vercel.app/word/leynidyrr',
},
],
},
}
Expand Down
Loading

0 comments on commit bfdd949

Please sign in to comment.