Skip to content

Commit

Permalink
⬆️ Oppgraderer next, testbiblioteker og linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbjoern committed Jan 23, 2024
1 parent 1a2e58c commit 29fb4bb
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 199 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"prettier": "@navikt/aap-felles-prettier",
"dependencies": {
"@grafana/faro-web-sdk": "^1.3.5",
"@grafana/faro-web-sdk": "^1.3.6",
"@navikt/aap-felles-css": "^0.0.93",
"@navikt/aap-felles-react": "^0.0.93",
"@navikt/aap-felles-utils": "^0.0.93",
Expand All @@ -29,39 +29,39 @@
"date-fns": "^3.3.1",
"html-react-parser": "^5.1.1",
"jsdom": "^24.0.0",
"next": "^14.0.4",
"next": "^14.1.0",
"node-cache": "^5.1.2",
"playwright": "^1.40.1",
"playwright": "^1.41.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "^6.6.1"
},
"devDependencies": {
"@navikt/aap-felles-prettier": "^0.0.93",
"@navikt/eslint-config-aap": "^0.0.93",
"@playwright/test": "^1.40.1",
"@testing-library/jest-dom": "^6.2.0",
"@playwright/test": "^1.41.1",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/amplitude-js": "^8.16.5",
"@types/cookie": "^0.6.0",
"@types/jest": "^29.5.8",
"@types/node": "^20.10.6",
"@types/react": "18.2.14",
"@types/react-dom": "^18.2.15",
"@types/node": "^20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-plugin-jest": "^27.6.1",
"eslint-config-next": "^14.1.0",
"eslint-plugin-jest": "^27.6.3",
"husky": ">=6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"json-diff": "^1.0.6",
"lint-staged": "^15.2.0",
"patch-package": "^8.0.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
},
Expand Down
Loading

0 comments on commit 29fb4bb

Please sign in to comment.