mirror of https://github.com/go-gitea/gitea
Update JS dependencies (#19675)
* Update JS dependencies - Update all JS dependencies minus vue and vue-loader - Adapt to jest 28 - Add new eslint rules - Tested Mermaid and Swagger-UI * switch to @happy-dom/jest-environment for faster tests * bump eslint env to es2022pull/19676/head^2
parent
9d0253a9fa
commit
3c658dff23
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 856 B |
After Width: | Height: | Size: 547 B |
After Width: | Height: | Size: 379 B |
After Width: | Height: | Size: 587 B |
@ -0,0 +1,5 @@ |
||||
export default { // eslint-disable-line import/no-unused-modules
|
||||
process: (content) => { |
||||
return {code: `module.exports = ${JSON.stringify(content)}`}; |
||||
}, |
||||
}; |
Loading…
Reference in new issue