diff --git a/package-lock.json b/package-lock.json index 8493376..80447fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@storybook/angular": "^7.0.0-beta.55", "@storybook/jest": "^0.0.11-next.0", "@storybook/manager-api": "^7.0.0-beta.55", - "@storybook/testing-library": "^0.0.14-next.1", + "@storybook/testing-library": "^0.1.0", "@storybook/theming": "^7.0.0-beta.55", "@types/jasmine": "~4.3.0", "@types/tinycolor2": "^1.4.3", @@ -7675,13 +7675,13 @@ } }, "node_modules/@storybook/testing-library": { - "version": "0.0.14-next.1", - "resolved": "https://registry.npmjs.org/@storybook/testing-library/-/testing-library-0.0.14-next.1.tgz", - "integrity": "sha512-1CAl40IKIhcPaCC4pYCG0b9IiYNymktfV/jTrX7ctquRY3akaN7f4A1SippVHosksft0M+rQTFE0ccfWW581fw==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@storybook/testing-library/-/testing-library-0.1.0.tgz", + "integrity": "sha512-g947f4LJZw3IluBhysMKLJXByAFiSxnGuooENqU+ZPt/GTrz1I9GDBlhmoTJahuFkVbwHvziAl/8riY2Re921g==", "dev": true, "dependencies": { - "@storybook/client-logger": "next", - "@storybook/instrumenter": "next", + "@storybook/client-logger": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0", + "@storybook/instrumenter": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0", "@testing-library/dom": "^8.3.0", "@testing-library/user-event": "^13.2.1", "ts-dedent": "^2.2.0" @@ -29604,13 +29604,13 @@ } }, "@storybook/testing-library": { - "version": "0.0.14-next.1", - "resolved": "https://registry.npmjs.org/@storybook/testing-library/-/testing-library-0.0.14-next.1.tgz", - "integrity": "sha512-1CAl40IKIhcPaCC4pYCG0b9IiYNymktfV/jTrX7ctquRY3akaN7f4A1SippVHosksft0M+rQTFE0ccfWW581fw==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@storybook/testing-library/-/testing-library-0.1.0.tgz", + "integrity": "sha512-g947f4LJZw3IluBhysMKLJXByAFiSxnGuooENqU+ZPt/GTrz1I9GDBlhmoTJahuFkVbwHvziAl/8riY2Re921g==", "dev": true, "requires": { - "@storybook/client-logger": "next", - "@storybook/instrumenter": "next", + "@storybook/client-logger": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0", + "@storybook/instrumenter": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0", "@testing-library/dom": "^8.3.0", "@testing-library/user-event": "^13.2.1", "ts-dedent": "^2.2.0" diff --git a/package.json b/package.json index 28be8de..b919ef3 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@storybook/angular": "^7.0.0-beta.55", "@storybook/jest": "^0.0.11-next.0", "@storybook/manager-api": "^7.0.0-beta.55", - "@storybook/testing-library": "^0.0.14-next.1", + "@storybook/testing-library": "^0.1.0", "@storybook/theming": "^7.0.0-beta.55", "@types/jasmine": "~4.3.0", "@types/tinycolor2": "^1.4.3",