Skip to content

Commit 96ad083

Browse files
authored
Merge branch 'main' into remove-editorconfig
2 parents ca25aa9 + 8a659a5 commit 96ad083

File tree

3 files changed

+302
-518
lines changed

3 files changed

+302
-518
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ updates:
2121
- dependencies
2222
versioning-strategy: increase
2323
rebase-strategy: disabled
24+
groups:
25+
production-dependencies:
26+
dependency-type: "production"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@rollup/plugin-babel": "^6.0.4",
7979
"@rollup/plugin-commonjs": "25.0.2",
8080
"@rollup/plugin-json": "^6.0.0",
81-
"@rollup/plugin-node-resolve": "15.1.0",
81+
"@rollup/plugin-node-resolve": "15.3.0",
8282
"@types/jest": "^29.5.11",
8383
"@typescript-eslint/eslint-plugin": "^6.19.0",
8484
"@typescript-eslint/parser": "^6.19.0",
@@ -94,16 +94,16 @@
9494
"jest-watch-typeahead": "^2.2.2",
9595
"kleur": "^4.1.5",
9696
"lint-staged": "15.2.10",
97-
"nodemon": "^2.0.16",
97+
"nodemon": "^3.1.7",
9898
"prettier": "^3.3.3",
9999
"prettier-plugin-jsdoc": "^1.3.0",
100100
"pretty-bytes": "^5.6.0",
101-
"rollup": "^2.79.1",
101+
"rollup": "^3.29.5",
102102
"rollup-plugin-terser": "^7.0.0",
103103
"rollup-plugin-typescript2": "^0.36.0",
104104
"shx": "^0.3.2",
105105
"ts-jest": "^29.2.5",
106-
"typedoc": "^0.25.13",
106+
"typedoc": "^0.26.7",
107107
"typescript": "^5.4.5"
108108
},
109109
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)