Skip to content

Commit 7b4d95f

Browse files
committed
Update dependencies
1 parent 09e3ca6 commit 7b4d95f

File tree

4 files changed

+2306
-3469
lines changed

4 files changed

+2306
-3469
lines changed

chromeExtension/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "gotdibbs-toolbox",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Admin tools for Dynamics 365/CRM",
55
"main": "index.js",
66
"scripts": {
7-
"dev": "webpack --progress -d --env.NODE_ENV=development --config ./webpack/webpack.config.js",
8-
"prod": "webpack --progress -p --env.NODE_ENV=production --config ./webpack/webpack.config.js",
7+
"dev": "webpack --progress --mode development --env NODE_ENV='development' --config ./webpack/webpack.config.js",
8+
"prod": "webpack --progress --mode production --env NODE_ENV='production' --config ./webpack/webpack.config.js",
99
"test:integration": "cd tests/integration/ && npm run test && cd ../../"
1010
},
1111
"author": "",
@@ -16,28 +16,28 @@
1616
"@babel/preset-react": "^7.10.4",
1717
"babel-loader": "^8.1.0",
1818
"classnames": "^2.2.6",
19-
"copy-webpack-plugin": "^6.0.3",
20-
"core-js": "^3.6.5",
19+
"copy-webpack-plugin": "^7.0.0",
20+
"core-js": "^3.8.2",
2121
"crx": "^5.0.1",
22-
"css-loader": "^4.2.1",
22+
"css-loader": "^5.0.1",
2323
"dotenv": "^8.2.0",
24-
"eslint": "^7.6.0",
24+
"eslint": "^7.17.0",
2525
"eslint-config-defaults": "^9.0.0",
2626
"eslint-loader": "^4.0.2",
2727
"eslint-plugin-babel": "^5.3.1",
2828
"eslint-plugin-react": "^7.20.5",
2929
"extract-css-chunks-webpack-plugin": "^4.7.5",
30-
"react-hook-form": "^6.8.1",
30+
"react-hook-form": "^6.14.1",
3131
"react-json-view": "^1.19.1",
32-
"style-loader": "^1.2.1",
32+
"style-loader": "^2.0.0",
3333
"sumo-logger": "^2.6.1",
3434
"url-loader": "^4.1.0",
35-
"webpack": "^5.0.0-beta.23",
36-
"webpack-cli": "^3.3.12",
37-
"zip-webpack-plugin": "^3.0.0"
35+
"webpack": "^5.14.0",
36+
"webpack-cli": "^4.3.1",
37+
"zip-webpack-plugin": "^4.0.1"
3838
},
3939
"dependencies": {
40-
"@honeybadger-io/react": "^0.0.7",
40+
"@honeybadger-io/react": "^0.0.8",
4141
"fathom-client": "^3.0.0",
4242
"react": "^16.13.1",
4343
"react-dom": "^16.13.1"

chromeExtension/tests/integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@wdio/local-runner": "^6.4.4",
2323
"@wdio/spec-reporter": "^6.4.0",
2424
"@wdio/sync": "^6.4.0",
25-
"chromedriver": "^85.0.0",
25+
"chromedriver": "^87.0.5",
2626
"dotenv": "^8.2.0",
27-
"msedgedriver": "^83.0.0",
27+
"msedgedriver": "^87.0.13",
2828
"node-fetch": "^2.6.1",
2929
"wdio-chromedriver-service": "^6.0.3",
3030
"wdio-edgedriver-service": "^1.2.0"

0 commit comments

Comments
 (0)