Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Jan 1, 2025
1 parent 7fc7f1f commit 3fae0fb
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 693 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,47 +31,47 @@
},
"sideEffects": false,
"dependencies": {
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"diff": "7.0.0",
"lodash.isequal": "^4.5.0",
"strip-ansi": "^7.1.0"
},
"license": "Apache-2.0",
"packageManager": "[email protected]",
"devDependencies": {
"@eslint/js": "^9.14.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@eslint/js": "^9.17.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/chai": "^5.0.1",
"@types/diff": "^6.0.0",
"@types/eslint": "^9.6.1",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.padstart": "^4.6.9",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.9",
"@types/node": "^22.9.0",
"c8": "^10.1.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.3",
"c8": "^10.1.3",
"chai": "^5.1.2",
"chokidar": "^4.0.1",
"chokidar": "^4.0.3",
"diary": "^0.4.5",
"eslint": "^9.14.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint": "^9.17.0",
"eslint-plugin-tsdoc": "^0.4.0",
"glob": "^11.0.0",
"lodash.debounce": "^4.0.8",
"lodash.padstart": "^4.6.1",
"minimist": "^1.2.8",
"mocha": "^10.8.2",
"rollup": "^4.24.4",
"mocha": "^11.0.1",
"rollup": "^4.29.1",
"source-map-support": "^0.5.21",
"terser": "^5.36.0",
"terser": "^5.37.0",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typedoc": "^0.26.11",
"typedoc-plugin-mdn-links": "^3.3.6",
"typedoc-plugin-missing-exports": "^3.0.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
"typedoc": "^0.27.6",
"typedoc-plugin-mdn-links": "^4.0.6",
"typedoc-plugin-missing-exports": "^3.1.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0"
}
}
Loading

0 comments on commit 3fae0fb

Please sign in to comment.