Skip to content

Commit

Permalink
Merge pull request #30 from belgattitude/latest-deps
Browse files Browse the repository at this point in the history
chore(deps): updated to latest
  • Loading branch information
belgattitude authored Mar 9, 2021
2 parents c4c45e1 + aa8a4c3 commit cbf9bbc
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 342 deletions.
6 changes: 3 additions & 3 deletions apps/blog-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"deps:update": "npm-check-updates --dep prod,dev,optional -u"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/node": "^14.14.33",
"@types/react": "^17.0.3",
"next-transpile-modules": "^6.3.0"
},
"dependencies": {
"@optional-package-scope/foo": "^1.0.0",
"cross-env": "^7.0.3",
"next": "^10.0.7",
"next": "^10.0.8",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"deps:update": "npm-check-updates --dep prod,dev,optional -u"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/node": "^14.14.33",
"@types/react": "^17.0.3",
"next-transpile-modules": "^6.3.0",
"sass": "^1.32.8"
},
"dependencies": {
"@optional-package-scope/bar": "^1.0.0",
"@optional-package-scope/foo": "^1.0.0",
"cross-env": "^7.0.3",
"next": "^10.0.7",
"next": "^10.0.8",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"dependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.0.3",
"@testing-library/react-hooks": "^5.1.0",
"camelcase": "^6.2.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"jest-cli": "^26.6.3",
"npm-check-updates": "^11.1.9",
"npm-check-updates": "^11.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"typescript": "^4.2.2",
"ts-jest": "^26.5.2"
"typescript": "^4.2.3",
"ts-jest": "^26.5.3"
}
}
Loading

2 comments on commit cbf9bbc

@vercel
Copy link

@vercel vercel bot commented on cbf9bbc Mar 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on cbf9bbc Mar 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.