Skip to content

Commit

Permalink
build(dev-deps): bumped multiple packages to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed May 10, 2021
1 parent 5224e19 commit ebad160
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 162 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,35 +60,35 @@
"@testing-library/user-event": "13.0.6",
"@types/fs-extra": "^9.0.11",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.22",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.167",
"@types/node": "^14.14.41",
"@types/node": "^15.0.2",
"@types/node-sass": "^4.11.1",
"@types/prettier": "^2.2.3",
"@types/reach__router": "^1.3.7",
"@types/react": "^17.0.3",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-router": "^5.1.13",
"@types/react-router": "^5.1.14",
"@types/react-router-dom": "^5.1.7",
"@types/react-test-renderer": "^17.0.1",
"@types/react-transition-group": "^4.4.1",
"chokidar": "^3.5.0",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.24.0",
"eslint": "^7.26.0",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-watch-typeahead": "^0.6.2",
"jest-watch-typeahead": "^0.6.3",
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"lint-staged": "^11.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"prettier": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.2",
"sass-lint": "^1.13.1",
"ts-jest": "^26.5.5",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
},
"lint-staged": {
Expand Down
12 changes: 6 additions & 6 deletions packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"chokidar": "^3.5.0",
"commander": "^7.2.0",
"cpx": "^1.5.0",
"cssnano": "^5.0.1",
"dotenv": "^8.2.0",
"cssnano": "^5.0.2",
"dotenv": "^9.0.1",
"filesize": "^6.2.1",
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"gzip-size": "^6.0.0",
"he": "^1.2.0",
"lodash": "^4.17.21",
"loglevel": "^1.7.1",
"markdown-toc": "^1.2.0",
"node-sass": "^5.0.0",
"node-sass": "^6.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.14",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"prettier": "^2.3.0",
"pretty-ms": "^7.0.0",
"prompts": "^2.4.1",
"rimraf": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@react-md/typography": "^2.8.2",
"@react-md/utils": "^2.8.2",
"classnames": "^2.3.1",
"codesandbox": "^2.2.1",
"date-fns": "^2.20.3",
"codesandbox": "^2.2.3",
"date-fns": "^2.21.3",
"fuse.js": "6.4.6",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -86,7 +86,7 @@
"babel-plugin-prismjs": "^2.0.1",
"cross-env": "^7.0.3",
"next-images": "^1.7.0",
"node-sass": "^5.0.0",
"node-sass": "^6.0.0",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
"typescript": "^4.2.4",
Expand Down
Loading

0 comments on commit ebad160

Please sign in to comment.