Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jaywcjlove/oscnews
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 30, 2020
2 parents 8bdfd22 + 6a9694b commit 3628093
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"kkt": "5.10.3"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"cheerio": "^1.0.0-rc.3",
"classnames": "^2.2.5",
"linux-command": "^1.2.8",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"solarlunar": "^2.0.1",
"webpack-merge": "^4.1.1"
"babel-polyfill": "6.26.0",
"cheerio": "1.0.0-rc.3",
"classnames": "2.2.6",
"linux-command": "1.5.1",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"solarlunar": "2.0.7",
"webpack-merge": "4.2.2"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}

0 comments on commit 3628093

Please sign in to comment.