0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/.licensee.json
David Taylor 12fa3d0682
DEV: Bump vitest and vite (#40450)
Bumps `vitest` to `4.1.8`, and bumps the `vite` subdependency to `8.x`.
Vite 8 dropped its dependency on `esbuild`, so this means `esbuild` is
no longer in our node_modules
2026-06-08 10:29:44 +01:00

25 lines
460 B
JSON
Vendored

{
"licenses": {
"blueOak": "bronze",
"spdx": [
"CC-BY-3.0",
"CC-BY-4.0",
"Apache-2.0 WITH LLVM-exception",
"MPL-2.0"
]
},
"packages": {
"@fortawesome/fontawesome-free": "*",
"@jspreadsheet/formula": "2.0.2",
"cli-table": "0.3.11",
"jsonify": "0.0.1",
"jspreadsheet-ce": "5.0.4",
"@embroider/vite": "1.7.5"
},
"corrections": true,
"ignore": [
{
"author": "Discourse"
}
]
}