⬆️ upgrade yarn.lock
parent
988656089e
commit
95b94118b3
|
@ -16,10 +16,43 @@
|
|||
"not ie < 11"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.9.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
|
||||
"@babel/preset-env": "^7.9.5",
|
||||
"@babel/preset-react": "^7.9.4",
|
||||
"@babel/preset-typescript": "^7.9.0",
|
||||
"@types/cheerio": "^0.22.18",
|
||||
"@types/js-yaml": "^3.12.2",
|
||||
"@types/react": "^16.9.11",
|
||||
"@types/react-color": "^3.0.1",
|
||||
"@types/react-dom": "^16.9.3",
|
||||
"@types/react-helmet": "^5.0.13",
|
||||
"@types/react-redux": "^7.1.5",
|
||||
"@types/react-router": "^5.1.2",
|
||||
"@types/recharts": "^1.8.9",
|
||||
"@types/styled-components": "^5.1.0",
|
||||
"@types/webpack": "^4.41.10",
|
||||
"@typescript-eslint/eslint-plugin": "^2.31.0",
|
||||
"@typescript-eslint/parser": "^2.31.0",
|
||||
"autoprefixer": "^9.7.6",
|
||||
"babel-plugin-styled-components": "^1.10.7",
|
||||
"copy-webpack-plugin": "^4.5.2",
|
||||
"enzyme-adapter-react-16": "^1.1.1",
|
||||
"eslint-plugin-react": "^7.12.4",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"i18next-parser": "^1.0.6",
|
||||
"intl-locales-supported": "^1.0.0",
|
||||
"mock-local-storage": "^1.0.5",
|
||||
"monaco-editor-webpack-plugin": "^1.9.0",
|
||||
"serve": "^11.1.0",
|
||||
"terser-webpack-plugin": "^3.0.2",
|
||||
"typescript": "^3.9.2",
|
||||
"webpack": "^4.42.0",
|
||||
"webpack-bundle-analyzer": "^3.7.0",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"workbox-webpack-plugin": "^3.6.0",
|
||||
"worker-loader": "^2.0.0"
|
||||
},
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"private": false,
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"focus-trap-react": "^3.1.2",
|
||||
"i18next": "^19.4.4",
|
||||
"moo": "^0.5.1",
|
||||
"nearley": "^2.19.2",
|
||||
|
@ -27,7 +28,6 @@
|
|||
"react-easy-emoji": "^1.4.0",
|
||||
"react-i18next": "^11.4.0",
|
||||
"react-markdown": "^4.3.1",
|
||||
"focus-trap-react": "^3.1.2",
|
||||
"styled-components": "^5.1.0",
|
||||
"yaml": "^1.9.2"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue