diff --git a/package-lock.json b/package-lock.json index afe9c286..3c9cf272 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19541,9 +19541,9 @@ "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" }, "ods-storybook-theme": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/ods-storybook-theme/-/ods-storybook-theme-0.1.0.tgz", - "integrity": "sha512-b8eaCq0gXIuPGkntsKTJfxUImlZM4+t6/kQAZjOP8uxsa8zJIvvGSQGMUWsvOL5g4ImEbsHaUvPbYGtkPNTj1Q==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/ods-storybook-theme/-/ods-storybook-theme-1.0.0.tgz", + "integrity": "sha512-OZ2raix20UpDJQDPwkEiO0wdCkQajnBzsz1qVnc7YsjR4+dAYF+LYhGMQnbdlX0mwTH67nrIAQPhqTLi7M1EGQ==", "dev": true }, "on-finished": { diff --git a/package.json b/package.json index 519eaf82..1e3a6e1c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-storybook": "^0.5.6", "eslint-plugin-tsdoc": "^0.2.11", "eslint-plugin-vue": "^7.5.0", - "ods-storybook-theme": "^0.1.0", + "ods-storybook-theme": "^1.0.0", "tsconfig-paths-webpack-plugin": "^3.3.0", "typedoc": "^0.20.28" },