Skip to content

Commit

Permalink
Update: dependencies 🆙
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2023
1 parent e952729 commit 8d6182d
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.12.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.1.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.20.7",
Expand Down

0 comments on commit 8d6182d

Please sign in to comment.