Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Jul 31, 2024
1 parent 792c1a3 commit 620fdcf
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 322 deletions.
2 changes: 1 addition & 1 deletion docs/js/test-bundle.min.js

Large diffs are not rendered by default.

28 changes: 9 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,53 +53,43 @@
"start": "cd docs && npm start"
},
"devDependencies": {
"@peggyjs/eslint-config": "^4.0.1",
"@peggyjs/eslint-config": "^4.0.3",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/chai": "^4.3.11",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@types/node": "^22.0.2",
"chai": "^4.3.11",
"chai-like": "^1.1.1",
"copyfiles": "^2.4.1",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-plugin-compat": "6.0.0",
"eslint-plugin-mocha": "10.4.3",
"eslint-plugin-mocha": "10.5.0",
"express": "4.19.2",
"glob": "^11.0.0",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"rollup": "^4.18.1",
"rollup": "^4.19.1",
"rollup-plugin-ignore": "1.0.10",
"source-map": "^0.8.0-beta.0",
"terser": "^5.31.3",
"ts-jest": "^29.2.3",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"typescript-eslint": "8.0.0-alpha.44"
"typescript": "^5.5.4",
"typescript-eslint": "8.0.0"
},
"dependencies": {
"@peggyjs/from-mem": "1.3.3",
"@peggyjs/from-mem": "1.3.4",
"commander": "^12.1.0",
"source-map-generator": "0.8.0"
},
"browserslist": [
"defaults, maintained node versions, not op_mini all"
],
"overrides": {
"@typescript-eslint/utils": "8.0.0-alpha.44",
"@typescript-eslint/parser": "8.0.0-alpha.44"
},
"pnpm": {
"overrides": {
"@typescript-eslint/utils": "8.0.0-alpha.44",
"@typescript-eslint/parser": "8.0.0-alpha.44"
}
},
"packageManager": "[email protected]",
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
Expand Down
Loading

0 comments on commit 620fdcf

Please sign in to comment.