Skip to content

Commit

Permalink
⬆️ Oppgraderer testrammeverk og typer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbjoern committed Jul 2, 2024
1 parent 6b26d27 commit cc70d45
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 213 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,25 @@
"devDependencies": {
"@navikt/aap-felles-prettier": "^1.0.2",
"@navikt/eslint-config-aap": "^1.0.2",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.3.1",
"@testing-library/dom": "^10.2.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/amplitude-js": "^8.16.5",
"@types/cookie": "^0.6.0",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.12.12",
"@types/react": "18.3.2",
"@types/node": "^20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest": "^28.6.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-axe": "^8.0.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"json-diff": "^1.0.6",
Expand Down
Loading

0 comments on commit cc70d45

Please sign in to comment.