Skip to content

Commit

Permalink
Oppgraderinger (#991)
Browse files Browse the repository at this point in the history
* Oppgraderinger

* Nedgraderer vite
  • Loading branch information
MrFjellstad authored Dec 20, 2024
1 parent 68c20ca commit b169372
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 532 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
]
},
"dependencies": {
"@navikt/aksel-icons": "^7.0.1",
"@navikt/bedriftsmeny": "^6.13.2-rc2",
"@navikt/ds-css": "^7.0.1",
"@navikt/aksel-icons": "^7.8.0",
"@navikt/bedriftsmeny": "^7.0.5",
"@navikt/ds-css": "^7.8.0",
"@navikt/ds-icons": "^3.4.3",
"@navikt/ds-react": "^7.0.1",
"@navikt/ds-react": "^7.8.0",
"@navikt/fnrvalidator": "^2.1.2",
"@navikt/nav-dekoratoren-moduler": "^3.1.0",
"@navikt/textparser": "^2.4.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"snyk": "1.x",
"timezone-mock": "1.x",
"typescript-eslint": "^8.4.0",
"vite": "^6.0.3",
"vite": "^5",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.4",
"vitest-sonar-reporter": "^2.0.0"
Expand Down
1 change: 1 addition & 0 deletions vite.config.mts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig, type PluginOption } from 'vite';
import react from '@vitejs/plugin-react';
import viteTsconfigPaths from 'vite-tsconfig-paths';

import { visualizer } from 'rollup-plugin-visualizer';

export default defineConfig({
Expand Down
Loading

0 comments on commit b169372

Please sign in to comment.