File tree 17 files changed +136
-133
lines changed
resolve/require-pkg-with-module-field
17 files changed +136
-133
lines changed Original file line number Diff line number Diff line change 58
58
"@types/semver" : " ^7.3.13" ,
59
59
"@types/stylus" : " ^0.48.38" ,
60
60
"@types/ws" : " ^8.5.3" ,
61
- "@typescript-eslint/eslint-plugin" : " ^5.44 .0" ,
62
- "@typescript-eslint/parser" : " ^5.44 .0" ,
61
+ "@typescript-eslint/eslint-plugin" : " ^5.45 .0" ,
62
+ "@typescript-eslint/parser" : " ^5.45 .0" ,
63
63
"conventional-changelog-cli" : " ^2.2.2" ,
64
64
"esbuild" : " ^0.15.9" ,
65
- "eslint" : " ^8.28 .0" ,
65
+ "eslint" : " ^8.29 .0" ,
66
66
"eslint-define-config" : " ^1.12.0" ,
67
67
"eslint-plugin-import" : " ^2.26.0" ,
68
68
"eslint-plugin-node" : " ^11.1.0" ,
69
69
"eslint-plugin-regexp" : " ^1.11.0" ,
70
70
"execa" : " ^6.1.0" ,
71
71
"fast-glob" : " ^3.2.12" ,
72
72
"fs-extra" : " ^10.1.0" ,
73
- "lint-staged" : " ^13.0.4 " ,
73
+ "lint-staged" : " ^13.1.0 " ,
74
74
"minimist" : " ^1.2.7" ,
75
75
"npm-run-all" : " ^4.1.5" ,
76
76
"picocolors" : " ^1.0.0" ,
77
77
"playwright-chromium" : " ^1.28.1" ,
78
- "pnpm" : " ^7.17.1 " ,
78
+ "pnpm" : " ^7.18.0 " ,
79
79
"prettier" : " 2.8.0" ,
80
80
"prompts" : " ^2.4.2" ,
81
81
"resolve" : " ^1.22.1" ,
111
111
" eslint --cache --fix"
112
112
]
113
113
},
114
- "packageManager" : " pnpm@7.17.1 " ,
114
+ "packageManager" : " pnpm@7.18.0 " ,
115
115
"pnpm" : {
116
116
"overrides" : {
117
117
"vite" : " workspace:*"
Original file line number Diff line number Diff line change 13
13
"react-dom" : " ^18.2.0"
14
14
},
15
15
"devDependencies" : {
16
- "@types/react" : " ^18.0.25 " ,
16
+ "@types/react" : " ^18.0.26 " ,
17
17
"@types/react-dom" : " ^18.0.9" ,
18
- "@vitejs/plugin-react" : " ^3.0.0-alpha.0 " ,
18
+ "@vitejs/plugin-react" : " ^3.0.0-alpha.2 " ,
19
19
"typescript" : " ^4.6.4" ,
20
20
"vite" : " ^3.2.4"
21
21
}
Original file line number Diff line number Diff line change 13
13
"react-dom" : " ^18.2.0"
14
14
},
15
15
"devDependencies" : {
16
- "@types/react" : " ^18.0.25 " ,
16
+ "@types/react" : " ^18.0.26 " ,
17
17
"@types/react-dom" : " ^18.0.9" ,
18
- "@vitejs/plugin-react" : " ^3.0.0-alpha.0 " ,
18
+ "@vitejs/plugin-react" : " ^3.0.0-alpha.2 " ,
19
19
"vite" : " ^3.2.4"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 10
10
"check" : " svelte-check --tsconfig ./tsconfig.json"
11
11
},
12
12
"devDependencies" : {
13
- "@sveltejs/vite-plugin-svelte" : " ^1.3.1 " ,
13
+ "@sveltejs/vite-plugin-svelte" : " ^1.4.0 " ,
14
14
"@tsconfig/svelte" : " ^3.0.0" ,
15
15
"svelte" : " ^3.53.1" ,
16
- "svelte-check" : " ^2.9.2 " ,
16
+ "svelte-check" : " ^2.10.0 " ,
17
17
"svelte-preprocess" : " ^4.10.7" ,
18
18
"tslib" : " ^2.4.1" ,
19
19
"typescript" : " ^4.6.4" ,
Original file line number Diff line number Diff line change 9
9
"preview" : " vite preview"
10
10
},
11
11
"devDependencies" : {
12
- "@sveltejs/vite-plugin-svelte" : " ^1.3.1 " ,
12
+ "@sveltejs/vite-plugin-svelte" : " ^1.4.0 " ,
13
13
"svelte" : " ^3.53.1" ,
14
14
"vite" : " ^3.2.4"
15
15
}
Original file line number Diff line number Diff line change 12
12
"vue" : " ^3.2.45"
13
13
},
14
14
"devDependencies" : {
15
- "@vitejs/plugin-vue" : " ^4.0.0-alpha.0 " ,
15
+ "@vitejs/plugin-vue" : " ^4.0.0-alpha.2 " ,
16
16
"typescript" : " ^4.6.4" ,
17
17
"vite" : " ^3.2.4" ,
18
- "vue-tsc" : " ^1.0.9 "
18
+ "vue-tsc" : " ^1.0.11 "
19
19
}
20
20
}
Original file line number Diff line number Diff line change 12
12
"vue" : " ^3.2.45"
13
13
},
14
14
"devDependencies" : {
15
- "@vitejs/plugin-vue" : " ^4.0.0-alpha.0 " ,
15
+ "@vitejs/plugin-vue" : " ^4.0.0-alpha.2 " ,
16
16
"vite" : " ^3.2.4"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 37
37
"dependencies" : {
38
38
"@babel/standalone" : " ^7.20.6" ,
39
39
"core-js" : " ^3.26.1" ,
40
- "magic-string" : " ^0.26.7 " ,
40
+ "magic-string" : " ^0.27.0 " ,
41
41
"regenerator-runtime" : " ^0.13.11" ,
42
42
"systemjs" : " ^6.13.0"
43
43
},
Original file line number Diff line number Diff line change 97
97
"fast-glob" : " ^3.2.12" ,
98
98
"http-proxy" : " ^1.18.1" ,
99
99
"launch-editor-middleware" : " ^2.6.0" ,
100
- "magic-string" : " ^0.26.7 " ,
100
+ "magic-string" : " ^0.27.0 " ,
101
101
"micromatch" : " ^4.0.5" ,
102
102
"mlly" : " ^0.5.17" ,
103
103
"mrmime" : " ^1.0.1" ,
107
107
"periscopic" : " ^3.0.4" ,
108
108
"picocolors" : " ^1.0.0" ,
109
109
"picomatch" : " ^2.3.1" ,
110
- "postcss-import" : " ^15.0.0 " ,
110
+ "postcss-import" : " ^15.0.1 " ,
111
111
"postcss-load-config" : " ^4.0.1" ,
112
112
"postcss-modules" : " ^6.0.0" ,
113
113
"resolve.exports" : " ^1.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vite/test-config-sibling" ,
3
3
"devDependencies" : {
4
- "@types/lodash" : " ^4.14.190 " ,
4
+ "@types/lodash" : " ^4.14.191 " ,
5
5
"lodash" : " ^4.17.21"
6
6
}
7
7
}
Original file line number Diff line number Diff line change 10
10
},
11
11
"devDependencies" : {
12
12
"less" : " ^4.1.3" ,
13
- "magic-string" : " ^0.26.7 " ,
13
+ "magic-string" : " ^0.27.0 " ,
14
14
"sass" : " ^1.56.1" ,
15
15
"stylus" : " ^0.59.0" ,
16
16
"sugarss" : " ^4.0.1"
Original file line number Diff line number Diff line change 13
13
"devDependencies" : {
14
14
"@vitejs/plugin-legacy" : " workspace:*" ,
15
15
"express" : " ^4.18.2" ,
16
- "terser" : " ^5.16.0 "
16
+ "terser" : " ^5.16.1 "
17
17
}
18
18
}
Original file line number Diff line number Diff line change 40
40
"lodash.clonedeep" : " ^4.5.0"
41
41
},
42
42
"devDependencies" : {
43
- "@vitejs/plugin-vue" : " ^4.0.0-alpha.0 "
43
+ "@vitejs/plugin-vue" : " ^4.0.0-alpha.2 "
44
44
}
45
45
}
Original file line number Diff line number Diff line change 21
21
"vue-router" : " ^4.1.6"
22
22
},
23
23
"devDependencies" : {
24
- "@vitejs/plugin-vue" : " ^4.0.0-alpha.0 " ,
25
- "terser" : " ^5.16.0 " ,
24
+ "@vitejs/plugin-vue" : " ^4.0.0-alpha.2 " ,
25
+ "terser" : " ^5.16.1 " ,
26
26
"@vitejs/test-dep-a" : " file:./dep-a" ,
27
27
"@vitejs/test-dep-including-a" : " file:./dep-including-a"
28
28
}
Original file line number Diff line number Diff line change 4
4
"version" : " 1.0.0" ,
5
5
"main" : " ./index.cjs" ,
6
6
"dependencies" : {
7
- "bignumber.js" : " 9.1.0 "
7
+ "bignumber.js" : " 9.1.1 "
8
8
}
9
9
}
Original file line number Diff line number Diff line change 15
15
"vue-router" : " ^4.1.6"
16
16
},
17
17
"devDependencies" : {
18
- "@vitejs/plugin-vue" : " ^4.0.0-alpha.0 " ,
18
+ "@vitejs/plugin-vue" : " ^4.0.0-alpha.2 " ,
19
19
"ts-node" : " ^10.9.1"
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments