Skip to content

Commit

Permalink
Update: dependencies 🆙
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 29, 2022
1 parent 2f63bd5 commit 87814a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"format": "prettier --write '*.{js,json,md}' '**/*.{js,json,md,mdx,scss}' !CHANGELOG.md"
},
"dependencies": {
"loader-utils": "2",
"loader-utils": "3",
"parse5": "6",
"safe-require": "1",
"webpack-sources": "2"
"webpack-sources": "3"
},
"devDependencies": {
"@crystal-ball/commitizen-base": "2.11.0",
Expand Down
6 changes: 3 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"license": "ISC",
"dependencies": {
"core-js": "3.11.1",
"ionicons": "5.5.1",
"ionicons": "6.0.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "18.0.0",
"react-dom": "18.0.0"
},
"devDependencies": {
"@babel/core": "7.17.5",
Expand Down

0 comments on commit 87814a9

Please sign in to comment.