Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/oppdatering frontend apper #3483

Merged
merged 3 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
710 changes: 248 additions & 462 deletions apps/dollystatus/src/main/js/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/dollystatus/src/main/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "status-frontend",
"version": "1.1.6",
"version": "1.1.7",
"type": "module",
"private": true,
"dependencies": {
Expand Down
523 changes: 259 additions & 264 deletions apps/endringsmelding-frontend/src/main/js/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/endringsmelding-frontend/src/main/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "endringsmelding-frontend",
"version": "1.2.22",
"version": "1.2.23",
"private": true,
"type": "module",
"homepage": "/",
Expand Down
998 changes: 290 additions & 708 deletions apps/faste-data-frontend/src/main/js/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/faste-data-frontend/src/main/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testnav-faste-data-frontend",
"version": "1.2.7",
"version": "1.2.8",
"private": true,
"dependencies": {
"@navikt/dolly-komponenter": "^1.3.2",
Expand All @@ -25,7 +25,7 @@
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^5.0.1",
"@types/react-syntax-highlighter": "^15.5.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-class-properties": "6.10.2",
"less": "^4.1.3",
"prettier": "^3.0.1",
"typescript": "^5.0.4",
Expand Down
1,106 changes: 338 additions & 768 deletions apps/organisasjon-tilgang-frontend/src/main/js/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions apps/organisasjon-tilgang-frontend/src/main/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "endringsmelding-frontend",
"version": "1.2.6",
"version": "1.2.7",
"type": "module",
"private": true,
"homepage": "/",
Expand All @@ -9,7 +9,7 @@
"@navikt/dolly-lib": "^1.2.11",
"@navikt/ds-icons": "^3.4.3",
"classnames": "^2.3.1",
"date-fns": "^2.29.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.5",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.8.1",
Expand All @@ -23,13 +23,13 @@
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-datepicker": "^4.4.2",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^5.0.1",
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-class-properties": "6.10.2",
"less": "^4.1.3",
"mini-css-extract-plugin": "^2.6.1",
"prettier": "^3.0.1",
Expand Down
Loading
Loading