Skip to content

Commit

Permalink
Update: dependencies 🆙
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 20, 2022
1 parent 68794a2 commit 5a67755
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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",
"parse5": "6",
"loader-utils": "3",
"parse5": "7",
"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.8",
Expand Down

0 comments on commit 5a67755

Please sign in to comment.