File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ const output = {
6
6
filename : '[name].js' ,
7
7
library : {
8
8
type : 'module'
9
- }
9
+ } ,
10
+ hashFunction : 'xxhash64'
10
11
} ;
11
12
const alias = {
12
13
assert : resolve ( './shim-assert.cjs' ) ,
Original file line number Diff line number Diff line change 17
17
"eslint" : " ^8.0.0" ,
18
18
"eslint-plugin-svelte3" : " ^4.0.0" ,
19
19
"eslint-scope" : " ^7.0.0" ,
20
+ "esquery" : " ^1.5.0" ,
20
21
"pako" : " ^2.0.3" ,
21
22
"svelte" : " ^3.41.0" ,
22
- "svelte-eslint-parser" : " link:.."
23
+ "svelte-eslint-parser" : " link:.." ,
24
+ "tslib" : " ^2.5.0"
23
25
},
24
26
"devDependencies" : {
25
27
"@sveltejs/adapter-static" : " ^2.0.0" ,
26
28
"@sveltejs/kit" : " ^1.0.0-next.456" ,
27
29
"prettier" : " ^2.3.0" ,
28
30
"prettier-plugin-svelte" : " ^2.3.0" ,
29
31
"string-replace-loader" : " ^3.0.1" ,
32
+ "typescript" : " ^5.0.4" ,
30
33
"vite" : " ^4.0.0" ,
31
- "webpack" : " ^5.37 .1" ,
34
+ "webpack" : " ^5.82 .1" ,
32
35
"webpack-cli" : " ^5.0.0" ,
33
36
"wrapper-webpack-plugin" : " ^2.1.0"
34
37
}
Original file line number Diff line number Diff line change 73
73
"@types/semver" : " ^7.3.9" ,
74
74
"@typescript-eslint/eslint-plugin" : " ^5.4.0" ,
75
75
"@typescript-eslint/parser" : " ~5.59.0" ,
76
+ "@typescript-eslint/types" : " ^5.59.5" ,
76
77
"benchmark" : " ^2.1.4" ,
77
78
"chai" : " ^4.3.4" ,
78
79
"env-cmd" : " ^10.1.0" ,
You can’t perform that action at this time.
0 commit comments