-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(server): update dependencies
- Loading branch information
Showing
12 changed files
with
2,489 additions
and
1,668 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,15 @@ | |
"author": "Nicolas Giard", | ||
"license": "AGPL-3.0", | ||
"dependencies": { | ||
"lit": "2.8.0" | ||
"lit": "3.2.1" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-graphql": "2.0.4", | ||
"@rollup/plugin-node-resolve": "15.2.2", | ||
"@rollup/plugin-graphql": "2.0.5", | ||
"@rollup/plugin-node-resolve": "15.3.0", | ||
"@rollup/plugin-terser": "0.4.4", | ||
"glob": "10.3.10", | ||
"rollup": "3.29.4", | ||
"rollup-plugin-summary": "2.0.0" | ||
} | ||
"glob": "11.0.0", | ||
"rollup": "4.24.0", | ||
"rollup-plugin-summary": "2.0.1" | ||
}, | ||
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import neostandard from 'neostandard' | ||
|
||
export default neostandard({ | ||
globals: { | ||
document: false, | ||
navigator: false, | ||
window: false, | ||
WIKI: true | ||
}, | ||
ignores: [ | ||
'**/node_modules/**', | ||
'**/*.min.js', | ||
'coverage/**', | ||
'repo/**', | ||
'data/**', | ||
'logs/**', | ||
'locales/**' | ||
] | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.