Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Nov 23, 2023
1 parent f573def commit 00501b7
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 336 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"license": "Apache-2.0",
"packageManager": "[email protected]",
"devDependencies": {
"@eslint/js": "^8.52.0",
"@eslint/js": "^8.54.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/chai": "^4.3.9",
"@types/diff": "^5.0.7",
"@types/eslint": "^8.44.6",
"@types/lodash": "^4.14.200",
"@types/minimist": "^1.2.4",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.9",
"@types/rollup-plugin-node-globals": "^1.4.3",
"@types/tmp": "^0.2.5",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@types/chai": "^4.3.11",
"@types/diff": "^5.0.8",
"@types/eslint": "^8.44.7",
"@types/lodash": "^4.14.202",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.9.4",
"@types/rollup-plugin-node-globals": "^1.4.4",
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"browser-sync": "^2.29.3",
"c8": "^8.0.1",
"chai": "^4.3.10",
"eslint": "^8.52.0",
"eslint": "^8.54.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-tsdoc": "^0.2.17",
Expand All @@ -61,22 +61,22 @@
"install": "^0.13.0",
"minimist": "^1.2.8",
"mocha": "^10.2.0",
"pnpm": "^8.9.2",
"pnpm": "^8.10.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.1.4",
"rollup": "^4.5.1",
"rollup-plugin-node-globals": "^1.4.0",
"source-map-support": "^0.5.21",
"strip-ansi": "^7.1.0",
"taffydb": "^2.7.3",
"terser": "^5.22.0",
"terser": "^5.24.0",
"tmp": "^0.2.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"tsx": "^3.14.0",
"typedoc": "^0.25.2",
"tsx": "^4.4.0",
"typedoc": "^0.25.3",
"typedoc-plugin-missing-exports": "^2.1.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"typescript-eslint": "0.0.1-alpha.0",
"winston": "^3.11.0"
}
Expand Down
Loading

0 comments on commit 00501b7

Please sign in to comment.