|
@@ -123,30 +123,25 @@
|
123
|
123
|
"zxcvbn": "4.4.2"
|
124
|
124
|
},
|
125
|
125
|
"devDependencies": {
|
126
|
|
- "@babel/core": "7.9.0",
|
127
|
|
- "@babel/plugin-proposal-class-properties": "7.1.0",
|
128
|
|
- "@babel/plugin-proposal-export-default-from": "7.0.0",
|
129
|
|
- "@babel/plugin-proposal-export-namespace-from": "7.0.0",
|
130
|
|
- "@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
|
131
|
|
- "@babel/plugin-proposal-optional-chaining": "7.2.0",
|
132
|
|
- "@babel/plugin-transform-flow-strip-types": "7.0.0",
|
133
|
|
- "@babel/preset-env": "7.1.0",
|
134
|
|
- "@babel/preset-flow": "7.0.0",
|
135
|
|
- "@babel/preset-react": "7.0.0",
|
136
|
|
- "@babel/runtime": "7.15.3",
|
137
|
|
- "babel-eslint": "10.0.1",
|
138
|
|
- "babel-loader": "8.0.4",
|
|
126
|
+ "@babel/core": "7.16.0",
|
|
127
|
+ "@babel/eslint-parser": "7.16.0",
|
|
128
|
+ "@babel/plugin-proposal-export-default-from": "7.16.0",
|
|
129
|
+ "@babel/preset-env": "7.16.0",
|
|
130
|
+ "@babel/preset-flow": "7.16.0",
|
|
131
|
+ "@babel/preset-react": "7.16.0",
|
|
132
|
+ "@babel/runtime": "7.16.0",
|
|
133
|
+ "babel-loader": "8.2.3",
|
139
|
134
|
"babel-plugin-optional-require": "0.3.1",
|
140
|
135
|
"circular-dependency-plugin": "5.2.0",
|
141
|
136
|
"clean-css-cli": "4.3.0",
|
142
|
137
|
"css-loader": "3.6.0",
|
143
|
|
- "eslint": "5.6.1",
|
144
|
|
- "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#2.0.0",
|
145
|
|
- "eslint-plugin-flowtype": "2.50.3",
|
146
|
|
- "eslint-plugin-import": "2.20.2",
|
147
|
|
- "eslint-plugin-jsdoc": "3.8.0",
|
148
|
|
- "eslint-plugin-react": "7.11.1",
|
149
|
|
- "eslint-plugin-react-native": "3.3.0",
|
|
138
|
+ "eslint": "8.1.0",
|
|
139
|
+ "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#a19c9a76ca17e6f468ae5a8097001a6e7f0fee01",
|
|
140
|
+ "eslint-plugin-flowtype": "8.0.3",
|
|
141
|
+ "eslint-plugin-import": "2.25.2",
|
|
142
|
+ "eslint-plugin-jsdoc": "37.0.3",
|
|
143
|
+ "eslint-plugin-react": "7.26.1",
|
|
144
|
+ "eslint-plugin-react-native": "3.11.0",
|
150
|
145
|
"expose-loader": "3.0.0",
|
151
|
146
|
"flow-bin": "0.104.0",
|
152
|
147
|
"imports-loader": "0.7.1",
|