Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 5c5020a

Browse files
committed
fix type mismatches
1 parent 2e528bd commit 5c5020a

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"portfinder": "^1.0.20",
6666
"prettier": "^1.19.1",
6767
"progress": "^2.0.3",
68-
"puppeteer": "^1.11.0",
68+
"puppeteer": "^2.0.0",
6969
"react-hot-loader": "^4.12.15",
7070
"react-vis": "^1.11.6",
7171
"read-package-json": "^2.0.13",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"dependencies": {
77
"color": "^3.1.0",
8-
"copy-to-clipboard": "^3.0.8",
8+
"copy-to-clipboard": "^3.2.0",
99
"faker": "^4.1.0",
1010
"flat": "^4.1.0",
1111
"react-ace": "^5.1.2",

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@fluentui/react": "^0.43.0",
99
"@types/puppeteer": "^1.11.1",
1010
"@types/react-router-dom": "^4.3.4",
11-
"puppeteer": "^1.11.0",
11+
"puppeteer": "^2.0.0",
1212
"react-router-dom": "^5.0.1"
1313
},
1414
"publishConfig": {

packages/digest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"just-scripts": "^0.35.0",
2222
"querystring": "^0.2.0",
23-
"webpack": "^4.33.0"
23+
"webpack": "^4.35.0"
2424
},
2525
"devDependencies": {
2626
"@types/webpack": "^4.1.4"

scripts/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@
4444
"react-docgen-typescript-loader": "^3.2.0",
4545
"rollup": "^1.25.1",
4646
"rollup-plugin-dts": "^1.1.10",
47-
"simulant": "^0.2.2",
4847
"ts-jest": "^24.1.0",
4948
"ts-loader": "^6.2.1",
5049
"ts-node": "^8.4.1",
51-
"typescript": "~3.7.2",
52-
"webpack-bundle-analyzer": "^3.6.0"
50+
"typescript": "~3.7.2"
5351
},
5452
"devDependencies": {
5553
"@types/http-server": "^0.10.0",

0 commit comments

Comments
 (0)