Skip to content

Commit

Permalink
Legg til zod (#837)
Browse files Browse the repository at this point in the history
Konverter adData til utils
Bruk zod til mapping av data
Flytt adData mapping metoder til stillingSoekSchema
Flytt adData mapping metoder som ikke er knyttet til type til utils
Ferfaktorer import av MappedAdDTO i filer hvor denne typen er brukt
  • Loading branch information
St3ff1 authored Oct 22, 2024
1 parent 9a6e6fb commit 14ceab9
Show file tree
Hide file tree
Showing 21 changed files with 421 additions and 445 deletions.
28 changes: 25 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,16 @@
"date-fns": "^3.6.0",
"html-react-parser": "^5.1.18",
"isomorphic-dompurify": "^2.4.0",
"next": "^14.1.3",
"next": "14.1.3",
"prom-client": "^15.1.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redis": "^4.7.0",
"tsconfig-paths": "^4.2.0",
"uuid": "^9.0.1",
"winston": "^3.13.0"
"winston": "^3.13.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@navikt/aksel-stylelint": "^7.1.2",
Expand Down
Loading

0 comments on commit 14ceab9

Please sign in to comment.