Skip to content

Commit

Permalink
⬆️ Oppgraderer storybook og aksel
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrognes committed Nov 6, 2024
1 parent 7cf171a commit 2d32bc8
Show file tree
Hide file tree
Showing 4 changed files with 424 additions and 1,186 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@navikt/aap-felles-prettier": "^1.0.1",
"@storybook/addon-actions": "^8.3.2",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/nextjs": "^8.3.2",
"@storybook/react": "^8.3.2",
"@storybook/addon-actions": "^8.4.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/nextjs": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/testing-library": "^0.2.2",
"babel-loader": "^9.2.1",
"html-webpack-plugin": "^5.6.0",
"storybook": "^8.3.2"
"storybook": "^8.4.2"
},
"dependencies": {
"@changesets/cli": "^2.27.8",
"@navikt/aksel-icons": "^7.2.1",
"@navikt/ds-css": "^7.2.1",
"@navikt/ds-react": "^7.2.1",
"@navikt/aksel-icons": "^7.4.3",
"@navikt/ds-css": "^7.4.3",
"@navikt/ds-react": "^7.4.3",
"css-loader": "^7.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/aap-felles-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"test:watch": "vitest --watch"
},
"dependencies": {
"@navikt/aksel-icons": "^7.2.1",
"@navikt/ds-css": "^7.2.1",
"@navikt/ds-react": "^7.2.1",
"@navikt/aksel-icons": "^7.4.3",
"@navikt/ds-css": "^7.4.3",
"@navikt/ds-react": "^7.4.3",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/aap-felles-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@navikt/oasis": "^3.4.0",
"axios": "^1.7.7",
"jose": "^5.9.2",
"next": "15.0.1",
"next": "15.0.2",
"openid-client": "^5.7.0",
"pino": "^9.4.0",
"prom-client": "^15.1.3",
Expand Down
Loading

0 comments on commit 2d32bc8

Please sign in to comment.