update deps
This commit is contained in:
Generated
+482
-401
File diff suppressed because it is too large
Load Diff
+20
-22
@@ -28,21 +28,22 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.6.2",
|
||||
"@babel/core": "^7.6.4",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/plugin-transform-react-jsx": "^7.3.0",
|
||||
"@babel/preset-env": "^7.6.2",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@babel/preset-env": "^7.6.3",
|
||||
"@babel/preset-react": "^7.6.3",
|
||||
"@types/cheerio": "^0.22.13",
|
||||
"@types/core-js": "^2.5.2",
|
||||
"@types/fetch-mock": "^7.3.1",
|
||||
"@types/jest": "^24.0.18",
|
||||
"@types/lodash": "^4.14.141",
|
||||
"@types/node": "^12.7.11",
|
||||
"@types/jest": "^24.0.20",
|
||||
"@types/lodash": "^4.14.144",
|
||||
"@types/node": "^12.11.7",
|
||||
"@types/react-redux": "^7.1.5",
|
||||
"@types/redux-mock-store": "^1.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^2.3.2",
|
||||
"@typescript-eslint/parser": "^2.3.2",
|
||||
"autoprefixer": "^9.6.4",
|
||||
"@typescript-eslint/eslint-plugin": "^2.5.0",
|
||||
"@typescript-eslint/parser": "^2.5.0",
|
||||
"autoprefixer": "^9.7.0",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-jest": "^24.9.0",
|
||||
"babel-loader": "^8.0.6",
|
||||
@@ -53,20 +54,20 @@
|
||||
"enzyme": "^3.10.0",
|
||||
"enzyme-adapter-preact-pure": "^2.1.0",
|
||||
"es-check": "^5.0.0",
|
||||
"eslint": "^6.5.1",
|
||||
"eslint-config-prettier": "^6.4.0",
|
||||
"eslint": "^6.6.0",
|
||||
"eslint-config-prettier": "^6.5.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-prettier": "^3.1.1",
|
||||
"eslint-plugin-react": "^7.16.0",
|
||||
"fetch-mock": "^7.5.1",
|
||||
"fetch-mock": "^7.7.0",
|
||||
"file-loader": "^4.2.0",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"husky": "^3.0.8",
|
||||
"husky": "^3.0.9",
|
||||
"jest": "^24.9.0",
|
||||
"jest-enzyme": "^7.1.1",
|
||||
"jest-extended": "^0.11.2",
|
||||
"jest-localstorage-mock": "^2.4.0",
|
||||
"lint-staged": "^9.4.1",
|
||||
"lint-staged": "^9.4.2",
|
||||
"lodash": "^4.17.15",
|
||||
"mini-css-extract-plugin": "^0.8.0",
|
||||
"node-fetch": "^2.6.0",
|
||||
@@ -79,29 +80,26 @@
|
||||
"postcss-simple-vars": "^5.0.2",
|
||||
"postcss-url": "^8.0.0",
|
||||
"postcss-wrap": "0.0.4",
|
||||
"preact-context": "^1.1.4",
|
||||
"prettier": "^1.18.2",
|
||||
"redux-mock-store": "^1.5.3",
|
||||
"style-loader": "^1.0.0",
|
||||
"ts-jest": "^24.1.0",
|
||||
"ts-loader": "^6.2.0",
|
||||
"typescript": "^3.6.3",
|
||||
"webpack": "^4.41.0",
|
||||
"webpack-bundle-analyzer": "^3.5.2",
|
||||
"ts-loader": "^6.2.1",
|
||||
"typescript": "^3.6.4",
|
||||
"webpack": "^4.41.2",
|
||||
"webpack-bundle-analyzer": "^3.6.0",
|
||||
"webpack-cli": "^3.3.9",
|
||||
"webpack-dev-server": "^3.8.2",
|
||||
"webpack-dev-server": "^3.9.0",
|
||||
"whatwg-fetch": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@github/markdown-toolbar-element": "^1.1.0",
|
||||
"@types/react-redux": "^7.1.4",
|
||||
"@webcomponents/custom-elements": "^1.3.0",
|
||||
"bem-react-helper": "^1.1.2",
|
||||
"core-js": "^3.2.1",
|
||||
"focus-visible": "^5.0.2",
|
||||
"intersection-observer": "^0.7.0",
|
||||
"preact": "^10.0.1",
|
||||
"preact-redux": "^2.1.0",
|
||||
"react-redux": "^7.1.1",
|
||||
"redux": "^4.0.4",
|
||||
"redux-thunk": "^2.3.0"
|
||||
|
||||
Reference in New Issue
Block a user