bump packages

This commit is contained in:
41666 2021-07-08 08:24:37 -05:00
parent c346eaf73b
commit 38e2aa1c50
4 changed files with 328 additions and 328 deletions

View file

@ -25,24 +25,24 @@
},
"devDependencies": {
"@icons/material": "^0.4.1",
"@storybook/addon-actions": "^6.3.2",
"@storybook/addon-essentials": "^6.3.2",
"@storybook/addon-links": "^6.3.2",
"@storybook/addons": "^6.3.2",
"@storybook/react": "^6.3.2",
"@storybook/theming": "^6.3.2",
"@storybook/addon-actions": "^6.3.3",
"@storybook/addon-essentials": "^6.3.3",
"@storybook/addon-links": "^6.3.3",
"@storybook/addons": "^6.3.3",
"@storybook/react": "^6.3.3",
"@storybook/theming": "^6.3.3",
"@types/chroma-js": "^2.1.3",
"@types/deep-equal": "^1.0.1",
"@types/node": "^15.12.5",
"@types/react": "^17.0.11",
"@types/react-beautiful-dnd": "^13.1.0",
"@types/react-custom-scrollbars": "^4.0.7",
"@types/react-dom": "^17.0.8",
"@types/react-helmet": "^6.1.1",
"@types/styled-components": "^5.1.10",
"@types/node": "^16.0.1",
"@types/react": "^17.0.14",
"@types/react-beautiful-dnd": "^13.1.1",
"@types/react-custom-scrollbars": "^4.0.8",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
"@types/styled-components": "^5.1.11",
"babel-loader": "8.1.0",
"babel-plugin-styled-components": "^1.13.1",
"tslint": "^6.1.3",
"typescript": "^4.3.4"
"typescript": "^4.3.5"
}
}

View file

@ -16,20 +16,20 @@
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-scripts": "4.0.3",
"typescript": "^4.3.4",
"web-vitals": "^2.0.1"
"typescript": "^4.3.5",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@craco/craco": "^6.1.2",
"@craco/craco": "^6.2.0",
"@roleypoly/types": "*",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-helmet": "^6.1.1",
"@types/jest": "^26.0.24",
"@types/node": "^16.0.1",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
"babel-loader": "8.1.0",
"cross-env": "7.0.3",
"ts-loader": "^8.3.0",