mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
chore: bump packages
This commit is contained in:
parent
11996c5722
commit
fa35225b90
20
package.json
20
package.json
@ -26,19 +26,19 @@
|
||||
"lint:fix": "eslint . --ext .js --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.9.6",
|
||||
"@babel/runtime": "^7.10.2",
|
||||
"advanced-css-reset": "^1.1.1",
|
||||
"emoji-log": "^1.0.2",
|
||||
"webext-base-css": "^1.1.0",
|
||||
"webextension-polyfill": "^0.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abhijithvijayan/eslint-config": "^1.4.0",
|
||||
"@babel/core": "^7.9.6",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
|
||||
"@babel/plugin-transform-destructuring": "^7.9.5",
|
||||
"@babel/plugin-transform-runtime": "^7.9.6",
|
||||
"@babel/preset-env": "^7.9.6",
|
||||
"@abhijithvijayan/eslint-config": "^1.4.1",
|
||||
"@babel/core": "^7.10.2",
|
||||
"@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",
|
||||
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
||||
"@typescript-eslint/parser": "^2.34.0",
|
||||
"autoprefixer": "^9.8.0",
|
||||
@ -56,8 +56,8 @@
|
||||
"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.2",
|
||||
"extract-loader": "^5.0.1",
|
||||
"eslint-plugin-react-hooks": "^4.0.4",
|
||||
"extract-loader": "^5.1.0",
|
||||
"file-loader": "^6.0.0",
|
||||
"html-webpack-plugin": "^4.3.0",
|
||||
"node-sass": "^4.14.1",
|
||||
@ -66,7 +66,7 @@
|
||||
"prettier": "^2.0.5",
|
||||
"resolve-url-loader": "^3.1.1",
|
||||
"sass-loader": "^8.0.2",
|
||||
"terser-webpack-plugin": "^2.3.6",
|
||||
"terser-webpack-plugin": "^2.3.7",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11",
|
||||
"webpack-extension-reloader": "^1.1.4",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user