Move back to wildcard

This commit is contained in:
Felipe Knorr Kuhn 2025-03-13 10:01:19 -07:00
parent 15462ced6e
commit 11a8e68711
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
},
"optionalDependencies": {
"@cypress/schematic": "^2.5.0",
"@rollup/rollup-linux-x64-gnu": "^4.35.0",
"@rollup/rollup-linux-x64-gnu": "*",
"@types/cypress": "^1.1.3",
"cypress": "^13.17.0",
"cypress-fail-on-console-error": "~5.1.0",

View File

@ -113,7 +113,7 @@
},
"optionalDependencies": {
"@cypress/schematic": "^2.5.0",
"@rollup/rollup-linux-x64-gnu": "^4.35.0",
"@rollup/rollup-linux-x64-gnu": "*",
"@types/cypress": "^1.1.3",
"cypress": "^13.17.0",
"cypress-fail-on-console-error": "~5.1.0",