Skip to content

Commit

Permalink
fix(website): Update next and build deps to fix font loading issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed May 21, 2021
1 parent 9bc8a0d commit e528617
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 345 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"homepage": "https://react-md.dev",
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/plugin-transform-typescript": "^7.14.3",
"@mlaursen/eslint-config": "^1.1.3",
"@testing-library/dom": "^7.30.4",
"@testing-library/jest-dom": "^5.12.0",
Expand Down Expand Up @@ -110,8 +110,5 @@
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"resolutions": {
"merge": "^2.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"watch": "npm-run-all -p \"compile -w\" watcher"
},
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/core": "^7.14.3",
"@octokit/core": "^3.4.0",
"chokidar": "^3.5.0",
"commander": "^7.2.0",
"cpx": "^1.5.0",
"cssnano": "^5.0.2",
"cssnano": "^5.0.4",
"dotenv": "^9.0.1",
"filesize": "^6.2.1",
"fs-extra": "^10.0.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.14",
"postcss": "^8.3.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"lodash": "^4.17.21",
"marked": "^2.0.3",
"mobile-detect": "^1.4.5",
"next": "10.2.0",
"next": "10.2.2",
"prismjs": "^1.23.0",
"qs": "^6.10.0",
"react": "^17.0.2",
Expand All @@ -73,7 +73,7 @@
"react-virtualized": "^9.22.3"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/core": "^7.14.3",
"@react-md/dev-utils": "^2.8.3",
"@types/gtag.js": "^0.0.4",
"@types/js-cookie": "^2.2.6",
Expand All @@ -89,7 +89,7 @@
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
"typescript": "^4.2.4",
"webpack": "^5.36.2"
"webpack": "^5.37.1"
},
"browerlist": [
"not ie 11",
Expand Down
Loading

1 comment on commit e528617

@vercel
Copy link

@vercel vercel bot commented on e528617 May 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.