Skip to content

Commit

Permalink
nye versjoner
Browse files Browse the repository at this point in the history
  • Loading branch information
di0nys1us committed Sep 5, 2024
1 parent e096510 commit e42f30f
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 deletions.
52 changes: 26 additions & 26 deletions client/package-lock.json

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

10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"@amplitude/analytics-browser": "2.11.1",
"@grafana/faro-web-sdk": "1.9.1",
"@grafana/faro-web-tracing": "1.9.1",
"@navikt/aksel-icons": "6.16.2",
"@navikt/ds-css": "6.16.2",
"@navikt/ds-react": "6.16.2",
"@navikt/aksel-icons": "6.16.3",
"@navikt/ds-css": "6.16.3",
"@navikt/ds-react": "6.16.3",
"@navikt/helse-frontend-varsel": "3.0.1",
"date-fns": "3.6.0",
"debug": "4.3.6",
Expand Down Expand Up @@ -53,13 +53,13 @@
"@typescript-eslint/parser": "^8.4.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"cross-env": "^7.0.3",
"cypress": "^13.14.1",
"cypress": "^13.14.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^25.0.0",
"msw": "^2.4.1",
"msw": "^2.4.2",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion client/public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.4.1'
const PACKAGE_VERSION = '2.4.2'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
10 changes: 5 additions & 5 deletions server/package-lock.json

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

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"msw": "^2.4.1",
"msw": "^2.4.2",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"supertest": "7.0.0",
Expand Down

0 comments on commit e42f30f

Please sign in to comment.