Skip to content

Commit

Permalink
pin valid version of dom types
Browse files Browse the repository at this point in the history
  • Loading branch information
thafryer committed Feb 1, 2024
1 parent 676e27a commit 6590d7e
Show file tree
Hide file tree
Showing 2 changed files with 1,720 additions and 1,715 deletions.
20 changes: 16 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@chromaui/addon-visual-tests",
"version": "0.0.128",
"version": "1.0.0",
"description": "Visual Testing addon with Chromatic",
"engines": {
"node": ">=16.0.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"jsonfile": "^6.1.0",
"pluralize": "^8.0.0",
"react-confetti": "^6.1.0",
"react-joyride": "^2.6.2",
"react-joyride": "^2.7.2",
"ts-dedent": "^2.2.0",
"urql": "^4.0.3",
"uuid": "^9.0.0",
Expand All @@ -87,15 +87,15 @@
"@storybook/preview": "7.6.4",
"@storybook/react": "7.6.4",
"@storybook/react-vite": "7.6.4",
"@storybook/theming": "7.6.4",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "7.6.4",
"@storybook/types": "7.6.4",
"@types/jest": "^29.5.3",
"@types/jsonfile": "^6.1.1",
"@types/node": "^18.15.0",
"@types/pluralize": "^0.0.29",
"@types/react": "^16.14.0",
"@types/react-dom": "^16.14.0",
"@types/react-dom": "^16.9.24",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitejs/plugin-react": "^3.1.0",
Expand Down Expand Up @@ -127,6 +127,18 @@
"vite-plugin-turbosnap": "^1.0.3",
"zx": "^1.14.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 6590d7e

Please sign in to comment.