Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency nodemon to v2.0.16 #5364

Merged
merged 1 commit into from
May 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"msw": "0.39.2",
"ncp": "2.0.0",
"node-notifier": "10.0.1",
"nodemon": "2.0.15",
"nodemon": "2.0.16",
"npm-packlist": "4.0.0",
"octokit": "1.7.1",
"ora": "5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"html-webpack-plugin": "5.5.0",
"lodash.escaperegexp": "4.1.2",
"mini-css-extract-plugin": "2.6.0",
"nodemon": "2.0.15",
"nodemon": "2.0.16",
"null-loader": "4.0.1",
"react-refresh": "0.11.0",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/react-dom": "17.0.16",
"@types/testing-library__jest-dom": "5.14.3",
"jest": "27.5.1",
"nodemon": "2.0.15",
"nodemon": "2.0.16",
"react": "17.0.2",
"react-dom": "17.0.2",
"typescript": "4.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/react-dom": "17.0.16",
"@types/testing-library__jest-dom": "5.14.3",
"jest": "27.5.1",
"nodemon": "2.0.15",
"nodemon": "2.0.16",
"react": "17.0.2",
"react-dom": "17.0.2",
"typescript": "4.6.3"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6094,7 +6094,7 @@ __metadata:
html-webpack-plugin: 5.5.0
lodash.escaperegexp: 4.1.2
mini-css-extract-plugin: 2.6.0
nodemon: 2.0.15
nodemon: 2.0.16
null-loader: 4.0.1
react-refresh: 0.11.0
rimraf: 3.0.2
Expand Down Expand Up @@ -6168,7 +6168,7 @@ __metadata:
"@types/react-dom": 17.0.16
"@types/testing-library__jest-dom": 5.14.3
jest: 27.5.1
nodemon: 2.0.15
nodemon: 2.0.16
pascalcase: 1.0.0
react: 17.0.2
react-dom: 17.0.2
Expand Down Expand Up @@ -6439,7 +6439,7 @@ __metadata:
graphql: 16.4.0
graphql-tag: 2.12.6
jest: 27.5.1
nodemon: 2.0.15
nodemon: 2.0.16
react: 17.0.2
react-dom: 17.0.2
react-helmet-async: 1.3.0
Expand Down Expand Up @@ -23000,9 +23000,9 @@ __metadata:
languageName: node
linkType: hard

"nodemon@npm:2.0.15":
version: 2.0.15
resolution: "nodemon@npm:2.0.15"
"nodemon@npm:2.0.16":
version: 2.0.16
resolution: "nodemon@npm:2.0.16"
dependencies:
chokidar: ^3.5.2
debug: ^3.2.7
Expand All @@ -23016,7 +23016,7 @@ __metadata:
update-notifier: ^5.1.0
bin:
nodemon: bin/nodemon.js
checksum: c2acc8d388d4fae149e56ef66a645e3e152ea49e8664a7f318f4abd339444f9a74af374839530c8eca0655d4b890ddb8bc8757d3eb071d001eb26b0ab777d954
checksum: e3b6d9813500c9dd810026e27264c1a306167f6c5e5bf2a3d3b2d7d1c7cefbd9466238f5d4b1d9c8a397d0839cf9670048b3d410b950bba7557eb2f528894099
languageName: node
linkType: hard

Expand Down Expand Up @@ -27063,7 +27063,7 @@ __metadata:
msw: 0.39.2
ncp: 2.0.0
node-notifier: 10.0.1
nodemon: 2.0.15
nodemon: 2.0.16
npm-packlist: 4.0.0
octokit: 1.7.1
ora: 5.4.1
Expand Down