Skip to content

Commit

Permalink
Merge pull request #556 from hildjj/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hildjj authored Oct 1, 2024
2 parents 4e72c49 + 588e221 commit ed84133
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 341 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: pnpm i -r
- run: npm run build
- run: npm run docs
- run: npm pkg delete devDependencies scripts
- run: npm pkg delete devDependencies scripts pnpm browserslist packageManager
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down
21 changes: 13 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,39 +57,44 @@
},
"devDependencies": {
"@peggyjs/eslint-config": "^4.0.4",
"@rollup/plugin-commonjs": "^26.0.2",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.4",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/chai": "^4.3.11",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@types/node": "^22.7.4",
"chai": "^4.3.11",
"chai-like": "^1.1.3",
"copyfiles": "^2.4.1",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-mocha": "10.5.0",
"express": "4.21.0",
"glob": "^11.0.0",
"jest": "^29.7.0",
"package-extract": "2.2.0",
"rimraf": "^5.0.10",
"rollup": "^4.22.4",
"rollup": "^4.22.5",
"rollup-plugin-ignore": "1.0.10",
"source-map": "^0.8.0-beta.0",
"terser": "^5.33.0",
"terser": "^5.34.1",
"ts-jest": "^29.2.5",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript-eslint": "8.6.0"
"typescript": "5.5.4",
"typescript-eslint": "8.8.0"
},
"dependencies": {
"@peggyjs/from-mem": "1.3.4",
"commander": "^12.1.0",
"source-map-generator": "0.8.0"
},
"pnpm": {
"overrides": {
"picomatch": "^4.0.2"
}
},
"browserslist": [
"defaults, maintained node versions, not op_mini all"
],
Expand Down
Loading

0 comments on commit ed84133

Please sign in to comment.