Skip to content

Commit

Permalink
⬆️ Oppgraderer aap pakker
Browse files Browse the repository at this point in the history
  • Loading branch information
steoiv committed Oct 18, 2024
1 parent 600c678 commit 8e13736
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 171 deletions.
3 changes: 2 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
nodeLinker: node-modules

npmScopes:
navikt:
npmAlwaysAuth: true
npmRegistryServer: "https://npm.pkg.github.com"
npmAuthToken: "${NPM_AUTH_TOKEN:-}"
npmRegistryServer: "https://npm.pkg.github.com"
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"prettier": "@navikt/aap-felles-prettier",
"dependencies": {
"@grafana/faro-web-sdk": "^1.8.0",
"@navikt/aap-felles-css": "^1.0.2",
"@navikt/aap-felles-react": "^1.9.1",
"@navikt/aap-felles-utils": "^1.0.2",
"@navikt/aap-felles-utils-client": "^1.0.2",
"@navikt/aap-felles-css": "^1.9.7",
"@navikt/aap-felles-react": "^1.9.7",
"@navikt/aap-felles-utils": "^1.9.7",
"@navikt/aap-felles-utils-client": "^1.9.7",
"@navikt/aksel-icons": "^6.13.0",
"@navikt/ds-css": "^6.13.0",
"@navikt/ds-react": "^6.13.0",
Expand All @@ -37,8 +37,8 @@
"react-intl": "^6.6.8"
},
"devDependencies": {
"@navikt/aap-felles-prettier": "^1.0.2",
"@navikt/eslint-config-aap": "^1.0.2",
"@navikt/aap-felles-prettier": "^1.9.7",
"@navikt/eslint-config-aap": "^1.9.7",
"@testing-library/dom": "^10.2.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
Expand Down Expand Up @@ -71,5 +71,5 @@
"*.{js,ts,tsx}": "eslint --cache --fix",
"*.{js,ts,tsx,css,md}": "prettier --write"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.5.0"
}
Loading

0 comments on commit 8e13736

Please sign in to comment.