Skip to content

Commit

Permalink
fix: downgrade and lock lerna version for workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
aquariuslt committed Nov 17, 2019
1 parent 65f6a6d commit af148f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"husky": "^3.0.9",
"jest": "^24.9.0",
"jest-raw-loader": "^1.0.1",
"lerna": "3.18.4",
"lerna": "3.17.0",
"prettier": "^1.19.0",
"pretty-quick": "^2.0.1",
"rimraf": "^3.0.0",
Expand Down
9 changes: 4 additions & 5 deletions packages/theme-react/package.json
Expand Up @@ -20,17 +20,16 @@
"github-markdown-css": "^3.0.1",
"highlight.js": "^9.16.2",
"lozad": "^1.14.0",
"react": "^16.11.0",
"react-disqus-components": "^1.2.0",
"react-dom": "^16.11.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-disqus-components": "^1.2.1",
"react-helmet": "^5.2.1",
"react-router-dom": "^5.1.2",
"smooth-scroll": "^16.1.0",
"typeface-noto-serif-sc": "^0.0.75",
"typeface-roboto": "^0.0.75"
},
"devDependencies": {
"@testing-library/react": "^9.3.0",
"@testing-library/react": "^9.3.2",
"@types/gulp": "^4.0.6",
"@types/jest": "^24.0.20",
"@types/node": "^12.7.5",
Expand Down

0 comments on commit af148f6

Please sign in to comment.