Skip to content

Commit 470268c

Browse files
committed
Update dependency overrides to use caret ranges where applicable
1 parent 189d388 commit 470268c

2 files changed

Lines changed: 493 additions & 202 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
1515
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
1616
"minimatch@<9.0.7": ">=9.0.7",
17-
"ajv@<6.14.0": ">=6.14.0",
17+
"ajv@<6.14.0": "^6.14.0",
1818
"flatted@<=3.4.1": ">=3.4.2",
1919
"brace-expansion@<2.0.3": ">=2.0.3",
20-
"vite@<=6.4.1": ">=6.4.2"
20+
"vite@<=6.4.1": "^6.4.2"
2121
}
2222
},
2323
"main": "lib/index.js",

0 commit comments

Comments
 (0)