mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore: update npm packages.. part2
This commit is contained in:
parent
f163350057
commit
35e4c94e56
2 changed files with 745 additions and 628 deletions
50
package.json
50
package.json
|
@ -28,62 +28,62 @@
|
|||
"chroma-js": "^2.1.0",
|
||||
"google-protobuf": "^3.13.0",
|
||||
"next": "^9.5.5",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-icons": "^3.11.0",
|
||||
"react-tooltip": "^4.2.10",
|
||||
"styled-components": "^5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.1",
|
||||
"@babel/core": "^7.12.3",
|
||||
"@bazel/typescript": "^2.2.2",
|
||||
"@storybook/addon-actions": "^6.0.26",
|
||||
"@storybook/addon-essentials": "^6.0.26",
|
||||
"@storybook/addon-links": "^6.0.26",
|
||||
"@storybook/addons": "^6.0.26",
|
||||
"@storybook/react": "^6.0.26",
|
||||
"@storybook/theming": "^6.0.26",
|
||||
"@storybook/addon-actions": "^6.0.27",
|
||||
"@storybook/addon-essentials": "^6.0.27",
|
||||
"@storybook/addon-links": "^6.0.27",
|
||||
"@storybook/addons": "^6.0.27",
|
||||
"@storybook/react": "^6.0.27",
|
||||
"@storybook/theming": "^6.0.27",
|
||||
"@types/chroma-js": "^2.1.0",
|
||||
"@types/enzyme": "^3.10.7",
|
||||
"@types/enzyme-adapter-react-16": "^1.0.6",
|
||||
"@types/google-protobuf": "^3.7.3",
|
||||
"@types/jest": "^26.0.14",
|
||||
"@types/jest": "^26.0.15",
|
||||
"@types/minimist": "^1.2.0",
|
||||
"@types/node": "^14.11.8",
|
||||
"@types/react": "^16.9.52",
|
||||
"@types/node": "^14.14.2",
|
||||
"@types/react": "^16.9.53",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"@types/styled-components": "^5.1.4",
|
||||
"@typescript-eslint/eslint-plugin": "^4.4.1",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^4.4.1",
|
||||
"@typescript-eslint/parser": "^4.4.1",
|
||||
"babel-jest": "^26.5.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^4.5.0",
|
||||
"@typescript-eslint/parser": "^4.5.0",
|
||||
"babel-jest": "^26.6.1",
|
||||
"babel-loader": "^8.1.0",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.5",
|
||||
"enzyme-to-json": "^3.6.1",
|
||||
"eslint": "^7.11.0",
|
||||
"eslint-config-prettier": "^6.12.0",
|
||||
"eslint": "^7.12.0",
|
||||
"eslint-config-prettier": "^6.14.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jsdoc": "^30.6.5",
|
||||
"eslint-plugin-react": "^7.21.4",
|
||||
"jest": "^26.5.3",
|
||||
"jest-cli": "^26.5.3",
|
||||
"eslint-plugin-jsdoc": "^30.7.3",
|
||||
"eslint-plugin-react": "^7.21.5",
|
||||
"jest": "^26.6.1",
|
||||
"jest-cli": "^26.6.1",
|
||||
"jest-environment-enzyme": "^7.1.2",
|
||||
"jest-enzyme": "^7.1.2",
|
||||
"jest-styled-components": "^7.0.3",
|
||||
"minimist": "^1.2.5",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.1.2",
|
||||
"prettier-plugin-packagejson": "^2.2.6",
|
||||
"prettier-plugin-packagejson": "^2.2.7",
|
||||
"prettier-plugin-sh": "^0.6.0",
|
||||
"react-is": "^16.13.1",
|
||||
"react-is": "^17.0.1",
|
||||
"stylelint": "^13.7.2",
|
||||
"stylelint-config-prettier": "^8.0.2",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"stylelint-config-styled-components": "^0.1.1",
|
||||
"stylelint-prettier": "^1.1.2",
|
||||
"stylelint-processor-styled-components": "^1.10.0",
|
||||
"ts-jest": "^26.4.1",
|
||||
"ts-jest": "^26.4.2",
|
||||
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
||||
"typescript": "^4.0.3"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue