diff --git a/apps/govuk-docs/package.json b/apps/govuk-docs/package.json index 81aba6228..48bf1c947 100644 --- a/apps/govuk-docs/package.json +++ b/apps/govuk-docs/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/govuk-docs", - "version": "0.7.2", + "version": "0.8.0", "description": "NotGovUK documentation website.", "private": true, "main": "dist/server/index.js", @@ -33,16 +33,16 @@ ] }, "devDependencies": { - "@not-govuk/anchor-list": "workspace:^0.7.2", - "@not-govuk/app-composer": "workspace:^0.7.2", - "@not-govuk/app-plop-pack": "workspace:^0.7.2", - "@not-govuk/asset-proxy": "workspace:^0.7.2", - "@not-govuk/client-renderer": "workspace:^0.7.2", - "@not-govuk/components": "workspace:^0.7.2", - "@not-govuk/docs-components": "workspace:^0.7.2", - "@not-govuk/engine": "workspace:^0.7.2", - "@not-govuk/server-renderer": "workspace:^0.7.2", - "@not-govuk/webpack-config": "workspace:^0.7.2", + "@not-govuk/anchor-list": "workspace:^0.8.0", + "@not-govuk/app-composer": "workspace:^0.8.0", + "@not-govuk/app-plop-pack": "workspace:^0.8.0", + "@not-govuk/asset-proxy": "workspace:^0.8.0", + "@not-govuk/client-renderer": "workspace:^0.8.0", + "@not-govuk/components": "workspace:^0.8.0", + "@not-govuk/docs-components": "workspace:^0.8.0", + "@not-govuk/engine": "workspace:^0.8.0", + "@not-govuk/server-renderer": "workspace:^0.8.0", + "@not-govuk/webpack-config": "workspace:^0.8.0", "@types/react": "16.14.38", "@types/react-dom": "16.9.18", "@types/react-router": "5.1.20", diff --git a/apps/govuk-template/package.json b/apps/govuk-template/package.json index 67361bd73..576452694 100644 --- a/apps/govuk-template/package.json +++ b/apps/govuk-template/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/govuk-template", - "version": "0.7.2", + "version": "0.8.0", "description": "A starting point for writing a new NotGovUK application.", "private": true, "main": "dist/server/index.js", @@ -35,17 +35,17 @@ "devDependencies": { "@apollo/client": "3.6.9", "@graphql-tools/schema": "9.0.19", - "@not-govuk/anchor-list": "workspace:^0.7.2", - "@not-govuk/app-composer": "workspace:^0.7.2", - "@not-govuk/app-plop-pack": "workspace:^0.7.2", - "@not-govuk/asset-proxy": "workspace:^0.7.2", - "@not-govuk/client-renderer": "workspace:^0.7.2", - "@not-govuk/components": "workspace:^0.7.2", - "@not-govuk/engine": "workspace:^0.7.2", - "@not-govuk/route-utils": "workspace:^0.7.2", - "@not-govuk/server-renderer": "workspace:^0.7.2", - "@not-govuk/user-info": "workspace:^0.7.2", - "@not-govuk/webpack-config": "workspace:^0.7.2", + "@not-govuk/anchor-list": "workspace:^0.8.0", + "@not-govuk/app-composer": "workspace:^0.8.0", + "@not-govuk/app-plop-pack": "workspace:^0.8.0", + "@not-govuk/asset-proxy": "workspace:^0.8.0", + "@not-govuk/client-renderer": "workspace:^0.8.0", + "@not-govuk/components": "workspace:^0.8.0", + "@not-govuk/engine": "workspace:^0.8.0", + "@not-govuk/route-utils": "workspace:^0.8.0", + "@not-govuk/server-renderer": "workspace:^0.8.0", + "@not-govuk/user-info": "workspace:^0.8.0", + "@not-govuk/webpack-config": "workspace:^0.8.0", "@types/react": "16.14.38", "@types/react-dom": "16.9.18", "@types/react-router": "5.1.20", diff --git a/components-internal/anchor-list/package.json b/components-internal/anchor-list/package.json index 22c6820e2..b37557c3b 100644 --- a/components-internal/anchor-list/package.json +++ b/components-internal/anchor-list/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/anchor-list", - "version": "0.7.2", + "version": "0.8.0", "description": "A list of anchors.", "main": "src/AnchorList.tsx", "sass": "assets/AnchorList.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/anchor": "workspace:^0.7.2", - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/route-utils": "workspace:^0.7.2" + "@not-govuk/anchor": "workspace:^0.8.0", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/route-utils": "workspace:^0.8.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,7 +43,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components-internal/anchor/package.json b/components-internal/anchor/package.json index 573cca1d9..7bb3bb469 100644 --- a/components-internal/anchor/package.json +++ b/components-internal/anchor/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/anchor", - "version": "0.7.2", + "version": "0.8.0", "description": "A drop-in replacement for the 'a' element.", "main": "src/Anchor.tsx", "sass": "assets/Anchor.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/route-utils": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/route-utils": "workspace:^0.8.0", "history": "^4.10.1", "react-router-hash-link": "^2.4.3" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -44,7 +44,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "@types/react-router": "5.1.20", "@types/react-router-hash-link": "2.4.6", diff --git a/components-internal/simple-table/package.json b/components-internal/simple-table/package.json index 4b985e4ee..f3b8bb4f4 100644 --- a/components-internal/simple-table/package.json +++ b/components-internal/simple-table/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/simple-table", - "version": "0.7.2", + "version": "0.8.0", "description": "A simple table for displaying data.", "main": "src/SimpleTable.tsx", "sass": "assets/SimpleTable.scss", @@ -24,10 +24,10 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2" + "@not-govuk/component-helpers": "workspace:^0.8.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -41,7 +41,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components-internal/tabs/package.json b/components-internal/tabs/package.json index de73a920a..1adb42524 100644 --- a/components-internal/tabs/package.json +++ b/components-internal/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/tabs-internal", - "version": "0.7.2", + "version": "0.8.0", "description": "A component for multiple, related sections of content.", "main": "src/Tabs.tsx", "sass": "assets/Tabs.scss", @@ -24,11 +24,11 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/route-utils": "workspace:^0.7.2" + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/route-utils": "workspace:^0.8.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -42,7 +42,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/aside/package.json b/components/aside/package.json index ea0c64c60..39d5f7980 100644 --- a/components/aside/package.json +++ b/components/aside/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/aside", - "version": "0.7.2", + "version": "0.8.0", "description": "A component for displaying indirectly related content.", "main": "src/Aside.tsx", "sass": "assets/Aside.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,8 +43,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/back-link/package.json b/components/back-link/package.json index 812a7b7bf..156e33e81 100644 --- a/components/back-link/package.json +++ b/components/back-link/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/back-link", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to help users navigate back one page.", "main": "src/BackLink.tsx", "sass": "assets/BackLink.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/link": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/link": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -44,7 +44,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/breadcrumbs/package.json b/components/breadcrumbs/package.json index 0b1893a86..d174e2ff8 100644 --- a/components/breadcrumbs/package.json +++ b/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/breadcrumbs", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to help users to understand where they are within a website's structure and move between levels.", "main": "src/Breadcrumbs.tsx", "sass": "assets/Breadcrumbs.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/anchor-list": "workspace:^0.7.2", - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/anchor-list": "workspace:^0.8.0", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -44,7 +44,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/button-group/package.json b/components/button-group/package.json index b9794f2c0..601255b5a 100644 --- a/components/button-group/package.json +++ b/components/button-group/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/button-group", - "version": "0.7.2", + "version": "0.8.0", "description": "A component for grouping buttons and links on a single line.", "main": "src/ButtonGroup.tsx", "sass": "assets/ButtonGroup.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,9 +43,9 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/link": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/link": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/button/package.json b/components/button/package.json index 41f1a61a7..fe2b0be35 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/button", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to allow users to carry out an action.", "main": "src/Button.tsx", "sass": "assets/Button.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/link": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/link": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -45,9 +45,9 @@ "devDependencies": { "@jest/globals": "29.5.0", "@mdx-js/react": "1.6.22", - "@not-govuk/button-group": "workspace:^0.7.2", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/button-group": "workspace:^0.8.0", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/checkboxes/package.json b/components/checkboxes/package.json index 2f1374fb3..377a05019 100644 --- a/components/checkboxes/package.json +++ b/components/checkboxes/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/checkboxes", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to allow users to select one or more options.", "main": "src/Checkboxes.tsx", "sass": "assets/Checkboxes.scss", @@ -24,15 +24,15 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/form-group": "workspace:^0.7.2", - "@not-govuk/hint": "workspace:^0.7.2", - "@not-govuk/label": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/form-group": "workspace:^0.8.0", + "@not-govuk/hint": "workspace:^0.8.0", + "@not-govuk/label": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -46,8 +46,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/text-input": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/text-input": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/cookie-banner/package.json b/components/cookie-banner/package.json index 9a081c0e7..17988df4d 100644 --- a/components/cookie-banner/package.json +++ b/components/cookie-banner/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/cookie-banner", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to allow users to accept or reject cookies which are not essential to making your service work.", "main": "src/CookieBanner.tsx", "sass": "assets/CookieBanner.scss", @@ -24,14 +24,14 @@ "react-components" ], "dependencies": { - "@not-govuk/button-group": "workspace:^0.7.2", - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", - "@not-govuk/width-container": "workspace:^0.7.2", + "@not-govuk/button-group": "workspace:^0.8.0", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", + "@not-govuk/width-container": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -45,10 +45,10 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/button": "workspace:^0.7.2", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/link": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/button": "workspace:^0.8.0", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/link": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/date-input/package.json b/components/date-input/package.json index 2a8d9ea2c..fa1669fd1 100644 --- a/components/date-input/package.json +++ b/components/date-input/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/date-input", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to allow users to enter a date.", "main": "src/DateInput.tsx", "sass": "assets/DateInput.scss", @@ -24,15 +24,15 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/form-group": "workspace:^0.7.2", - "@not-govuk/input": "workspace:^0.7.2", - "@not-govuk/label": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/form-group": "workspace:^0.8.0", + "@not-govuk/input": "workspace:^0.8.0", + "@not-govuk/label": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -46,7 +46,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/details/package.json b/components/details/package.json index a490b5524..f32d99e94 100644 --- a/components/details/package.json +++ b/components/details/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/details", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to make a page easier to scan by letting users reveal more detailed information only if they need it.", "main": "src/Details.tsx", "sass": "assets/Details.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,7 +43,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/error-message/package.json b/components/error-message/package.json index 90dae1f0f..4efa7bde9 100644 --- a/components/error-message/package.json +++ b/components/error-message/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/error-message", - "version": "0.7.2", + "version": "0.8.0", "description": "An error message associated with a form field.", "main": "src/ErrorMessage.tsx", "sass": "assets/ErrorMessage.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", - "@not-govuk/visually-hidden": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", + "@not-govuk/visually-hidden": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -44,7 +44,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/error-summary/package.json b/components/error-summary/package.json index a8ab96575..bb1378a2a 100644 --- a/components/error-summary/package.json +++ b/components/error-summary/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/error-summary", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to summarise any errors a user has made.", "main": "src/ErrorSummary.tsx", "sass": "assets/ErrorSummary.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/anchor-list": "workspace:^0.7.2", - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/anchor-list": "workspace:^0.8.0", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -44,11 +44,11 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/checkboxes": "workspace:^0.7.2", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/date-input": "workspace:^0.7.2", - "@not-govuk/page": "workspace:^0.7.2", - "@not-govuk/text-input": "workspace:^0.7.2", + "@not-govuk/checkboxes": "workspace:^0.8.0", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/date-input": "workspace:^0.8.0", + "@not-govuk/page": "workspace:^0.8.0", + "@not-govuk/text-input": "workspace:^0.8.0", "@types/react": "16.14.32", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/fieldset/package.json b/components/fieldset/package.json index 3ebed79ad..95dec281d 100644 --- a/components/fieldset/package.json +++ b/components/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/fieldset", - "version": "0.7.2", + "version": "0.8.0", "description": "A set of form fields.", "main": "src/FieldSet.tsx", "sass": "assets/FieldSet.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,10 +43,10 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/input": "workspace:^0.7.2", - "@not-govuk/label": "workspace:^0.7.2", - "@not-govuk/visually-hidden": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/input": "workspace:^0.8.0", + "@not-govuk/label": "workspace:^0.8.0", + "@not-govuk/visually-hidden": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/file-upload/package.json b/components/file-upload/package.json index f4166cdbe..631deb23b 100644 --- a/components/file-upload/package.json +++ b/components/file-upload/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/file-upload", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to help users select and upload a file.", "main": "src/FileUpload.tsx", "sass": "assets/FileUpload.scss", @@ -24,14 +24,14 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/form-group": "workspace:^0.7.2", - "@not-govuk/input": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/form-group": "workspace:^0.8.0", + "@not-govuk/input": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -45,7 +45,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/footer/package.json b/components/footer/package.json index 16c982277..b43d6e628 100644 --- a/components/footer/package.json +++ b/components/footer/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/footer", - "version": "0.7.2", + "version": "0.8.0", "description": "A page footer providing copyright, licensing and other information about your service and department.", "main": "src/Footer.tsx", "sass": "assets/Footer.scss", @@ -24,14 +24,14 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/link": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", - "@not-govuk/width-container": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/link": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", + "@not-govuk/width-container": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -45,7 +45,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/form-field/package.json b/components/form-field/package.json index 6eadf1bcd..1a2552d6f 100644 --- a/components/form-field/package.json +++ b/components/form-field/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/form-field", - "version": "0.7.2", + "version": "0.8.0", "description": "A component for collecting a piece of data from the user.", "main": "src/FormField.ts", "sass": "assets/FormField.scss", @@ -24,7 +24,7 @@ "react-components" ], "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -38,8 +38,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", @@ -47,11 +47,11 @@ "typescript": "4.9.5" }, "dependencies": { - "@not-govuk/checkboxes": "workspace:^0.7.2", - "@not-govuk/date-input": "workspace:^0.7.2", - "@not-govuk/radios": "workspace:^0.7.2", - "@not-govuk/select": "workspace:^0.7.2", - "@not-govuk/text-input": "workspace:^0.7.2", - "@not-govuk/textarea": "workspace:^0.7.2" + "@not-govuk/checkboxes": "workspace:^0.8.0", + "@not-govuk/date-input": "workspace:^0.8.0", + "@not-govuk/radios": "workspace:^0.8.0", + "@not-govuk/select": "workspace:^0.8.0", + "@not-govuk/text-input": "workspace:^0.8.0", + "@not-govuk/textarea": "workspace:^0.8.0" } } diff --git a/components/form-group/package.json b/components/form-group/package.json index a495e6bf0..4d9fe309c 100644 --- a/components/form-group/package.json +++ b/components/form-group/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/form-group", - "version": "0.7.2", + "version": "0.8.0", "description": "A group of form fields.", "main": "src/FormGroup.tsx", "sass": "assets/FormGroup.scss", @@ -24,16 +24,16 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/error-message": "workspace:^0.7.2", - "@not-govuk/fieldset": "workspace:^0.7.2", - "@not-govuk/hint": "workspace:^0.7.2", - "@not-govuk/label": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/error-message": "workspace:^0.8.0", + "@not-govuk/fieldset": "workspace:^0.8.0", + "@not-govuk/hint": "workspace:^0.8.0", + "@not-govuk/label": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -47,8 +47,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/form/package.json b/components/form/package.json index e0a9828c9..2383bff99 100644 --- a/components/form/package.json +++ b/components/form/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/form", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to collect information from the user.", "main": "src/Form.ts", "sass": "assets/Form.scss", @@ -24,19 +24,19 @@ "react-components" ], "dependencies": { - "@not-govuk/button": "workspace:^0.7.2", - "@not-govuk/checkboxes": "workspace:^0.7.2", - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/date-input": "workspace:^0.7.2", - "@not-govuk/form-field": "workspace:^0.7.2", - "@not-govuk/forms": "workspace:^0.7.2", - "@not-govuk/radios": "workspace:^0.7.2", - "@not-govuk/select": "workspace:^0.7.2", - "@not-govuk/text-input": "workspace:^0.7.2", - "@not-govuk/textarea": "workspace:^0.7.2" + "@not-govuk/button": "workspace:^0.8.0", + "@not-govuk/checkboxes": "workspace:^0.8.0", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/date-input": "workspace:^0.8.0", + "@not-govuk/form-field": "workspace:^0.8.0", + "@not-govuk/forms": "workspace:^0.8.0", + "@not-govuk/radios": "workspace:^0.8.0", + "@not-govuk/select": "workspace:^0.8.0", + "@not-govuk/text-input": "workspace:^0.8.0", + "@not-govuk/textarea": "workspace:^0.8.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -50,8 +50,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/header/package.json b/components/header/package.json index da216a125..643d3e761 100644 --- a/components/header/package.json +++ b/components/header/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/header", - "version": "0.7.2", + "version": "0.8.0", "description": "A component that shows users whether they are on GOV.UK and which service they are using.", "main": "src/Header.tsx", "sass": "assets/Header.scss", @@ -24,14 +24,14 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/link": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", - "@not-govuk/width-container": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/link": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", + "@not-govuk/width-container": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -45,7 +45,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/hint/package.json b/components/hint/package.json index f9bd6d427..084e56d1d 100644 --- a/components/hint/package.json +++ b/components/hint/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/hint", - "version": "0.7.2", + "version": "0.8.0", "description": "Hint text for a form field.", "main": "src/Hint.tsx", "sass": "assets/Hint.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,8 +43,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/input/package.json b/components/input/package.json index b6a405efb..12a1c1b86 100644 --- a/components/input/package.json +++ b/components/input/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/input", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to allow users to enter a small, single piece of data.", "main": "src/Input.tsx", "sass": "assets/Input.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,8 +43,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/inset-text/package.json b/components/inset-text/package.json index 0fec44496..4c529d6e6 100644 --- a/components/inset-text/package.json +++ b/components/inset-text/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/inset-text", - "version": "0.7.2", + "version": "0.8.0", "description": "A block of text that is inset.", "main": "src/InsetText.tsx", "sass": "assets/InsetText.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,7 +43,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/label/package.json b/components/label/package.json index 73e9b33d4..629585aef 100644 --- a/components/label/package.json +++ b/components/label/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/label", - "version": "0.7.2", + "version": "0.8.0", "description": "A label for a form field.", "main": "src/Label.tsx", "sass": "assets/Label.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,8 +43,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/link/package.json b/components/link/package.json index bc746927b..56b96b661 100644 --- a/components/link/package.json +++ b/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/link", - "version": "0.7.2", + "version": "0.8.0", "description": "A drop-in replacement for the 'a' element with GovUK styling.", "main": "src/Link.tsx", "sass": "assets/Link.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/anchor": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/anchor": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,8 +43,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/navigation-menu/package.json b/components/navigation-menu/package.json index 7ec768b58..8b65507a7 100644 --- a/components/navigation-menu/package.json +++ b/components/navigation-menu/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/navigation-menu", - "version": "0.7.2", + "version": "0.8.0", "description": "A component that provides users with a list of pages to choose from.", "main": "src/NavigationMenu.tsx", "sass": "assets/NavigationMenu.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/anchor-list": "workspace:^0.7.2", - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/anchor-list": "workspace:^0.8.0", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -44,9 +44,9 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/anchor": "workspace:^0.7.2", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/anchor": "workspace:^0.8.0", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/notification-banner/package.json b/components/notification-banner/package.json index 46335a54a..165c31b7f 100644 --- a/components/notification-banner/package.json +++ b/components/notification-banner/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/notification-banner", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to tell the user about something they need to know about, but that’s not directly related to the page content.", "main": "src/NotificationBanner.tsx", "sass": "assets/NotificationBanner.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,8 +43,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.32", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/page/package.json b/components/page/package.json index 5772b1d24..87ea83ab5 100644 --- a/components/page/package.json +++ b/components/page/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/page", - "version": "0.7.2", + "version": "0.8.0", "description": "A fully branded page with content sandwiched between the header and footer.", "main": "src/index.ts", "sass": "assets/index.scss", @@ -24,20 +24,20 @@ "react-components" ], "dependencies": { - "@not-govuk/back-link": "workspace:^0.7.2", - "@not-govuk/breadcrumbs": "workspace:^0.7.2", - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/footer": "workspace:^0.7.2", - "@not-govuk/header": "workspace:^0.7.2", - "@not-govuk/link": "workspace:^0.7.2", - "@not-govuk/phase-banner": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", - "@not-govuk/skip-link": "workspace:^0.7.2", - "@not-govuk/width-container": "workspace:^0.7.2", + "@not-govuk/back-link": "workspace:^0.8.0", + "@not-govuk/breadcrumbs": "workspace:^0.8.0", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/footer": "workspace:^0.8.0", + "@not-govuk/header": "workspace:^0.8.0", + "@not-govuk/link": "workspace:^0.8.0", + "@not-govuk/phase-banner": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", + "@not-govuk/skip-link": "workspace:^0.8.0", + "@not-govuk/width-container": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -51,9 +51,9 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/aside": "workspace:^0.7.2", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/aside": "workspace:^0.8.0", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/pagination/package.json b/components/pagination/package.json index fc5873243..76c7e9b71 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/pagination", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to help users navigate forwards and backwards through a series of pages.", "main": "src/Pagination.tsx", "sass": "assets/Pagination.scss", @@ -24,15 +24,15 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/link": "workspace:^0.7.2", - "@not-govuk/route-utils": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", - "@not-govuk/visually-hidden": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/link": "workspace:^0.8.0", + "@not-govuk/route-utils": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", + "@not-govuk/visually-hidden": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -46,7 +46,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/panel/package.json b/components/panel/package.json index 8c54b01ae..79c8454c6 100644 --- a/components/panel/package.json +++ b/components/panel/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/panel", - "version": "0.7.2", + "version": "0.8.0", "description": "A visible container used on confirmation or results pages to highlight important content.", "main": "src/Panel.tsx", "sass": "assets/Panel.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,7 +43,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/phase-banner/package.json b/components/phase-banner/package.json index 055aadf1c..53c2c9a61 100644 --- a/components/phase-banner/package.json +++ b/components/phase-banner/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/phase-banner", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to show users your service is still being worked on.", "main": "src/PhaseBanner.tsx", "sass": "assets/PhaseBanner.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -44,7 +44,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/radios/package.json b/components/radios/package.json index b219c38f2..c653cdf04 100644 --- a/components/radios/package.json +++ b/components/radios/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/radios", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to allow users to choose between a small selection of options.", "main": "src/Radios.tsx", "sass": "assets/Radios.scss", @@ -24,15 +24,15 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/form-group": "workspace:^0.7.2", - "@not-govuk/hint": "workspace:^0.7.2", - "@not-govuk/label": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/form-group": "workspace:^0.8.0", + "@not-govuk/hint": "workspace:^0.8.0", + "@not-govuk/label": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -46,8 +46,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/text-input": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/text-input": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/select/package.json b/components/select/package.json index f84b33dc2..3ab7372d9 100644 --- a/components/select/package.json +++ b/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/select", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to allow users to choose from many options.", "main": "src/Select.tsx", "sass": "assets/Select.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/form-group": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/form-group": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -44,7 +44,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/skip-link/package.json b/components/skip-link/package.json index 160bbb184..ca41edc46 100644 --- a/components/skip-link/package.json +++ b/components/skip-link/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/skip-link", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to help keyboard-only users skip to the main content on a page.", "main": "src/SkipLink.tsx", "sass": "assets/SkipLink.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,7 +43,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/summary-card/package.json b/components/summary-card/package.json index 04ead78d1..88c648595 100644 --- a/components/summary-card/package.json +++ b/components/summary-card/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/summary-card", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to split multiple summary lists.", "main": "src/SummaryCard.tsx", "sass": "assets/SummaryCard.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/anchor-list": "workspace:^0.7.2", - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/anchor-list": "workspace:^0.8.0", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -44,9 +44,9 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", - "@not-govuk/visually-hidden": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", + "@not-govuk/visually-hidden": "workspace:^0.8.0", "@types/react": "16.14.32", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/summary-list/package.json b/components/summary-list/package.json index b633e67eb..d868d6e01 100644 --- a/components/summary-list/package.json +++ b/components/summary-list/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/summary-list", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to summarise information, for example, a user’s responses at the end of a form.", "main": "src/SummaryList.tsx", "sass": "assets/SummaryList.scss", @@ -24,14 +24,14 @@ "react-components" ], "dependencies": { - "@not-govuk/anchor-list": "workspace:^0.7.2", - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", - "@not-govuk/link": "workspace:^0.7.2", + "@not-govuk/anchor-list": "workspace:^0.8.0", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/link": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -45,9 +45,9 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/summary-card": "workspace:^0.7.2", - "@not-govuk/visually-hidden": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/summary-card": "workspace:^0.8.0", + "@not-govuk/visually-hidden": "workspace:^0.8.0", "@types/react": "16.14.32", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/table/package.json b/components/table/package.json index db415143a..158ebb21b 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/table", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to make information easier to compare and scan for users.", "main": "src/Table.tsx", "sass": "assets/Table.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", - "@not-govuk/simple-table": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", + "@not-govuk/simple-table": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -44,7 +44,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/tabs/package.json b/components/tabs/package.json index 80f646fbd..801e309e5 100644 --- a/components/tabs/package.json +++ b/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/tabs", - "version": "0.7.2", + "version": "0.8.0", "description": "A component that lets users navigate between related sections of content, displaying one section at a time.", "main": "src/Tabs.tsx", "sass": "assets/Tabs.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/route-utils": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/route-utils": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -44,9 +44,9 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/table": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/table": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/tag/package.json b/components/tag/package.json index 37d0250c4..ef42db157 100644 --- a/components/tag/package.json +++ b/components/tag/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/tag", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to display the status of something.", "main": "src/Tag.tsx", "sass": "assets/Tag.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,8 +43,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/table": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/table": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/text-input/package.json b/components/text-input/package.json index 188381111..f5795e9ad 100644 --- a/components/text-input/package.json +++ b/components/text-input/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/text-input", - "version": "0.7.2", + "version": "0.8.0", "description": "A single line text field.", "main": "src/TextInput.tsx", "sass": "assets/TextInput.scss", @@ -24,11 +24,11 @@ "react-components" ], "dependencies": { - "@not-govuk/form-group": "workspace:^0.7.2", - "@not-govuk/input": "workspace:^0.7.2" + "@not-govuk/form-group": "workspace:^0.8.0", + "@not-govuk/input": "workspace:^0.8.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -42,7 +42,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/textarea/package.json b/components/textarea/package.json index dd0c69512..04e855d6e 100644 --- a/components/textarea/package.json +++ b/components/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/textarea", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to allow users to enter multiple lines of text.", "main": "src/Textarea.tsx", "sass": "assets/Textarea.scss", @@ -24,13 +24,13 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/form-group": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/form-group": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -44,7 +44,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/visually-hidden/package.json b/components/visually-hidden/package.json index 25c3aa6fe..25c383c1f 100644 --- a/components/visually-hidden/package.json +++ b/components/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/visually-hidden", - "version": "0.7.2", + "version": "0.8.0", "description": "Invisible text that can be read by software such as screen-readers.", "main": "src/VisuallyHidden.tsx", "sass": "assets/VisuallyHidden.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,8 +43,8 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/warning-text/package.json b/components/warning-text/package.json index 451796c81..bb32f62aa 100644 --- a/components/warning-text/package.json +++ b/components/warning-text/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/warning-text", - "version": "0.7.2", + "version": "0.8.0", "description": "A component to warn the user of something important.", "main": "src/WarningText.tsx", "sass": "assets/WarningText.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,7 +43,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/components/width-container/package.json b/components/width-container/package.json index bf23c5a8f..0d16d1018 100644 --- a/components/width-container/package.json +++ b/components/width-container/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/width-container", - "version": "0.7.2", + "version": "0.8.0", "description": "A simple container to limit the width of its contents.", "main": "src/WidthContainer.tsx", "sass": "assets/WidthContainer.scss", @@ -24,12 +24,12 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", "govuk-frontend": "4.6.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -43,9 +43,9 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "workspace:^0.7.2", - "@not-govuk/panel": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", + "@not-govuk/panel": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/lib-govuk/create/package.json b/lib-govuk/create/package.json index 4ce76a3f1..d155e4b46 100644 --- a/lib-govuk/create/package.json +++ b/lib-govuk/create/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/create", - "version": "0.7.2", + "version": "0.8.0", "description": "A project and prototype initialiser.", "main": "plopfile.js", "type": "module", @@ -21,9 +21,9 @@ "node": ">=12.0.0" }, "dependencies": { - "@not-govuk/create-internal": "workspace:^0.7.2", - "@not-govuk/plop-pack": "workspace:^0.7.2", - "@not-govuk/plop-pack-internal": "workspace:^0.7.2" + "@not-govuk/create-internal": "workspace:^0.8.0", + "@not-govuk/plop-pack": "workspace:^0.8.0", + "@not-govuk/plop-pack-internal": "workspace:^0.8.0" }, "devDependencies": { "plop": "3.1.2" diff --git a/lib-govuk/plop-pack/package.json b/lib-govuk/plop-pack/package.json index 95272c3dc..9fbd6ce0c 100644 --- a/lib-govuk/plop-pack/package.json +++ b/lib-govuk/plop-pack/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/plop-pack", - "version": "0.7.2", + "version": "0.8.0", "description": "Plop pack with misc tools.", "main": "src/index.js", "type": "module", @@ -19,6 +19,6 @@ "node": ">=12.0.0" }, "dependencies": { - "@not-govuk/plop-pack-internal": "workspace:^0.7.2" + "@not-govuk/plop-pack-internal": "workspace:^0.8.0" } } diff --git a/lib-govuk/plop-pack/skel/app/package.json.hbs b/lib-govuk/plop-pack/skel/app/package.json.hbs index 6b84bf295..07db74816 100644 --- a/lib-govuk/plop-pack/skel/app/package.json.hbs +++ b/lib-govuk/plop-pack/skel/app/package.json.hbs @@ -1,5 +1,5 @@ { "devDependencies": { - "@not-govuk/components": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.7.2" + "@not-govuk/components": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.8.0" } } diff --git a/lib-govuk/sass-base/package.json b/lib-govuk/sass-base/package.json index 0218e59d8..9ce306a85 100644 --- a/lib-govuk/sass-base/package.json +++ b/lib-govuk/sass-base/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/sass-base", - "version": "0.7.2", + "version": "0.8.0", "description": "The base SASS code for GovUK styling.", "sass": "src/index.scss", "files": [ diff --git a/lib/app-composer/package.json b/lib/app-composer/package.json index f508e055e..aef0fa55d 100644 --- a/lib/app-composer/package.json +++ b/lib/app-composer/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/app-composer", - "version": "0.7.2", + "version": "0.8.0", "description": "Composes isomorphic React applications from a set of components.", "main": "src/index.ts", "publishConfig": { @@ -19,11 +19,11 @@ "author": "Daniel A.C. Martin (http://daniel-martin.co.uk/)", "license": "MIT", "dependencies": { - "@not-govuk/route-utils": "workspace:^0.7.2" + "@not-govuk/route-utils": "workspace:^0.8.0" }, "peerDependencies": { "@apollo/client": "^3.2.3", - "@not-govuk/user-info": "^0.7.2", + "@not-govuk/user-info": "^0.8.0", "react": "^16.9.35", "react-helmet-async": "^1.0.7", "react-router": "^5.1.7", diff --git a/lib/app-plop-pack/package.json b/lib/app-plop-pack/package.json index bbdbb7a1b..ea27f86a4 100644 --- a/lib/app-plop-pack/package.json +++ b/lib/app-plop-pack/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/app-plop-pack", - "version": "0.7.2", + "version": "0.8.0", "description": "Generators for use within applications and prototypes.", "main": "src/index.js", "type": "module", @@ -22,6 +22,6 @@ "plop": "3.1.2" }, "dependencies": { - "@not-govuk/plop-pack-internal": "workspace:^0.7.2" + "@not-govuk/plop-pack-internal": "workspace:^0.8.0" } } diff --git a/lib/asset-proxy/package.json b/lib/asset-proxy/package.json index 90c3d764e..ce17615ad 100644 --- a/lib/asset-proxy/package.json +++ b/lib/asset-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/asset-proxy", - "version": "0.7.2", + "version": "0.8.0", "description": "A proxy for serving assets in local-dev environments.", "main": "src/index.ts", "publishConfig": { @@ -19,8 +19,8 @@ "author": "Daniel A.C. Martin (http://daniel-martin.co.uk/)", "license": "MIT", "dependencies": { - "@not-govuk/express-adapter": "workspace:^0.7.2", - "@not-govuk/restify": "workspace:^0.7.2", + "@not-govuk/express-adapter": "workspace:^0.8.0", + "@not-govuk/restify": "workspace:^0.8.0", "http-proxy-middleware": "^2.0.6" }, "peerDependencies": { diff --git a/lib/client-renderer/package.json b/lib/client-renderer/package.json index 4f844021e..ffd09af4d 100644 --- a/lib/client-renderer/package.json +++ b/lib/client-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/client-renderer", - "version": "0.7.2", + "version": "0.8.0", "description": "A client-side renderer of React applications served via the server-renderer.", "main": "src/index.ts", "publishConfig": { @@ -19,7 +19,7 @@ "author": "Daniel A.C. Martin (http://daniel-martin.co.uk/)", "license": "MIT", "dependencies": { - "@not-govuk/app-composer": "workspace:^0.7.2" + "@not-govuk/app-composer": "workspace:^0.8.0" }, "peerDependencies": { "react": "^16.9.35", diff --git a/lib/component-helpers/package.json b/lib/component-helpers/package.json index b5dc02ab8..3e437842b 100644 --- a/lib/component-helpers/package.json +++ b/lib/component-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/component-helpers", - "version": "0.7.2", + "version": "0.8.0", "description": "Helper functions for writing components.", "main": "src/index.ts", "publishConfig": { diff --git a/lib/component-test-helpers/package.json b/lib/component-test-helpers/package.json index d197c5fa0..4bf61a440 100644 --- a/lib/component-test-helpers/package.json +++ b/lib/component-test-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/component-test-helpers", - "version": "0.7.2", + "version": "0.8.0", "description": "Helper functions for testing React components.", "main": "src/index.ts", "publishConfig": { diff --git a/lib/consent-cookies/package.json b/lib/consent-cookies/package.json index 6c324ec70..952f99eb7 100644 --- a/lib/consent-cookies/package.json +++ b/lib/consent-cookies/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/consent-cookies", - "version": "0.7.2", + "version": "0.8.0", "description": "Connect middleware to parse and set cookies only with user consent.", "main": "src/index.ts", "publishConfig": { diff --git a/lib/create/package.json b/lib/create/package.json index 939d72253..9aaf48e20 100644 --- a/lib/create/package.json +++ b/lib/create/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/create-internal", - "version": "0.7.2", + "version": "0.8.0", "description": "A project and prototype initialiser.", "main": "plopfile.js", "type": "module", @@ -22,7 +22,7 @@ "node": ">=12.0.0" }, "dependencies": { - "@not-govuk/plop-pack-internal": "workspace:^0.7.2", + "@not-govuk/plop-pack-internal": "workspace:^0.8.0", "shelljs": "^0.8.5" }, "devDependencies": { diff --git a/lib/docs-components/package.json b/lib/docs-components/package.json index 4d6fe743e..b8c5874f7 100644 --- a/lib/docs-components/package.json +++ b/lib/docs-components/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/docs-components", - "version": "0.7.2", + "version": "0.8.0", "description": "React components for use in documentation.", "main": "src/index.ts", "publishConfig": { @@ -23,10 +23,10 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/memoize": "workspace:^0.7.2", - "@not-govuk/simple-table": "workspace:^0.7.2", - "@not-govuk/tabs-internal": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/memoize": "workspace:^0.8.0", + "@not-govuk/simple-table": "workspace:^0.8.0", + "@not-govuk/tabs-internal": "workspace:^0.8.0", "@storybook/react": "6.5.16", "prettier": "^2.7.1", "prismjs": "^1.28.0", diff --git a/lib/engine/package.json b/lib/engine/package.json index e06959230..e8f21f465 100644 --- a/lib/engine/package.json +++ b/lib/engine/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/engine", - "version": "0.7.2", + "version": "0.8.0", "description": "An engine for running NotGovUK applications.", "main": "src/index.ts", "publishConfig": { @@ -19,10 +19,10 @@ "author": "Daniel A.C. Martin (http://daniel-martin.co.uk/)", "license": "MIT", "dependencies": { - "@not-govuk/consent-cookies": "workspace:^0.7.2", - "@not-govuk/express-adapter": "workspace:^0.7.2", - "@not-govuk/restify": "workspace:^0.7.2", - "@not-govuk/server-renderer": "workspace:^0.7.2", + "@not-govuk/consent-cookies": "workspace:^0.8.0", + "@not-govuk/express-adapter": "workspace:^0.8.0", + "@not-govuk/restify": "workspace:^0.8.0", + "@not-govuk/server-renderer": "workspace:^0.8.0", "apollo-server-restify": "^1.3.6", "base64url": "^3.0.1", "openid-client": "^5.1.8", @@ -31,7 +31,7 @@ "serverless-http": "^3.0.1" }, "devDependencies": { - "@not-govuk/app-composer": "workspace:^0.7.2", + "@not-govuk/app-composer": "workspace:^0.8.0", "@types/client-sessions": "0.8.3", "@types/node": "18.17.12", "@types/passport": "1.0.12", diff --git a/lib/express-adapter/package.json b/lib/express-adapter/package.json index 93d6e7ecf..9f53c1faa 100644 --- a/lib/express-adapter/package.json +++ b/lib/express-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/express-adapter", - "version": "0.7.2", + "version": "0.8.0", "description": "Adapts to Express middleware to run on Restify.", "main": "src/index.ts", "publishConfig": { @@ -22,7 +22,7 @@ "node": ">=14.0.0" }, "devDependencies": { - "@not-govuk/restify": "workspace:^0.7.2", + "@not-govuk/restify": "workspace:^0.8.0", "@types/express-serve-static-core": "4.17.35", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/lib/forms/package.json b/lib/forms/package.json index 1d8b13af8..9fdbc7a19 100644 --- a/lib/forms/package.json +++ b/lib/forms/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/forms", - "version": "0.7.2", + "version": "0.8.0", "description": "An intuitive isometric forms framework for React.", "main": "src/index.ts", "publishConfig": { @@ -22,8 +22,8 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "workspace:^0.7.2", - "@not-govuk/route-utils": "workspace:^0.7.2", + "@not-govuk/component-helpers": "workspace:^0.8.0", + "@not-govuk/route-utils": "workspace:^0.8.0", "fast-deep-equal": "^3.1.3", "formik": "^2.2.9", "validator": "^13.7.0" diff --git a/lib/memoize/package.json b/lib/memoize/package.json index 8ab585290..08a2bfe3d 100644 --- a/lib/memoize/package.json +++ b/lib/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/memoize", - "version": "0.7.2", + "version": "0.8.0", "description": "Higher-order functions for memoizing pure functions.", "main": "src/index.ts", "publishConfig": { diff --git a/lib/plop-pack/package.json b/lib/plop-pack/package.json index f702bfac8..bac5194b0 100644 --- a/lib/plop-pack/package.json +++ b/lib/plop-pack/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/plop-pack-internal", - "version": "0.7.2", + "version": "0.8.0", "description": "Plop pack with misc tools.", "main": "src/index.js", "type": "module", diff --git a/lib/plop-pack/skel/app/package.json.hbs b/lib/plop-pack/skel/app/package.json.hbs index 4d4eefb61..8954b413a 100644 --- a/lib/plop-pack/skel/app/package.json.hbs +++ b/lib/plop-pack/skel/app/package.json.hbs @@ -35,15 +35,15 @@ "devDependencies": { "@apollo/client": "3.6.9", "@graphql-tools/schema": "9.0.19", - "@not-govuk/anchor-list": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.7.2", - "@not-govuk/app-composer": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.7.2", - "@not-govuk/app-plop-pack": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.7.2", - "@not-govuk/asset-proxy": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.7.2", - "@not-govuk/client-renderer": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.7.2", - "@not-govuk/engine": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.7.2", - "@not-govuk/server-renderer": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.7.2", - "@not-govuk/user-info": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.7.2", - "@not-govuk/webpack-config": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.7.2", + "@not-govuk/anchor-list": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.8.0", + "@not-govuk/app-composer": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.8.0", + "@not-govuk/app-plop-pack": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.8.0", + "@not-govuk/asset-proxy": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.8.0", + "@not-govuk/client-renderer": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.8.0", + "@not-govuk/engine": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.8.0", + "@not-govuk/server-renderer": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.8.0", + "@not-govuk/user-info": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.8.0", + "@not-govuk/webpack-config": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.8.0", "@types/react": "16.14.38", "@types/react-dom": "16.9.18", "@types/react-router": "5.1.20", diff --git a/lib/plop-pack/skel/component/package.json.hbs b/lib/plop-pack/skel/component/package.json.hbs index bf0cc514b..3f92c57ac 100644 --- a/lib/plop-pack/skel/component/package.json.hbs +++ b/lib/plop-pack/skel/component/package.json.hbs @@ -24,10 +24,10 @@ "react-components" ], "dependencies": { - "@not-govuk/component-helpers": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.7.2" + "@not-govuk/component-helpers": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.8.0" }, "peerDependencies": { - "@not-govuk/docs-components": "^0.7.2", + "@not-govuk/docs-components": "^0.8.0", "@storybook/addon-docs": "^6.4.0", "react": "^16.9.55" }, @@ -41,7 +41,7 @@ }, "devDependencies": { "@mdx-js/react": "1.6.22", - "@not-govuk/component-test-helpers": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.7.2", + "@not-govuk/component-test-helpers": "{{#if (eq (pkg 'name')'not-govuk')}}workspace:{{/if}}^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/lib/restify/package.json b/lib/restify/package.json index c0e6d9599..52294b36b 100644 --- a/lib/restify/package.json +++ b/lib/restify/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/restify", - "version": "0.7.2", + "version": "0.8.0", "description": "A customised Restify server for running websites.", "main": "src/index.ts", "publishConfig": { diff --git a/lib/route-utils/package.json b/lib/route-utils/package.json index e25a44222..1419a4129 100644 --- a/lib/route-utils/package.json +++ b/lib/route-utils/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/route-utils", - "version": "0.7.2", + "version": "0.8.0", "description": "Utility functions for components relating to routes and requests.", "main": "src/index.ts", "publishConfig": { diff --git a/lib/server-renderer/package.json b/lib/server-renderer/package.json index 9372570c7..044b9e0f6 100644 --- a/lib/server-renderer/package.json +++ b/lib/server-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/server-renderer", - "version": "0.7.2", + "version": "0.8.0", "description": "A Restify renderer of React applications using react-router.", "main": "src/index.ts", "publishConfig": { @@ -19,7 +19,7 @@ "author": "Daniel A.C. Martin (http://daniel-martin.co.uk/)", "license": "MIT", "dependencies": { - "@not-govuk/app-composer": "workspace:^0.7.2", + "@not-govuk/app-composer": "workspace:^0.8.0", "js-beautify": "^1.14.4", "restify-errors": "^8.0.2" }, @@ -28,7 +28,7 @@ "react-dom": "^16.9.8" }, "devDependencies": { - "@not-govuk/restify": "workspace:^0.7.2", + "@not-govuk/restify": "workspace:^0.8.0", "@types/js-beautify": "1.14.0", "@types/node": "18.17.12", "@types/react": "16.14.38", diff --git a/lib/storybook-preset/package.json b/lib/storybook-preset/package.json index 4ad3215c4..736dbb969 100644 --- a/lib/storybook-preset/package.json +++ b/lib/storybook-preset/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/storybook-preset", - "version": "0.7.2", + "version": "0.8.0", "description": "A Storybook preset that renders components similarly to our apps.", "main": "index.js", "scripts": { @@ -14,7 +14,7 @@ "node": ">=12.0.0" }, "dependencies": { - "@not-govuk/webpack-config": "workspace:^0.7.2", + "@not-govuk/webpack-config": "workspace:^0.8.0", "@storybook/node-logger": "6.5.16" } } diff --git a/lib/user-info/package.json b/lib/user-info/package.json index 13346167d..6e5f1fe97 100644 --- a/lib/user-info/package.json +++ b/lib/user-info/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/user-info", - "version": "0.7.2", + "version": "0.8.0", "description": "A React context for providing information on the user.", "main": "src/UserInfo.ts", "publishConfig": { @@ -25,7 +25,7 @@ "react": "^16.9.35" }, "devDependencies": { - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/react": "16.14.38", "jest": "29.5.0", "jest-environment-jsdom": "29.5.0", diff --git a/lib/webpack-config/package.json b/lib/webpack-config/package.json index 02d03ad22..b0e1b649b 100644 --- a/lib/webpack-config/package.json +++ b/lib/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/webpack-config", - "version": "0.7.2", + "version": "0.8.0", "description": "Webpack config for NotGovUK applications.", "main": "index.js", "scripts": { diff --git a/package.json b/package.json index a3b18f603..9de17b6ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "not-govuk", - "version": "0.7.2", + "version": "0.8.0", "description": "A framework for quickly building digital services for government.", "bin": "lib/create/bin/create", "scripts": { @@ -54,11 +54,11 @@ "@babel/preset-react": "7.22.5", "@babel/preset-typescript": "7.22.5", "@mdx-js/react": "1.6.22", - "@not-govuk/components": "workspace:^0.7.2", - "@not-govuk/docs-components": "workspace:^0.7.2", - "@not-govuk/plop-pack": "workspace:^0.7.2", - "@not-govuk/storybook-preset": "workspace:^0.7.2", - "@not-govuk/user-info": "workspace:^0.7.2", + "@not-govuk/components": "workspace:^0.8.0", + "@not-govuk/docs-components": "workspace:^0.8.0", + "@not-govuk/plop-pack": "workspace:^0.8.0", + "@not-govuk/storybook-preset": "workspace:^0.8.0", + "@not-govuk/user-info": "workspace:^0.8.0", "@storybook/addon-a11y": "6.5.16", "@storybook/addon-actions": "6.5.16", "@storybook/addon-docs": "6.5.16", diff --git a/packages/components/package.json b/packages/components/package.json index 5a5900725..ac0c61493 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@not-govuk/components", - "version": "0.7.2", + "version": "0.8.0", "description": "React components implementing the GOV.UK Design System.", "main": "src/index.ts", "sass": "src/index.scss", @@ -32,48 +32,48 @@ }, "homepage": "https://github.com/daniel-ac-martin/NotGovUK#readme", "dependencies": { - "@not-govuk/aside": "workspace:^0.7.2", - "@not-govuk/back-link": "workspace:^0.7.2", - "@not-govuk/breadcrumbs": "workspace:^0.7.2", - "@not-govuk/button": "workspace:^0.7.2", - "@not-govuk/checkboxes": "workspace:^0.7.2", - "@not-govuk/cookie-banner": "workspace:^0.7.2", - "@not-govuk/date-input": "workspace:^0.7.2", - "@not-govuk/details": "workspace:^0.7.2", - "@not-govuk/error-message": "workspace:^0.7.2", - "@not-govuk/error-summary": "workspace:^0.7.2", - "@not-govuk/fieldset": "workspace:^0.7.2", - "@not-govuk/file-upload": "workspace:^0.7.2", - "@not-govuk/footer": "workspace:^0.7.2", - "@not-govuk/form": "workspace:^0.7.2", - "@not-govuk/form-field": "workspace:^0.7.2", - "@not-govuk/form-group": "workspace:^0.7.2", - "@not-govuk/forms": "workspace:^0.7.2", - "@not-govuk/header": "workspace:^0.7.2", - "@not-govuk/hint": "workspace:^0.7.2", - "@not-govuk/input": "workspace:^0.7.2", - "@not-govuk/inset-text": "workspace:^0.7.2", - "@not-govuk/label": "workspace:^0.7.2", - "@not-govuk/link": "workspace:^0.7.2", - "@not-govuk/navigation-menu": "workspace:^0.7.2", - "@not-govuk/notification-banner": "workspace:^0.7.2", - "@not-govuk/page": "workspace:^0.7.2", - "@not-govuk/pagination": "workspace:^0.7.2", - "@not-govuk/panel": "workspace:^0.7.2", - "@not-govuk/phase-banner": "workspace:^0.7.2", - "@not-govuk/radios": "workspace:^0.7.2", - "@not-govuk/route-utils": "workspace:^0.7.2", - "@not-govuk/sass-base": "workspace:^0.7.2", - "@not-govuk/select": "workspace:^0.7.2", - "@not-govuk/skip-link": "workspace:^0.7.2", - "@not-govuk/summary-card": "workspace:^0.7.2", - "@not-govuk/summary-list": "workspace:^0.7.2", - "@not-govuk/table": "workspace:^0.7.2", - "@not-govuk/tabs": "workspace:^0.7.2", - "@not-govuk/tag": "workspace:^0.7.2", - "@not-govuk/text-input": "workspace:^0.7.2", - "@not-govuk/textarea": "workspace:^0.7.2", - "@not-govuk/warning-text": "workspace:^0.7.2" + "@not-govuk/aside": "workspace:^0.8.0", + "@not-govuk/back-link": "workspace:^0.8.0", + "@not-govuk/breadcrumbs": "workspace:^0.8.0", + "@not-govuk/button": "workspace:^0.8.0", + "@not-govuk/checkboxes": "workspace:^0.8.0", + "@not-govuk/cookie-banner": "workspace:^0.8.0", + "@not-govuk/date-input": "workspace:^0.8.0", + "@not-govuk/details": "workspace:^0.8.0", + "@not-govuk/error-message": "workspace:^0.8.0", + "@not-govuk/error-summary": "workspace:^0.8.0", + "@not-govuk/fieldset": "workspace:^0.8.0", + "@not-govuk/file-upload": "workspace:^0.8.0", + "@not-govuk/footer": "workspace:^0.8.0", + "@not-govuk/form": "workspace:^0.8.0", + "@not-govuk/form-field": "workspace:^0.8.0", + "@not-govuk/form-group": "workspace:^0.8.0", + "@not-govuk/forms": "workspace:^0.8.0", + "@not-govuk/header": "workspace:^0.8.0", + "@not-govuk/hint": "workspace:^0.8.0", + "@not-govuk/input": "workspace:^0.8.0", + "@not-govuk/inset-text": "workspace:^0.8.0", + "@not-govuk/label": "workspace:^0.8.0", + "@not-govuk/link": "workspace:^0.8.0", + "@not-govuk/navigation-menu": "workspace:^0.8.0", + "@not-govuk/notification-banner": "workspace:^0.8.0", + "@not-govuk/page": "workspace:^0.8.0", + "@not-govuk/pagination": "workspace:^0.8.0", + "@not-govuk/panel": "workspace:^0.8.0", + "@not-govuk/phase-banner": "workspace:^0.8.0", + "@not-govuk/radios": "workspace:^0.8.0", + "@not-govuk/route-utils": "workspace:^0.8.0", + "@not-govuk/sass-base": "workspace:^0.8.0", + "@not-govuk/select": "workspace:^0.8.0", + "@not-govuk/skip-link": "workspace:^0.8.0", + "@not-govuk/summary-card": "workspace:^0.8.0", + "@not-govuk/summary-list": "workspace:^0.8.0", + "@not-govuk/table": "workspace:^0.8.0", + "@not-govuk/tabs": "workspace:^0.8.0", + "@not-govuk/tag": "workspace:^0.8.0", + "@not-govuk/text-input": "workspace:^0.8.0", + "@not-govuk/textarea": "workspace:^0.8.0", + "@not-govuk/warning-text": "workspace:^0.8.0" }, "peerDependencies": { "react": "^16.9.35", @@ -82,7 +82,7 @@ "react-router-dom": "^5.1.5" }, "devDependencies": { - "@not-govuk/component-test-helpers": "workspace:^0.7.2", + "@not-govuk/component-test-helpers": "workspace:^0.8.0", "@types/node": "18.17.12", "@types/react": "16.14.38", "@types/react-dom": "16.9.18", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c2574afd1..0cea7f06f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,11 +11,11 @@ importers: '@babel/preset-react': 7.22.5 '@babel/preset-typescript': 7.22.5 '@mdx-js/react': 1.6.22 - '@not-govuk/components': workspace:^0.7.2 - '@not-govuk/docs-components': workspace:^0.7.2 - '@not-govuk/plop-pack': workspace:^0.7.2 - '@not-govuk/storybook-preset': workspace:^0.7.2 - '@not-govuk/user-info': workspace:^0.7.2 + '@not-govuk/components': workspace:^0.8.0 + '@not-govuk/docs-components': workspace:^0.8.0 + '@not-govuk/plop-pack': workspace:^0.8.0 + '@not-govuk/storybook-preset': workspace:^0.8.0 + '@not-govuk/user-info': workspace:^0.8.0 '@storybook/addon-a11y': 6.5.16 '@storybook/addon-actions': 6.5.16 '@storybook/addon-docs': 6.5.16 @@ -92,16 +92,16 @@ importers: apps/govuk-docs: specifiers: - '@not-govuk/anchor-list': workspace:^0.7.2 - '@not-govuk/app-composer': workspace:^0.7.2 - '@not-govuk/app-plop-pack': workspace:^0.7.2 - '@not-govuk/asset-proxy': workspace:^0.7.2 - '@not-govuk/client-renderer': workspace:^0.7.2 - '@not-govuk/components': workspace:^0.7.2 - '@not-govuk/docs-components': workspace:^0.7.2 - '@not-govuk/engine': workspace:^0.7.2 - '@not-govuk/server-renderer': workspace:^0.7.2 - '@not-govuk/webpack-config': workspace:^0.7.2 + '@not-govuk/anchor-list': workspace:^0.8.0 + '@not-govuk/app-composer': workspace:^0.8.0 + '@not-govuk/app-plop-pack': workspace:^0.8.0 + '@not-govuk/asset-proxy': workspace:^0.8.0 + '@not-govuk/client-renderer': workspace:^0.8.0 + '@not-govuk/components': workspace:^0.8.0 + '@not-govuk/docs-components': workspace:^0.8.0 + '@not-govuk/engine': workspace:^0.8.0 + '@not-govuk/server-renderer': workspace:^0.8.0 + '@not-govuk/webpack-config': workspace:^0.8.0 '@types/react': 16.14.38 '@types/react-dom': 16.9.18 '@types/react-router': 5.1.20 @@ -166,17 +166,17 @@ importers: specifiers: '@apollo/client': 3.6.9 '@graphql-tools/schema': 9.0.19 - '@not-govuk/anchor-list': workspace:^0.7.2 - '@not-govuk/app-composer': workspace:^0.7.2 - '@not-govuk/app-plop-pack': workspace:^0.7.2 - '@not-govuk/asset-proxy': workspace:^0.7.2 - '@not-govuk/client-renderer': workspace:^0.7.2 - '@not-govuk/components': workspace:^0.7.2 - '@not-govuk/engine': workspace:^0.7.2 - '@not-govuk/route-utils': workspace:^0.7.2 - '@not-govuk/server-renderer': workspace:^0.7.2 - '@not-govuk/user-info': workspace:^0.7.2 - '@not-govuk/webpack-config': workspace:^0.7.2 + '@not-govuk/anchor-list': workspace:^0.8.0 + '@not-govuk/app-composer': workspace:^0.8.0 + '@not-govuk/app-plop-pack': workspace:^0.8.0 + '@not-govuk/asset-proxy': workspace:^0.8.0 + '@not-govuk/client-renderer': workspace:^0.8.0 + '@not-govuk/components': workspace:^0.8.0 + '@not-govuk/engine': workspace:^0.8.0 + '@not-govuk/route-utils': workspace:^0.8.0 + '@not-govuk/server-renderer': workspace:^0.8.0 + '@not-govuk/user-info': workspace:^0.8.0 + '@not-govuk/webpack-config': workspace:^0.8.0 '@types/react': 16.14.38 '@types/react-dom': 16.9.18 '@types/react-router': 5.1.20 @@ -245,9 +245,9 @@ importers: components-internal/anchor: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/route-utils': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/route-utils': workspace:^0.8.0 '@types/react': 16.14.38 '@types/react-router': 5.1.20 '@types/react-router-hash-link': 2.4.6 @@ -276,10 +276,10 @@ importers: components-internal/anchor-list: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/anchor': workspace:^0.7.2 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/route-utils': workspace:^0.7.2 + '@not-govuk/anchor': workspace:^0.8.0 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/route-utils': workspace:^0.8.0 '@types/react': 16.14.38 jest: 29.5.0 jest-environment-jsdom: 29.5.0 @@ -301,8 +301,8 @@ importers: components-internal/simple-table: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 '@types/react': 16.14.38 jest: 29.5.0 jest-environment-jsdom: 29.5.0 @@ -322,9 +322,9 @@ importers: components-internal/tabs: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/route-utils': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/route-utils': workspace:^0.8.0 '@types/react': 16.14.38 jest: 29.5.0 jest-environment-jsdom: 29.5.0 @@ -345,10 +345,10 @@ importers: components/aside: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -372,10 +372,10 @@ importers: components/back-link: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/link': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/link': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -399,10 +399,10 @@ importers: components/breadcrumbs: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/anchor-list': workspace:^0.7.2 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 + '@not-govuk/anchor-list': workspace:^0.8.0 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -427,12 +427,12 @@ importers: specifiers: '@jest/globals': 29.5.0 '@mdx-js/react': 1.6.22 - '@not-govuk/button-group': workspace:^0.7.2 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/link': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/button-group': workspace:^0.8.0 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/link': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -459,11 +459,11 @@ importers: components/button-group: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/link': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/link': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -488,13 +488,13 @@ importers: components/checkboxes: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/form-group': workspace:^0.7.2 - '@not-govuk/hint': workspace:^0.7.2 - '@not-govuk/label': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/text-input': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/form-group': workspace:^0.8.0 + '@not-govuk/hint': workspace:^0.8.0 + '@not-govuk/label': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/text-input': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -521,14 +521,14 @@ importers: components/cookie-banner: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/button': workspace:^0.7.2 - '@not-govuk/button-group': workspace:^0.7.2 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/link': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 - '@not-govuk/width-container': workspace:^0.7.2 + '@not-govuk/button': workspace:^0.8.0 + '@not-govuk/button-group': workspace:^0.8.0 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/link': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 + '@not-govuk/width-container': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -556,12 +556,12 @@ importers: components/date-input: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/form-group': workspace:^0.7.2 - '@not-govuk/input': workspace:^0.7.2 - '@not-govuk/label': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/form-group': workspace:^0.8.0 + '@not-govuk/input': workspace:^0.8.0 + '@not-govuk/label': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -587,9 +587,9 @@ importers: components/details: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -612,10 +612,10 @@ importers: components/error-message: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/visually-hidden': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/visually-hidden': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -639,14 +639,14 @@ importers: components/error-summary: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/anchor-list': workspace:^0.7.2 - '@not-govuk/checkboxes': workspace:^0.7.2 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/date-input': workspace:^0.7.2 - '@not-govuk/page': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/text-input': workspace:^0.7.2 + '@not-govuk/anchor-list': workspace:^0.8.0 + '@not-govuk/checkboxes': workspace:^0.8.0 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/date-input': workspace:^0.8.0 + '@not-govuk/page': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/text-input': workspace:^0.8.0 '@types/react': 16.14.32 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -674,12 +674,12 @@ importers: components/fieldset: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/input': workspace:^0.7.2 - '@not-govuk/label': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/visually-hidden': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/input': workspace:^0.8.0 + '@not-govuk/label': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/visually-hidden': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -705,11 +705,11 @@ importers: components/file-upload: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/form-group': workspace:^0.7.2 - '@not-govuk/input': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/form-group': workspace:^0.8.0 + '@not-govuk/input': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -734,11 +734,11 @@ importers: components/footer: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/link': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/width-container': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/link': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/width-container': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -763,18 +763,18 @@ importers: components/form: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/button': workspace:^0.7.2 - '@not-govuk/checkboxes': workspace:^0.7.2 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/date-input': workspace:^0.7.2 - '@not-govuk/form-field': workspace:^0.7.2 - '@not-govuk/forms': workspace:^0.7.2 - '@not-govuk/radios': workspace:^0.7.2 - '@not-govuk/select': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 - '@not-govuk/text-input': workspace:^0.7.2 - '@not-govuk/textarea': workspace:^0.7.2 + '@not-govuk/button': workspace:^0.8.0 + '@not-govuk/checkboxes': workspace:^0.8.0 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/date-input': workspace:^0.8.0 + '@not-govuk/form-field': workspace:^0.8.0 + '@not-govuk/forms': workspace:^0.8.0 + '@not-govuk/radios': workspace:^0.8.0 + '@not-govuk/select': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 + '@not-govuk/text-input': workspace:^0.8.0 + '@not-govuk/textarea': workspace:^0.8.0 '@types/react': 16.14.38 jest: 29.5.0 jest-environment-jsdom: 29.5.0 @@ -804,14 +804,14 @@ importers: components/form-field: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/checkboxes': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/date-input': workspace:^0.7.2 - '@not-govuk/radios': workspace:^0.7.2 - '@not-govuk/select': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 - '@not-govuk/text-input': workspace:^0.7.2 - '@not-govuk/textarea': workspace:^0.7.2 + '@not-govuk/checkboxes': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/date-input': workspace:^0.8.0 + '@not-govuk/radios': workspace:^0.8.0 + '@not-govuk/select': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 + '@not-govuk/text-input': workspace:^0.8.0 + '@not-govuk/textarea': workspace:^0.8.0 '@types/react': 16.14.38 jest: 29.5.0 jest-environment-jsdom: 29.5.0 @@ -837,14 +837,14 @@ importers: components/form-group: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/error-message': workspace:^0.7.2 - '@not-govuk/fieldset': workspace:^0.7.2 - '@not-govuk/hint': workspace:^0.7.2 - '@not-govuk/label': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/error-message': workspace:^0.8.0 + '@not-govuk/fieldset': workspace:^0.8.0 + '@not-govuk/hint': workspace:^0.8.0 + '@not-govuk/label': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -872,11 +872,11 @@ importers: components/header: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/link': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/width-container': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/link': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/width-container': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -901,10 +901,10 @@ importers: components/hint: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -928,10 +928,10 @@ importers: components/input: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -955,9 +955,9 @@ importers: components/inset-text: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -980,10 +980,10 @@ importers: components/label: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1007,10 +1007,10 @@ importers: components/link: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/anchor': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/anchor': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1034,12 +1034,12 @@ importers: components/navigation-menu: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/anchor': workspace:^0.7.2 - '@not-govuk/anchor-list': workspace:^0.7.2 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/anchor': workspace:^0.8.0 + '@not-govuk/anchor-list': workspace:^0.8.0 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1065,10 +1065,10 @@ importers: components/notification-banner: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.32 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1092,19 +1092,19 @@ importers: components/page: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/aside': workspace:^0.7.2 - '@not-govuk/back-link': workspace:^0.7.2 - '@not-govuk/breadcrumbs': workspace:^0.7.2 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/footer': workspace:^0.7.2 - '@not-govuk/header': workspace:^0.7.2 - '@not-govuk/link': workspace:^0.7.2 - '@not-govuk/phase-banner': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/skip-link': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 - '@not-govuk/width-container': workspace:^0.7.2 + '@not-govuk/aside': workspace:^0.8.0 + '@not-govuk/back-link': workspace:^0.8.0 + '@not-govuk/breadcrumbs': workspace:^0.8.0 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/footer': workspace:^0.8.0 + '@not-govuk/header': workspace:^0.8.0 + '@not-govuk/link': workspace:^0.8.0 + '@not-govuk/phase-banner': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/skip-link': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 + '@not-govuk/width-container': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1137,12 +1137,12 @@ importers: components/pagination: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/link': workspace:^0.7.2 - '@not-govuk/route-utils': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/visually-hidden': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/link': workspace:^0.8.0 + '@not-govuk/route-utils': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/visually-hidden': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1168,9 +1168,9 @@ importers: components/panel: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1193,10 +1193,10 @@ importers: components/phase-banner: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1220,13 +1220,13 @@ importers: components/radios: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/form-group': workspace:^0.7.2 - '@not-govuk/hint': workspace:^0.7.2 - '@not-govuk/label': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/text-input': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/form-group': workspace:^0.8.0 + '@not-govuk/hint': workspace:^0.8.0 + '@not-govuk/label': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/text-input': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1253,10 +1253,10 @@ importers: components/select: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/form-group': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/form-group': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1280,9 +1280,9 @@ importers: components/skip-link: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1305,12 +1305,12 @@ importers: components/summary-card: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/anchor-list': workspace:^0.7.2 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 - '@not-govuk/visually-hidden': workspace:^0.7.2 + '@not-govuk/anchor-list': workspace:^0.8.0 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 + '@not-govuk/visually-hidden': workspace:^0.8.0 '@types/react': 16.14.32 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1336,13 +1336,13 @@ importers: components/summary-list: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/anchor-list': workspace:^0.7.2 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/link': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/summary-card': workspace:^0.7.2 - '@not-govuk/visually-hidden': workspace:^0.7.2 + '@not-govuk/anchor-list': workspace:^0.8.0 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/link': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/summary-card': workspace:^0.8.0 + '@not-govuk/visually-hidden': workspace:^0.8.0 '@types/react': 16.14.32 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1369,10 +1369,10 @@ importers: components/table: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/simple-table': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/simple-table': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1396,12 +1396,12 @@ importers: components/tabs: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/route-utils': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/table': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/route-utils': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/table': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1427,10 +1427,10 @@ importers: components/tag: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/table': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/table': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1454,9 +1454,9 @@ importers: components/text-input: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/form-group': workspace:^0.7.2 - '@not-govuk/input': workspace:^0.7.2 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/form-group': workspace:^0.8.0 + '@not-govuk/input': workspace:^0.8.0 '@types/react': 16.14.38 jest: 29.5.0 jest-environment-jsdom: 29.5.0 @@ -1477,10 +1477,10 @@ importers: components/textarea: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/form-group': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/form-group': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1504,10 +1504,10 @@ importers: components/visually-hidden: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1531,9 +1531,9 @@ importers: components/warning-text: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1556,11 +1556,11 @@ importers: components/width-container: specifiers: '@mdx-js/react': 1.6.22 - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/panel': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/panel': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 '@types/react': 16.14.38 govuk-frontend: 4.6.0 jest: 29.5.0 @@ -1584,9 +1584,9 @@ importers: lib-govuk/create: specifiers: - '@not-govuk/create-internal': workspace:^0.7.2 - '@not-govuk/plop-pack': workspace:^0.7.2 - '@not-govuk/plop-pack-internal': workspace:^0.7.2 + '@not-govuk/create-internal': workspace:^0.8.0 + '@not-govuk/plop-pack': workspace:^0.8.0 + '@not-govuk/plop-pack-internal': workspace:^0.8.0 plop: 3.1.2 dependencies: '@not-govuk/create-internal': link:../../lib/create @@ -1597,7 +1597,7 @@ importers: lib-govuk/plop-pack: specifiers: - '@not-govuk/plop-pack-internal': workspace:^0.7.2 + '@not-govuk/plop-pack-internal': workspace:^0.8.0 dependencies: '@not-govuk/plop-pack-internal': link:../../lib/plop-pack @@ -1609,7 +1609,7 @@ importers: lib/app-composer: specifiers: - '@not-govuk/route-utils': workspace:^0.7.2 + '@not-govuk/route-utils': workspace:^0.8.0 '@types/react': 16.14.38 '@types/react-router': 5.1.20 '@types/react-router-dom': 5.3.3 @@ -1626,7 +1626,7 @@ importers: lib/app-plop-pack: specifiers: - '@not-govuk/plop-pack-internal': workspace:^0.7.2 + '@not-govuk/plop-pack-internal': workspace:^0.8.0 plop: 3.1.2 dependencies: '@not-govuk/plop-pack-internal': link:../plop-pack @@ -1635,8 +1635,8 @@ importers: lib/asset-proxy: specifiers: - '@not-govuk/express-adapter': workspace:^0.7.2 - '@not-govuk/restify': workspace:^0.7.2 + '@not-govuk/express-adapter': workspace:^0.8.0 + '@not-govuk/restify': workspace:^0.8.0 '@types/webpack': 5.28.0 '@types/webpack-dev-middleware': 5.0.2 '@types/webpack-hot-middleware': 2.25.6 @@ -1654,7 +1654,7 @@ importers: lib/client-renderer: specifiers: - '@not-govuk/app-composer': workspace:^0.7.2 + '@not-govuk/app-composer': workspace:^0.8.0 '@types/react': 16.14.38 '@types/react-dom': 16.9.18 typescript: 4.9.5 @@ -1713,7 +1713,7 @@ importers: lib/create: specifiers: - '@not-govuk/plop-pack-internal': workspace:^0.7.2 + '@not-govuk/plop-pack-internal': workspace:^0.8.0 plop: 3.1.2 shelljs: ^0.8.5 dependencies: @@ -1724,10 +1724,10 @@ importers: lib/docs-components: specifiers: - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/memoize': workspace:^0.7.2 - '@not-govuk/simple-table': workspace:^0.7.2 - '@not-govuk/tabs-internal': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/memoize': workspace:^0.8.0 + '@not-govuk/simple-table': workspace:^0.8.0 + '@not-govuk/tabs-internal': workspace:^0.8.0 '@storybook/react': 6.5.16 '@types/react': 16.14.38 prettier: ^2.7.1 @@ -1749,11 +1749,11 @@ importers: lib/engine: specifiers: - '@not-govuk/app-composer': workspace:^0.7.2 - '@not-govuk/consent-cookies': workspace:^0.7.2 - '@not-govuk/express-adapter': workspace:^0.7.2 - '@not-govuk/restify': workspace:^0.7.2 - '@not-govuk/server-renderer': workspace:^0.7.2 + '@not-govuk/app-composer': workspace:^0.8.0 + '@not-govuk/consent-cookies': workspace:^0.8.0 + '@not-govuk/express-adapter': workspace:^0.8.0 + '@not-govuk/restify': workspace:^0.8.0 + '@not-govuk/server-renderer': workspace:^0.8.0 '@types/client-sessions': 0.8.3 '@types/node': 18.17.12 '@types/passport': 1.0.12 @@ -1788,7 +1788,7 @@ importers: lib/express-adapter: specifiers: - '@not-govuk/restify': workspace:^0.7.2 + '@not-govuk/restify': workspace:^0.8.0 '@types/express-serve-static-core': 4.17.35 etag: ^1.8.1 jest: 29.5.0 @@ -1807,8 +1807,8 @@ importers: lib/forms: specifiers: - '@not-govuk/component-helpers': workspace:^0.7.2 - '@not-govuk/route-utils': workspace:^0.7.2 + '@not-govuk/component-helpers': workspace:^0.8.0 + '@not-govuk/route-utils': workspace:^0.8.0 '@types/react': 16.14.38 '@types/react-dom': 16.9.18 '@types/react-router-dom': 5.3.3 @@ -1915,8 +1915,8 @@ importers: lib/server-renderer: specifiers: - '@not-govuk/app-composer': workspace:^0.7.2 - '@not-govuk/restify': workspace:^0.7.2 + '@not-govuk/app-composer': workspace:^0.8.0 + '@not-govuk/restify': workspace:^0.8.0 '@types/js-beautify': 1.14.0 '@types/node': 18.17.12 '@types/react': 16.14.38 @@ -1942,7 +1942,7 @@ importers: lib/storybook-preset: specifiers: - '@not-govuk/webpack-config': workspace:^0.7.2 + '@not-govuk/webpack-config': workspace:^0.8.0 '@storybook/node-logger': 6.5.16 dependencies: '@not-govuk/webpack-config': link:../webpack-config @@ -1950,7 +1950,7 @@ importers: lib/user-info: specifiers: - '@not-govuk/component-test-helpers': workspace:^0.7.2 + '@not-govuk/component-test-helpers': workspace:^0.8.0 '@types/react': 16.14.38 jest: 29.5.0 jest-environment-jsdom: 29.5.0 @@ -2022,49 +2022,49 @@ importers: packages/components: specifiers: - '@not-govuk/aside': workspace:^0.7.2 - '@not-govuk/back-link': workspace:^0.7.2 - '@not-govuk/breadcrumbs': workspace:^0.7.2 - '@not-govuk/button': workspace:^0.7.2 - '@not-govuk/checkboxes': workspace:^0.7.2 - '@not-govuk/component-test-helpers': workspace:^0.7.2 - '@not-govuk/cookie-banner': workspace:^0.7.2 - '@not-govuk/date-input': workspace:^0.7.2 - '@not-govuk/details': workspace:^0.7.2 - '@not-govuk/error-message': workspace:^0.7.2 - '@not-govuk/error-summary': workspace:^0.7.2 - '@not-govuk/fieldset': workspace:^0.7.2 - '@not-govuk/file-upload': workspace:^0.7.2 - '@not-govuk/footer': workspace:^0.7.2 - '@not-govuk/form': workspace:^0.7.2 - '@not-govuk/form-field': workspace:^0.7.2 - '@not-govuk/form-group': workspace:^0.7.2 - '@not-govuk/forms': workspace:^0.7.2 - '@not-govuk/header': workspace:^0.7.2 - '@not-govuk/hint': workspace:^0.7.2 - '@not-govuk/input': workspace:^0.7.2 - '@not-govuk/inset-text': workspace:^0.7.2 - '@not-govuk/label': workspace:^0.7.2 - '@not-govuk/link': workspace:^0.7.2 - '@not-govuk/navigation-menu': workspace:^0.7.2 - '@not-govuk/notification-banner': workspace:^0.7.2 - '@not-govuk/page': workspace:^0.7.2 - '@not-govuk/pagination': workspace:^0.7.2 - '@not-govuk/panel': workspace:^0.7.2 - '@not-govuk/phase-banner': workspace:^0.7.2 - '@not-govuk/radios': workspace:^0.7.2 - '@not-govuk/route-utils': workspace:^0.7.2 - '@not-govuk/sass-base': workspace:^0.7.2 - '@not-govuk/select': workspace:^0.7.2 - '@not-govuk/skip-link': workspace:^0.7.2 - '@not-govuk/summary-card': workspace:^0.7.2 - '@not-govuk/summary-list': workspace:^0.7.2 - '@not-govuk/table': workspace:^0.7.2 - '@not-govuk/tabs': workspace:^0.7.2 - '@not-govuk/tag': workspace:^0.7.2 - '@not-govuk/text-input': workspace:^0.7.2 - '@not-govuk/textarea': workspace:^0.7.2 - '@not-govuk/warning-text': workspace:^0.7.2 + '@not-govuk/aside': workspace:^0.8.0 + '@not-govuk/back-link': workspace:^0.8.0 + '@not-govuk/breadcrumbs': workspace:^0.8.0 + '@not-govuk/button': workspace:^0.8.0 + '@not-govuk/checkboxes': workspace:^0.8.0 + '@not-govuk/component-test-helpers': workspace:^0.8.0 + '@not-govuk/cookie-banner': workspace:^0.8.0 + '@not-govuk/date-input': workspace:^0.8.0 + '@not-govuk/details': workspace:^0.8.0 + '@not-govuk/error-message': workspace:^0.8.0 + '@not-govuk/error-summary': workspace:^0.8.0 + '@not-govuk/fieldset': workspace:^0.8.0 + '@not-govuk/file-upload': workspace:^0.8.0 + '@not-govuk/footer': workspace:^0.8.0 + '@not-govuk/form': workspace:^0.8.0 + '@not-govuk/form-field': workspace:^0.8.0 + '@not-govuk/form-group': workspace:^0.8.0 + '@not-govuk/forms': workspace:^0.8.0 + '@not-govuk/header': workspace:^0.8.0 + '@not-govuk/hint': workspace:^0.8.0 + '@not-govuk/input': workspace:^0.8.0 + '@not-govuk/inset-text': workspace:^0.8.0 + '@not-govuk/label': workspace:^0.8.0 + '@not-govuk/link': workspace:^0.8.0 + '@not-govuk/navigation-menu': workspace:^0.8.0 + '@not-govuk/notification-banner': workspace:^0.8.0 + '@not-govuk/page': workspace:^0.8.0 + '@not-govuk/pagination': workspace:^0.8.0 + '@not-govuk/panel': workspace:^0.8.0 + '@not-govuk/phase-banner': workspace:^0.8.0 + '@not-govuk/radios': workspace:^0.8.0 + '@not-govuk/route-utils': workspace:^0.8.0 + '@not-govuk/sass-base': workspace:^0.8.0 + '@not-govuk/select': workspace:^0.8.0 + '@not-govuk/skip-link': workspace:^0.8.0 + '@not-govuk/summary-card': workspace:^0.8.0 + '@not-govuk/summary-list': workspace:^0.8.0 + '@not-govuk/table': workspace:^0.8.0 + '@not-govuk/tabs': workspace:^0.8.0 + '@not-govuk/tag': workspace:^0.8.0 + '@not-govuk/text-input': workspace:^0.8.0 + '@not-govuk/textarea': workspace:^0.8.0 + '@not-govuk/warning-text': workspace:^0.8.0 '@types/node': 18.17.12 '@types/react': 16.14.38 '@types/react-dom': 16.9.18 @@ -8788,7 +8788,7 @@ packages: react-docgen-typescript: 2.2.2_typescript@4.9.5 tslib: 2.5.0 typescript: 4.9.5 - webpack: 5.75.0 + webpack: 5.75.0_webpack-cli@5.0.2 transitivePeerDependencies: - supports-color @@ -11674,7 +11674,7 @@ packages: chownr: 1.1.4 figgy-pudding: 3.5.2 glob: 7.2.3 - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 infer-owner: 1.0.4 lru-cache: 5.1.1 mississippi: 3.0.0 @@ -11942,7 +11942,7 @@ packages: normalize-path: 3.0.0 readdirp: 3.6.0 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 /chownr/1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} @@ -12393,7 +12393,7 @@ packages: resolution: {integrity: sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw==} engines: {node: '>=8'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 make-dir: 3.1.0 nested-error-stacks: 2.1.1 p-event: 4.2.0 @@ -12510,7 +12510,7 @@ packages: postcss-value-parser: 4.2.0 schema-utils: 2.7.1 semver: 6.3.1 - webpack: 4.46.0 + webpack: 4.46.0_webpack-cli@5.0.2 /css-loader/5.2.7_webpack@5.80.0: resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} @@ -13211,7 +13211,7 @@ packages: resolution: {integrity: sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==} engines: {node: '>=6.9.0'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 memory-fs: 0.5.0 tapable: 1.1.3 @@ -13896,7 +13896,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.1 - webpack: 4.46.0 + webpack: 4.46.0_webpack-cli@5.0.2 /file-system-cache/1.1.0: resolution: {integrity: sha512-IzF5MBq+5CR0jXx5RxPe4BICl/oEhBSXKaL9fLhAXrIfIUS77Hr4vzrYyqYMHN6uTt+BOqi3fDCTjjEBCjERKw==} @@ -14159,7 +14159,7 @@ packages: semver: 5.7.1 tapable: 1.1.3 typescript: 4.9.5 - webpack: 4.46.0 + webpack: 4.46.0_webpack-cli@5.0.2 worker-rpc: 0.1.1 transitivePeerDependencies: - supports-color @@ -14371,7 +14371,7 @@ packages: /fs-write-stream-atomic/1.0.10: resolution: {integrity: sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 iferr: 0.1.5 imurmurhash: 0.1.4 readable-stream: 2.3.8 @@ -14403,8 +14403,8 @@ packages: nan: 2.17.0 optional: true - /fsevents/2.3.2: - resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + /fsevents/2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true @@ -15062,7 +15062,7 @@ packages: pretty-error: 2.1.2 tapable: 1.1.3 util.promisify: 1.0.0 - webpack: 4.46.0 + webpack: 4.46.0_webpack-cli@5.0.2 /html-webpack-plugin/5.5.0_webpack@5.80.0: resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} @@ -16122,7 +16122,7 @@ packages: sane: 4.1.0 walker: 1.0.8 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 transitivePeerDependencies: - supports-color dev: true @@ -16143,7 +16143,7 @@ packages: micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 dev: true /jest-leak-detector/29.5.0: @@ -16182,7 +16182,7 @@ packages: '@jest/types': 29.5.0 '@types/stack-utils': 2.0.1 chalk: 4.1.2 - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 micromatch: 4.0.5 pretty-format: 29.4.3 slash: 3.0.0 @@ -16378,7 +16378,7 @@ packages: '@types/node': 18.17.12 chalk: 4.1.2 ci-info: 3.8.0 - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 picomatch: 2.3.1 dev: false @@ -16643,7 +16643,7 @@ packages: dependencies: universalify: 2.0.0 optionalDependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.10 /jsprim/2.0.2: resolution: {integrity: sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==} @@ -16789,7 +16789,7 @@ packages: resolution: {integrity: sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==} engines: {node: '>=0.10.0'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 parse-json: 2.2.0 pify: 2.3.0 pinkie-promise: 2.0.1 @@ -18221,7 +18221,7 @@ packages: resolution: {integrity: sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==} engines: {node: '>=0.10.0'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 pify: 2.3.0 pinkie-promise: 2.0.1 optional: true @@ -18413,7 +18413,7 @@ packages: postcss: 7.0.39 schema-utils: 3.1.1 semver: 7.5.4 - webpack: 4.46.0 + webpack: 4.46.0_webpack-cli@5.0.2 /postcss-modules-extract-imports/2.0.0: resolution: {integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==} @@ -18819,7 +18819,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.1 - webpack: 4.46.0 + webpack: 4.46.0_webpack-cli@5.0.2 /react-docgen-typescript/2.2.2: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} @@ -19100,7 +19100,7 @@ packages: resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} engines: {node: '>=0.10'} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 micromatch: 3.1.10 readable-stream: 2.3.8 transitivePeerDependencies: @@ -20478,7 +20478,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 2.7.1 - webpack: 4.46.0 + webpack: 4.46.0_webpack-cli@5.0.2 /style-loader/2.0.0_webpack@5.80.0: resolution: {integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==} @@ -20669,7 +20669,7 @@ packages: serialize-javascript: 5.0.1 source-map: 0.6.1 terser: 5.16.5 - webpack: 4.46.0 + webpack: 4.46.0_webpack-cli@5.0.2 webpack-sources: 1.4.3 transitivePeerDependencies: - bluebird @@ -20695,7 +20695,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.1 terser: 5.16.5 - webpack: 5.75.0 + webpack: 5.75.0_webpack-cli@5.0.2 /terser-webpack-plugin/5.3.6_webpack@5.80.0: resolution: {integrity: sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==} @@ -21351,7 +21351,7 @@ packages: loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.1.1 - webpack: 4.46.0 + webpack: 4.46.0_webpack-cli@5.0.2 /url-parse/1.5.10: resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} @@ -21550,7 +21550,7 @@ packages: /watchpack/1.7.5: resolution: {integrity: sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 neo-async: 2.6.2 optionalDependencies: chokidar: 3.5.3 @@ -21649,7 +21649,7 @@ packages: mime: 2.6.0 mkdirp: 0.5.6 range-parser: 1.2.1 - webpack: 4.46.0 + webpack: 4.46.0_webpack-cli@5.0.2 webpack-log: 2.0.0 /webpack-dev-middleware/4.3.0_webpack@5.80.0: @@ -21690,7 +21690,7 @@ packages: peerDependencies: webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 dependencies: - webpack: 4.46.0 + webpack: 4.46.0_webpack-cli@5.0.2 /webpack-hot-middleware/2.25.3: resolution: {integrity: sha512-IK/0WAHs7MTu1tzLTjio73LjS3Ov+VvBKQmE8WPlJutgG5zT6Urgq/BbAdRrHTRpyzK0dvAvFh1Qg98akxgZpA==} @@ -21795,6 +21795,7 @@ packages: webpack-sources: 1.4.3 transitivePeerDependencies: - supports-color + dev: false /webpack/4.46.0_webpack-cli@5.0.2: resolution: {integrity: sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==} @@ -21860,7 +21861,7 @@ packages: eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 json-parse-even-better-errors: 2.3.1 loader-runner: 4.3.0 mime-types: 2.1.35 @@ -21899,7 +21900,7 @@ packages: eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 json-parse-even-better-errors: 2.3.1 loader-runner: 4.3.0 mime-types: 2.1.35 @@ -21914,7 +21915,6 @@ packages: - '@swc/core' - esbuild - uglify-js - dev: true /webpack/5.80.0_webpack-cli@5.0.2: resolution: {integrity: sha512-OIMiq37XK1rWO8mH9ssfFKZsXg4n6klTEDL7S8/HqbAOBBaiy8ABvXvz0dDCXeEF9gqwxSvVk611zFPjS8hJxA==}