File tree Expand file tree Collapse file tree 5 files changed +126
-157
lines changed
ecosystem/plugin-docsearch Expand file tree Collapse file tree 5 files changed +126
-157
lines changed Original file line number Diff line number Diff line change 37
37
"copy" : " cpx \" src/**/*.css\" lib"
38
38
},
39
39
"dependencies" : {
40
- "@docsearch/css" : " ^3.2.0 " ,
41
- "@docsearch/js" : " ^3.2.0 " ,
42
- "@docsearch/react" : " ^3.2.0 " ,
40
+ "@docsearch/css" : " ^3.2.1 " ,
41
+ "@docsearch/js" : " ^3.2.1 " ,
42
+ "@docsearch/react" : " ^3.2.1 " ,
43
43
"@vuepress/client" : " workspace:*" ,
44
44
"@vuepress/core" : " workspace:*" ,
45
45
"@vuepress/shared" : " workspace:*" ,
Original file line number Diff line number Diff line change 36
36
"devDependencies" : {
37
37
"@commitlint/cli" : " ^17.0.3" ,
38
38
"@commitlint/config-conventional" : " ^17.0.3" ,
39
- "@types/node" : " ^18.7.5 " ,
40
- "@types/webpack-env" : " ^1.17 .0" ,
41
- "@vitest/coverage-istanbul" : " ^0.22.0 " ,
39
+ "@types/node" : " ^18.7.6 " ,
40
+ "@types/webpack-env" : " ^1.18 .0" ,
41
+ "@vitest/coverage-istanbul" : " ^0.22.1 " ,
42
42
"bumpp" : " ^8.2.1" ,
43
43
"conventional-changelog-cli" : " ^2.2.2" ,
44
44
"cpx2" : " ^4.2.0" ,
54
54
"tsconfig-vuepress" : " ^4.0.0" ,
55
55
"tsup" : " ^6.2.2" ,
56
56
"typescript" : " ^4.7.4" ,
57
- "vite" : " ~3.0.7 " ,
58
- "vitest" : " ^0.22.0 "
57
+ "vite" : " ~3.0.8 " ,
58
+ "vitest" : " ^0.22.1 "
59
59
},
60
- "packageManager" : " pnpm@7.9.0 " ,
60
+ "packageManager" : " pnpm@7.9.3 " ,
61
61
"engines" : {
62
62
"node" : " >=14.18.0"
63
63
},
66
66
"ignoreMissing" : [
67
67
" @algolia/client-search" ,
68
68
" @types/node" ,
69
- " @types/react" ,
70
69
" eslint-plugin-import" ,
71
70
" eslint-plugin-n" ,
72
71
" eslint-plugin-promise" ,
73
- " react" ,
74
- " react-dom" ,
75
72
" typescript" ,
76
73
" webpack"
77
74
]
Original file line number Diff line number Diff line change 37
37
},
38
38
"dependencies" : {
39
39
"@types/express" : " ^4.17.13" ,
40
- "@types/webpack-env" : " ^1.17 .0" ,
40
+ "@types/webpack-env" : " ^1.18 .0" ,
41
41
"@vuepress/client" : " workspace:*" ,
42
42
"@vuepress/core" : " workspace:*" ,
43
43
"@vuepress/shared" : " workspace:*" ,
Original file line number Diff line number Diff line change 42
42
"cac" : " ^6.7.12" ,
43
43
"chokidar" : " ^3.5.3" ,
44
44
"envinfo" : " ^7.8.1" ,
45
- "esbuild" : " ^0.15.3 "
45
+ "esbuild" : " ^0.15.5 "
46
46
},
47
47
"devDependencies" : {
48
48
"@types/envinfo" : " ^7.8.1"
You can’t perform that action at this time.
0 commit comments