Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 45 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,63 +76,63 @@
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "7.16.8",
"@babel/core": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-logical-assignment-operators": "7.16.7",
"@babel/plugin-proposal-private-methods": "7.16.7",
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
"@babel/preset-env": "7.16.8",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@commitlint/cli": "16.0.2",
"@commitlint/config-conventional": "16.0.0",
"@release-it/conventional-changelog": "4.1.0",
"@storybook/addon-actions": "6.4.12",
"@storybook/addon-essentials": "6.4.12",
"@storybook/addon-links": "6.4.12",
"@storybook/builder-webpack5": "6.4.12",
"@storybook/manager-webpack5": "6.4.12",
"@storybook/react": "6.4.12",
"@testing-library/dom": "8.11.1",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
"@babel/cli": "7.22.9",
"@babel/core": "7.22.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@commitlint/cli": "16.3.0",
"@commitlint/config-conventional": "16.2.4",
"@release-it/conventional-changelog": "4.3.0",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/react": "6.5.16",
"@testing-library/dom": "8.20.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.0",
"@types/jest-axe": "3.5.3",
"@types/node": "16.11.19",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/testing-library__jest-dom": "5.14.2",
"all-contributors-cli": "6.20.0",
"axe-core": "4.3.5",
"babel-jest": "27.4.6",
"babel-loader": "8.2.3",
"@types/jest": "27.5.2",
"@types/jest-axe": "3.5.5",
"@types/node": "16.18.39",
"@types/react": "17.0.62",
"@types/react-dom": "17.0.20",
"@types/testing-library__jest-dom": "5.14.9",
"all-contributors-cli": "6.26.1",
"axe-core": "4.7.2",
"babel-jest": "27.5.1",
"babel-loader": "8.3.0",
"babel-plugin-jsx-remove-data-test-id": "3.0.0",
"concurrently": "7.0.0",
"concurrently": "7.6.0",
"cross-env": "7.0.3",
"eslint": "8.6.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-react-app": "7.0.0",
"eslint-plugin-prettier": "4.0.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-storybook": "0.5.5",
"eslint-plugin-storybook": "0.6.13",
"gacp": "2.10.2",
"husky": "7.0.4",
"jest": "27.4.7",
"jest": "27.5.1",
"jest-axe": "5.0.1",
"lint-staged": "12.1.7",
"lint-staged": "12.5.0",
"pinst": "2.1.6",
"prettier": "2.5.1",
"prettier": "2.8.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"release-it": "14.12.1",
"release-it": "14.14.3",
"rimraf": "3.0.2",
"sort-package-json": "1.53.1",
"ts-node": "10.4.0",
"typescript": "4.5.4",
"webpack": "5.66.0"
"sort-package-json": "1.57.0",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"webpack": "5.88.2"
},
"publishConfig": {
"access": "public",
Expand Down
Loading