Skip to content

Commit

Permalink
Upgrade dev dependencies to latest versions
Browse files Browse the repository at this point in the history
Except for glob package, since glob v11 drops support for Node 18, yet
we want to continue supporting Node 18 for the time being.
  • Loading branch information
caleb531 committed Nov 25, 2024
1 parent f85d310 commit d950cc9
Show file tree
Hide file tree
Showing 2 changed files with 890 additions and 662 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@
"html-entities": "^2.5.2"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
"@eslint/js": "^9.15.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-wasm": "^6.2.2",
"@types/node": "^20.14.10",
"@vitest/coverage-v8": "^2.0.1",
"eslint": "^9.9.0",
"@types/node": "^22.9.3",
"@vitest/coverage-v8": "^2.1.5",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"glob": "^10.4.3",
"globals": "^15.9.0",
"msw": "^2.4.1",
"prettier": "^3.3.2",
"rollup": "^4.18.1",
"globals": "^15.12.0",
"msw": "^2.6.6",
"prettier": "^3.3.3",
"rollup": "^4.27.4",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"tslib": "^2.6.3",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"typescript-eslint": "^8.1.0",
"vitest": "^2.0.1"
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"vitest": "^2.1.5"
}
}
Loading

0 comments on commit d950cc9

Please sign in to comment.