Skip to content

Commit

Permalink
Merge pull request #573 from hildjj/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hildjj authored Nov 19, 2024
2 parents a13b72b + 5037bcf commit 848ece7
Show file tree
Hide file tree
Showing 3 changed files with 372 additions and 381 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,34 +56,34 @@
"version": "npm run set_version && npm run parser && npm run parser && npm run test && npm run examples && git add lib/version.js lib/parser.js docs/index.html test/cli/fixtures/imports_peggy.js test/cli/fixtures/lib.js docs/js/examples.js"
},
"devDependencies": {
"@peggyjs/eslint-config": "^5.0.0",
"@peggyjs/eslint-config": "^5.0.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/chai": "^4.3.11",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"chai": "^4.3.11",
"chai-like": "^1.1.3",
"copyfiles": "^2.4.1",
"eslint": "^9.12.0",
"eslint": "^9.15.0",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-mocha": "10.5.0",
"express": "4.21.1",
"glob": "^11.0.0",
"jest": "^29.7.0",
"package-extract": "2.3.0",
"rimraf": "^5.0.10",
"rollup": "^4.24.0",
"rollup": "^4.27.3",
"rollup-plugin-ignore": "1.0.10",
"source-map": "^0.8.0-beta.0",
"terser": "^5.36.0",
"ts-jest": "^29.2.5",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "5.6.3",
"typescript-eslint": "8.10.0"
"typescript-eslint": "8.15.0"
},
"dependencies": {
"@peggyjs/from-mem": "1.3.5",
Expand All @@ -98,7 +98,7 @@
"browserslist": [
"defaults, maintained node versions, not op_mini all"
],
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.13.2",
"engines": {
"node": ">=18"
}
Expand Down
Loading

0 comments on commit 848ece7

Please sign in to comment.