chore: bump packages

This commit is contained in:
abhijithvijayan 2020-11-15 15:31:30 +05:30
parent 3cd19ad983
commit 5ac77696cc
2 changed files with 2198 additions and 1733 deletions

View File

@ -26,60 +26,62 @@
"lint:fix": "eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"advanced-css-reset": "^1.1.1",
"@babel/runtime": "^7.12.5",
"advanced-css-reset": "^1.2.2",
"emoji-log": "^1.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webext-base-css": "^1.1.0",
"webextension-polyfill-ts": "^0.16.0"
"react": "^17.0.1",
"react-dom": "^17.0.1",
"webext-base-css": "^1.2.0",
"webextension-polyfill-ts": "^0.22.0"
},
"devDependencies": {
"@abhijithvijayan/eslint-config": "^1.4.1",
"@abhijithvijayan/tsconfig": "^1.2.0",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-transform-destructuring": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/webpack": "^4.41.17",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"autoprefixer": "^9.8.0",
"@abhijithvijayan/eslint-config": "2.5.6",
"@abhijithvijayan/eslint-config-airbnb": "^1.0.2",
"@abhijithvijayan/tsconfig": "^1.3.0",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-destructuring": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@babel/preset-typescript": "^7.12.1",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/webpack": "^4.41.25",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"autoprefixer": "^10.0.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^6.0.3",
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"fork-ts-checker-webpack-plugin": "^4.1.6",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"copy-webpack-plugin": "^6.3.1",
"cross-env": "^7.0.2",
"css-loader": "^5.0.1",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"fork-ts-checker-webpack-plugin": "^6.0.1",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.3.1",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^2.3.7",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^8.1.7",
"postcss-loader": "^4.0.4",
"prettier": "^2.1.2",
"resolve-url-loader": "^3.1.2",
"sass-loader": "^10.1.0",
"terser-webpack-plugin": "^4.2.3",
"typescript": "^4.0.5",
"webpack": "^4.44.2",
"webpack-cli": "^4.2.0",
"webpack-extension-reloader": "^1.1.4",
"wext-manifest-loader": "^2.2.0",
"wext-manifest-loader": "^2.2.1",
"wext-manifest-webpack-plugin": "^1.2.1",
"zip-webpack-plugin": "^3.0.0"
}

3835
yarn.lock

File diff suppressed because it is too large Load Diff