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 devdependencies (non-major) (minor) #182

Merged
merged 1 commit into from
May 29, 2024
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@vitest/browser": "^1.3.0",
"concurrently": "8.2.2",
"cross-env": "7.0.3",
"cypress": "13.9.0",
"cypress": "13.10.0",
"cypress-file-upload": "5.0.8",
"env-cmd": "10.1.0",
"eslint": "^8.41.0",
Expand All @@ -110,7 +110,7 @@
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "~4.6.2",
"husky": "~9.0.0",
"npm-run-all2": "6.1.2",
"npm-run-all2": "6.2.0",
"nyc": "15.1.0",
"prettier": "3.2.5",
"standard-version": "9.5.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6273,9 +6273,9 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:13.9.0":
version: 13.9.0
resolution: "cypress@npm:13.9.0"
"cypress@npm:13.10.0":
version: 13.10.0
resolution: "cypress@npm:13.10.0"
dependencies:
"@cypress/request": "npm:^3.0.0"
"@cypress/xvfb": "npm:^1.2.4"
Expand Down Expand Up @@ -6321,7 +6321,7 @@ __metadata:
yauzl: "npm:^2.10.0"
bin:
cypress: bin/cypress
checksum: 10/67bf838eee804f33773245491e5298d520ac8da8e990ee12dff812b58ddf05ef2182957f533355ec2bf638d99f533b0e350474d816db4d20c6720a810b5b7885
checksum: 10/d3dbce9a00a108d76d0f91ba419106be24a6ad2dfa3c4a3cbb70db7c053b84e9cff2465b31c77ed3a40574bdba6f908b9aa247bdc7e8115f23b622f9ef05d51d
languageName: node
linkType: hard

Expand Down Expand Up @@ -8536,7 +8536,7 @@ __metadata:
"@vitest/browser": "npm:^1.3.0"
concurrently: "npm:8.2.2"
cross-env: "npm:7.0.3"
cypress: "npm:13.9.0"
cypress: "npm:13.10.0"
cypress-file-upload: "npm:5.0.8"
env-cmd: "npm:10.1.0"
eslint: "npm:^8.41.0"
Expand All @@ -8557,7 +8557,7 @@ __metadata:
jszip: "npm:~3.10.1"
lodash.isobject: "npm:~3.0.2"
lodash.isstring: "npm:~4.0.1"
npm-run-all2: "npm:6.1.2"
npm-run-all2: "npm:6.2.0"
nyc: "npm:15.1.0"
prettier: "npm:3.2.5"
qs: "npm:6.12.1"
Expand Down Expand Up @@ -10882,9 +10882,9 @@ __metadata:
languageName: node
linkType: hard

"npm-run-all2@npm:6.1.2":
version: 6.1.2
resolution: "npm-run-all2@npm:6.1.2"
"npm-run-all2@npm:6.2.0":
version: 6.2.0
resolution: "npm-run-all2@npm:6.2.0"
dependencies:
ansi-styles: "npm:^6.2.1"
cross-spawn: "npm:^7.0.3"
Expand All @@ -10898,7 +10898,7 @@ __metadata:
npm-run-all2: bin/npm-run-all/index.js
run-p: bin/run-p/index.js
run-s: bin/run-s/index.js
checksum: 10/b031f409a8c7144cd4dc6ef7cbe6007c9c78b1df38e32d2b5049e697f204d13145dcd419656f313a5afce44c9148a77ed87cf050ff98ceff75cc3553d031b896
checksum: 10/917937b6280a4f7af168b784fba10f0c441d58d86ab5595c88e4aa4b9f69f7eaa0af62ddc8a12fed705debcfc5f77bf80bad48936a3384f3a0b527111b7ff4ec
languageName: node
linkType: hard

Expand Down
Loading