Skip to content

Commit

Permalink
chore(dev-deps): bump packages to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Apr 23, 2021
1 parent cf7c0b1 commit 3690e7b
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 271 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.13.0",
"@mlaursen/eslint-config": "^1.1.3",
"@testing-library/dom": "^7.30.3",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/dom": "^7.30.4",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/react-hooks": "^5.1.1",
"@testing-library/react-hooks": "^5.1.2",
"@testing-library/user-event": "13.0.6",
"@types/fs-extra": "^9.0.11",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.167",
"@types/node": "^14.14.37",
"@types/node": "^14.14.41",
"@types/node-sass": "^4.11.1",
"@types/prettier": "^2.2.3",
"@types/reach__router": "^1.3.7",
Expand All @@ -72,7 +72,7 @@
"chokidar": "^3.5.0",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.22.0",
"eslint": "^7.24.0",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
Expand All @@ -85,7 +85,7 @@
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.2",
"sass-lint": "^1.13.1",
"ts-jest": "^26.5.4",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
},
"lint-staged": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"watch": "npm-run-all -p \"compile -w\" watcher"
},
"dependencies": {
"@babel/core": "^7.13.15",
"@babel/core": "^7.13.16",
"@octokit/core": "^3.4.0",
"chokidar": "^3.5.0",
"commander": "^7.2.0",
Expand All @@ -32,7 +32,7 @@
"markdown-toc": "^1.2.0",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.10",
"postcss": "^8.2.12",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@
"react-virtualized": "^9.22.3"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/core": "^7.13.16",
"@react-md/dev-utils": "^2.8.0",
"@types/gtag.js": "^0.0.4",
"@types/js-cookie": "^2.2.6",
"@types/marked": "^2.0.2",
"@types/prismjs": "^1.16.5",
"@types/qs": "^6.9.6",
"@types/react-virtualized": "^9.21.11",
"babel-plugin-inline-react-svg": "^1.1.2",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-prismjs": "^2.0.1",
"cross-env": "^7.0.3",
"next-images": "^1.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"@react-md/icon": "^2.8.0"
},
"devDependencies": {
"@types/adm-zip": "^0.4.33",
"@types/adm-zip": "^0.4.34",
"@types/download": "^6.2.4",
"adm-zip": "^0.5.1",
"adm-zip": "^0.5.5",
"commander": "^7.0.0",
"download": "^8.0.0",
"react": "^17.0.2",
Expand Down
Loading

0 comments on commit 3690e7b

Please sign in to comment.