Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaniverous committed Oct 16, 2024
1 parent 99aac6c commit 851acb5
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 50 deletions.
70 changes: 29 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
},
"description": "Allows the behavior of any object to be modified & controlled non-destructively at runtime.",
"devDependencies": {
"@dotenvx/dotenvx": "^1.16.1",
"@dotenvx/dotenvx": "^1.19.3",
"@eslint/js": "^9.12.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/chai": "^5.0.0",
"@types/eslint__js": "^8.42.3",
"@types/eslint-config-prettier": "^6.11.3",
Expand All @@ -27,23 +27,23 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tsdoc": "^0.3.0",
"jsdom-global": "^3.0.2",
"knip": "^5.33.2",
"knip": "^5.33.3",
"lefthook": "^1.7.18",
"mocha": "^10.7.3",
"nyc": "^17.1.0",
"prettier": "^3.3.3",
"release-it": "^17.7.0",
"release-it": "^17.10.0",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typedoc": "^0.26.8",
"typedoc-plugin-mdn-links": "^3.3.2",
"tslib": "^2.8.0",
"typedoc": "^0.26.10",
"typedoc-plugin-mdn-links": "^3.3.3",
"typedoc-plugin-replace-text": "^4.0.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"typescript-eslint": "^8.9.0",
"winston": "^3.15.0"
},
"exports": {
Expand Down

0 comments on commit 851acb5

Please sign in to comment.