diff --git a/package.json b/package.json index d47da3ffc..cc77c21a0 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "@rollup/plugin-node-resolve": "15.0.1", "@rollup/plugin-replace": "5.0.2", "@rollup/plugin-strip": "3.0.2", - "@rollup/plugin-terser": "^0.4.0", + "@rollup/plugin-terser": "0.4.0", "@storybook/addon-docs": "6.5.10", "@storybook/addon-essentials": "6.5.10", "@storybook/addon-storysource": "6.5.10", @@ -122,7 +122,7 @@ "@testing-library/dom": "8.17.1", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.3.0", - "@testing-library/react-16-17": "npm:@testing-library/react@^12.1.5", + "@testing-library/react-16-17": "npm:@testing-library/react@12.1.5", "@types/express": "4.17.13", "@types/fs-extra": "9.0.13", "@types/jest-axe": "3.5.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ecf342e42..389fc41ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,7 +30,7 @@ specifiers: '@rollup/plugin-node-resolve': 15.0.1 '@rollup/plugin-replace': 5.0.2 '@rollup/plugin-strip': 3.0.2 - '@rollup/plugin-terser': ^0.4.0 + '@rollup/plugin-terser': 0.4.0 '@storybook/addon-docs': 6.5.10 '@storybook/addon-essentials': 6.5.10 '@storybook/addon-storysource': 6.5.10 @@ -41,7 +41,7 @@ specifiers: '@testing-library/dom': 8.17.1 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.3.0 - '@testing-library/react-16-17': npm:@testing-library/react@^12.1.5 + '@testing-library/react-16-17': npm:@testing-library/react@12.1.5 '@types/express': 4.17.13 '@types/fs-extra': 9.0.13 '@types/jest-axe': 3.5.5 @@ -6685,7 +6685,7 @@ packages: mississippi: 3.0.0 mkdirp: 0.5.6 move-concurrently: 1.0.1 - promise-inflight: 1.0.1_bluebird@3.7.2 + promise-inflight: 1.0.1 rimraf: 2.7.1 ssri: 6.0.2 unique-filename: 1.1.1 @@ -14300,17 +14300,6 @@ packages: optional: true dev: true - /promise-inflight/1.0.1_bluebird@3.7.2: - resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} - peerDependencies: - bluebird: '*' - peerDependenciesMeta: - bluebird: - optional: true - dependencies: - bluebird: 3.7.2 - dev: true - /promise.allsettled/1.0.5: resolution: {integrity: sha512-tVDqeZPoBC0SlzJHzWGZ2NKAguVq2oiYj7gbggbiTvH2itHohijTp7njOUA0aQ/nl+0lr/r6egmhoYu63UZ/pQ==} engines: {node: '>= 0.4'}