Skip to content

Commit

Permalink
v31.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
audunrunhn committed Apr 8, 2024
1 parent 05410e8 commit 6db5bea
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions npm/packages/autosuggest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helsenorge/autosuggest",
"version": "31.0.0-beta.6",
"version": "31.0.0",
"main": "index.js",
"publishConfig": {
"directory": "lib",
Expand Down Expand Up @@ -49,9 +49,9 @@
"react-hook-form": "^7.51.2"
},
"devDependencies": {
"@helsenorge/core-utils": "^31.0.0-beta.6",
"@helsenorge/core-utils": "^31.0.0",
"@helsenorge/designsystem-react": "^7.0.0",
"@helsenorge/library-build": "^31.0.0-beta.6",
"@helsenorge/library-build": "^31.0.0",
"react-hook-form": "^7.51.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion npm/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helsenorge/eslint-config",
"version": "31.0.0-beta.6",
"version": "31.0.0",
"main": "./index.js",
"publishConfig": {
"directory": "lib",
Expand Down
6 changes: 3 additions & 3 deletions npm/packages/file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helsenorge/file-upload",
"version": "31.0.0-beta.6",
"version": "31.0.0",
"main": "index.js",
"publishConfig": {
"directory": "lib",
Expand Down Expand Up @@ -49,9 +49,9 @@
"react-hook-form": "^7.51.2"
},
"devDependencies": {
"@helsenorge/core-utils": "^31.0.0-beta.6",
"@helsenorge/core-utils": "^31.0.0",
"@helsenorge/designsystem-react": "^7.0.0",
"@helsenorge/library-build": "^31.0.0-beta.6",
"@helsenorge/library-build": "^31.0.0",
"react-hook-form": "^7.51.2"
}
}
4 changes: 2 additions & 2 deletions npm/packages/library-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helsenorge/library-build",
"version": "31.0.0-beta.6",
"version": "31.0.0",
"publishConfig": {
"directory": "lib",
"access": "public"
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@babel/core": "^7.24.4",
"@helsenorge/eslint-config": "^31.0.0-beta.6",
"@helsenorge/eslint-config": "^31.0.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
Expand Down
4 changes: 2 additions & 2 deletions npm/packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@helsenorge/core-utils",
"sideEffects": false,
"version": "31.0.0-beta.6",
"version": "31.0.0",
"description": "Samling av ulike verktøy og hjelpefunksjoner for bruk på Helsenorge",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@helsenorge/designsystem-react": "^7.0.0",
"@helsenorge/library-build": "^31.0.0-beta.6"
"@helsenorge/library-build": "^31.0.0"
},
"dependencies": {
"classnames": "2.5.1",
Expand Down

0 comments on commit 6db5bea

Please sign in to comment.