diff --git a/lib.nix b/lib.nix index 1019ffcd..a07acc7d 100644 --- a/lib.nix +++ b/lib.nix @@ -33,7 +33,7 @@ in # this workspace is a monorepo and all dependencies # are resolved via the workspace root package.json src = cleanSource ./.; - npmDepsHash = "sha256-S7IetVc9X1enM5SclL7USMsgGJ+LQ9CXQNb5h8DmSbM="; + npmDepsHash = "sha256-7UHYublsyhucuvf7CSaoOAy6AEH22I39TnLvVQ0lmKw="; # dont run the build scripts when rebuilding # npm dependencies as node-keytar will fail diff --git a/package-lock.json b/package-lock.json index d5c03687..445cb6a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "arc-components", - "version": "3.4.1", + "version": "3.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "3.4.1", + "version": "3.5.0", "workspaces": [ "packages/*" ], @@ -43679,7 +43679,7 @@ }, "packages/components": { "name": "@arc-web/components", - "version": "3.4.1", + "version": "3.5.0", "dependencies": { "@azure/msal-browser": "2.28.1", "@floating-ui/dom": "0.3.1", @@ -43692,7 +43692,7 @@ }, "packages/material": { "name": "@arc-web/material", - "version": "3.4.1", + "version": "3.5.0", "dependencies": { "@emotion/react": "11.4.0", "@emotion/styled": "11.14.0", @@ -43739,7 +43739,7 @@ }, "packages/react": { "name": "@arc-web/react", - "version": "3.4.1", + "version": "3.5.0", "dependencies": { "@lit-labs/react": "2.1.3", "tslib": "2.3.1" diff --git a/package.json b/package.json index bfadd6dc..5e77855a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.4.1", + "version": "3.5.0", "generators": "./generators.json", "executors": "./executors.json", "workspaces": [ diff --git a/packages/components/package.json b/packages/components/package.json index 353e055e..b11b1a3f 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "@arc-web/components", "description": "Web-components built on the ARC design system", - "version": "3.4.1", + "version": "3.5.0", "author": "Arup (https://www.arup.com)", "repository": { "type": "git", diff --git a/packages/material/package.json b/packages/material/package.json index 9e887cb7..03b9c3b3 100644 --- a/packages/material/package.json +++ b/packages/material/package.json @@ -1,7 +1,7 @@ { "name": "@arc-web/material", "description": "Material UI theme around the web-components built on the ARC design system", - "version": "3.4.1", + "version": "3.5.0", "author": "Arup (https://www.arup.com)", "repository": { "type": "git", @@ -9,14 +9,14 @@ "directory": "packages/material" }, "type": "module", - "dependencies": { - "@mui/material": "6.3.0", - "@emotion/styled": "11.14.0", - "@emotion/react": "11.4.0" - }, "peerDependencies": { - "@arc-web/components": "3.4.1", + "@arc-web/components": "3.5.0", + "@arc-web/react": "3.5.0", "@mui/material": "6.3.0", "react": "17.0.2" + }, + "dependencies": { + "@emotion/styled": "11.14.0", + "@emotion/react": "11.4.0" } } diff --git a/packages/react/package.json b/packages/react/package.json index 787bb4bb..f73383bd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@arc-web/react", "description": "React wrapper around the web-components built on the ARC design system", - "version": "3.4.1", + "version": "3.5.0", "author": "Arup (https://www.arup.com)", "repository": { "type": "git", @@ -10,7 +10,7 @@ }, "type": "module", "peerDependencies": { - "@arc-web/components": "3.4.1", + "@arc-web/components": "3.5.0", "react": "^18.0.0" }, "dependencies": {