chore: bump packages

This commit is contained in:
41666 2020-12-29 00:29:58 -05:00
parent 888988fce2
commit 334462680e
2 changed files with 220 additions and 167 deletions

View file

@ -35,7 +35,7 @@
"isomorphic-unfetch": "^3.1.0",
"ksuid": "^2.0.0",
"lodash": "^4.17.20",
"next": "^10.0.4",
"next": "^10.0.5",
"nookies": "^2.5.0",
"react": "^17.0.1",
"react-custom-scrollbars": "^4.2.1",
@ -45,7 +45,7 @@
"react-tooltip": "^4.2.11",
"styled-components": "^5.2.1",
"styled-normalize": "^8.0.7",
"swr": "^0.3.11"
"swr": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
@ -58,35 +58,35 @@
"@storybook/addons": "^6.1.11",
"@storybook/react": "^6.1.11",
"@storybook/theming": "^6.1.11",
"@types/chroma-js": "^2.1.2",
"@types/chroma-js": "^2.1.3",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/express": "^4.17.9",
"@types/jest": "^26.0.19",
"@types/lodash": "^4.14.165",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.167",
"@types/minimist": "^1.2.1",
"@types/node": "^14.14.14",
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"@types/react-custom-scrollbars": "^4.0.7",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.7",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"chokidar": "^3.4.3",
"chokidar": "^3.5.0",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.1",
"eslint": "^7.16.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.9",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-jsdoc": "^30.7.13",
"eslint-plugin-react": "^7.22.0",
"husky": "^5.0.6",
"is-ci": "^2.0.0",
"jest": "^26.6.3",
@ -110,11 +110,11 @@
"stylelint-config-styled-components": "^0.1.1",
"stylelint-prettier": "^1.1.2",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.12",
"ts-loader": "^8.0.14",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tslint": "^6.1.3",
"typescript": "^4.1.3",
"webpack": "^4.44.2"
"webpack": "^4.45.0"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [