Skip to content

Commit

Permalink
build(dev-deps): Bump most dev dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Mar 18, 2022
1 parent 4a47c92 commit d0920fb
Show file tree
Hide file tree
Showing 11 changed files with 1,299 additions and 815 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,30 +55,30 @@
"@babel/plugin-transform-typescript": "^7.16.8",
"@mlaursen/eslint-config": "^1.5.0",
"@testing-library/dom": "^8.11.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/react-hooks": "^7.0.1",
"@testing-library/user-event": "13.5.0",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.13",
"@types/prettier": "^2.4.3",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.180",
"@types/node": "^17.0.21",
"@types/prettier": "^2.4.4",
"@types/reach__router": "^1.3.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@types/react-test-renderer": "^17.0.1",
"chokidar": "^3.5.3",
"eslint": "^8.8.0",
"eslint": "^8.11.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jest-watch-typeahead": "^1.0.0",
"lerna": "^4.0.0",
"lint-staged": "^12.3.2",
"lint-staged": "^12.3.7",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier": "^2.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.2",
Expand All @@ -89,7 +89,7 @@
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.1.0",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
},
"lint-staged": {
"**/*.{ts,tsx,scss,js,jsx,md,yml,json}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/glob": "^7.2.0",
"@types/inquirer": "^8.2.0",
"@types/jscodeshift": "^0.11.3",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
25 changes: 12 additions & 13 deletions packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"watch": "npm-run-all -p \"compile -w\" watcher"
},
"dependencies": {
"@babel/core": "^7.16.12",
"@octokit/core": "^3.5.1",
"@babel/core": "^7.17.8",
"@octokit/core": "^3.6.0",
"chokidar": "^3.5.3",
"commander": "^9.0.0",
"cssnano": "^5.0.16",
"cssnano": "^5.1.4",
"dotenv": "^16.0.0",
"filesize": "^8.0.7",
"fs-extra": "^10.0.0",
"fs-extra": "^10.0.1",
"glob": "^7.2.0",
"gzip-size": "^6.0.0",
"he": "^1.2.0",
Expand All @@ -31,23 +31,22 @@
"markdown-toc": "^1.2.0",
"marked": "^4.0.12",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss": "^8.4.12",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.2.3",
"prettier": "^2.5.1",
"postcss-preset-env": "^7.4.2",
"prettier": "^2.6.0",
"pretty-ms": "^7.0.0",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"sass": "^1.49.0",
"sass": "^1.49.9",
"sassdoc": "^2.7.2",
"ts-morph": "^13.0.3",
"typedoc": "^0.22.11",
"typescript": "^4.5.5"
"ts-morph": "^14.0.0",
"typedoc": "^0.22.13",
"typescript": "^4.6.2"
},
"devDependencies": {
"@types/cssnano": "^5.0.0",
"@types/he": "^1.1.2",
"@types/marked": "^4.0.1",
"@types/marked": "^4.0.2",
"@types/prompts": "^2.0.14",
"@types/sass": "^1.43.1",
"chokidar-cli": "^3.0.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@
"qs": "^6.10.3",
"react": "^17.0.2",
"react-dom": "^17.0.1",
"react-hook-form": "^7.25.3",
"react-hook-form": "^7.28.0",
"react-marked-renderer": "^1.1.1",
"react-md": "^5.0.0",
"react-router-dom": "^6.2.1",
"react-router-dom": "^6.2.2",
"react-virtualized": "^9.22.3",
"sass": "^1.49.0"
"sass": "^1.49.9"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/core": "^7.17.8",
"@react-md/dev-utils": "^5.0.0",
"@types/formidable": "^2.0.4",
"@types/gtag.js": "^0.0.8",
"@types/gtag.js": "^0.0.10",
"@types/js-cookie": "^3.0.1",
"@types/prismjs": "^1.26.0",
"@types/qs": "^6.9.7",
"@types/react-virtualized": "^9.21.16",
"@types/react-virtualized": "^9.21.20",
"cross-env": "^7.0.3",
"eslint-config-next": "^12.0.9",
"eslint-config-next": "^12.1.0",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
"typescript": "^4.5.5",
"webpack": "^5.67.0"
"typescript": "^4.6.2",
"webpack": "^5.70.0"
},
"browerlist": [
"not ie 11",
Expand Down
1 change: 1 addition & 0 deletions packages/form/src/text-field/__tests__/TextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class MockedObserver implements ResizeObserver {
contentRect,
borderBoxSize: [],
contentBoxSize: [],
devicePixelContentBoxSize: [],
})),
this
);
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.1",
"react-router-dom": "^6.2.1"
"react-router-dom": "^6.2.2"
},
"peerDependencies": {
"react": ">= 16.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@reach/router": "^1.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.1",
"react-router-dom": "^6.2.1"
"react-router-dom": "^6.2.2"
},
"peerDependencies": {
"react": ">= 16.14",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"@react-md/utils": "^5.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@rollup/plugin-replace": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.1",
"rollup": "^2.66.1",
"rollup": "^2.70.1",
"rollup-plugin-terser": "^7.0.0"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/utils/src/layout/__tests__/GridList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class MockedObserver implements ResizeObserver {
contentRect,
borderBoxSize: [],
contentBoxSize: [],
devicePixelContentBoxSize: [],
})),
this
);
Expand Down
11 changes: 10 additions & 1 deletion packages/utils/src/sizing/__tests__/useResizeObserver.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class MockedObserver implements ResizeObserver {
contentRect,
borderBoxSize: [],
contentBoxSize: [],
devicePixelContentBoxSize: [],
})),
this
);
Expand All @@ -81,7 +82,15 @@ class MockedObserver implements ResizeObserver {
}

this._callback(
[{ target, contentRect, borderBoxSize: [], contentBoxSize: [] }],
[
{
target,
contentRect,
borderBoxSize: [],
contentBoxSize: [],
devicePixelContentBoxSize: [],
},
],
this
);
});
Expand Down
Loading

0 comments on commit d0920fb

Please sign in to comment.