Skip to content

Commit

Permalink
Oppgradere mindre avhengigheter
Browse files Browse the repository at this point in the history
  • Loading branch information
charliemidtlyng committed Sep 27, 2024
1 parent 5869b6f commit 03e7810
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 261 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@
"@babel/preset-typescript": "^7.24.7",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@storybook/addon-a11y": "^8.3.0",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/addon-storysource": "^8.3.0",
"@storybook/addon-a11y": "^8.3.3",
"@storybook/addon-essentials": "^8.3.3",
"@storybook/addon-storysource": "^8.3.3",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.3.0",
"@storybook/react": "^8.3.0",
"@storybook/react-webpack5": "^8.3.0",
"@storybook/blocks": "^8.3.3",
"@storybook/react": "^8.3.3",
"@storybook/react-webpack5": "^8.3.3",
"@storybook/storybook-deployer": "^2.8.16",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"classnames": "^2.5.1",
"commitizen": "^4.3.0",
"commitizen": "^4.3.1",
"copyfiles": "^2.4.1",
"css-loader": "^7.1.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-06d0b89e-20240801",
"lerna": "^8.1.8",
"less": "^4.2.0",
Expand All @@ -65,14 +65,14 @@
"pretty-quick": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.0",
"storybook": "^8.3.3",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"webpack": "^5.94.0"
"typescript-eslint": "^8.7.0",
"webpack": "^5.95.0"
},
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/familie-visittkort/visittkort.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import styled from 'styled-components';

import { Buldings3Icon } from '@navikt/aksel-icons';
import { Buildings3Icon } from '@navikt/aksel-icons';
import { BodyShort, Button, Dropdown, Spacer, Tag } from '@navikt/ds-react';
import { AGreen600, ASpacing6 } from '@navikt/ds-tokens/dist/tokens';
import { kjønnType } from '@navikt/familie-typer';
Expand Down Expand Up @@ -46,7 +46,7 @@ export const visittkort = ({ ...args }) => {
ident={'123456 78910'}
ikon={
<IkonSirkel>
<Buldings3Icon width={20} height={20} />
<Buildings3Icon width={20} height={20} />
</IkonSirkel>
}
/>
Expand Down
Loading

0 comments on commit 03e7810

Please sign in to comment.