File tree Expand file tree Collapse file tree 11 files changed +3281
-671
lines changed Expand file tree Collapse file tree 11 files changed +3281
-671
lines changed Original file line number Diff line number Diff line change 29
29
"https-localhost" : " ^4.7.1" ,
30
30
"unocss" : " ^0.53.4" ,
31
31
"unplugin-vue-components" : " ^0.25.1" ,
32
- "vite" : " ^4.0 .0" ,
32
+ "vite" : " ^4.5 .0" ,
33
33
"vite-plugin-pwa" : " ^0.16.4" ,
34
34
"vitepress" : " 1.0.0-beta.5" ,
35
35
"workbox-window" : " ^7.0.0"
Original file line number Diff line number Diff line change 20
20
"@storybook/addon-actions" : " ^6.5.5" ,
21
21
"@storybook/addon-essentials" : " ^6.5.5" ,
22
22
"@storybook/addon-links" : " ^6.5.5" ,
23
+ "@storybook/addons" : " ^6.5.5" ,
23
24
"@storybook/builder-vite" : " ^0.1.35" ,
25
+ "@storybook/client-api" : " ^6.5.5" ,
26
+ "@storybook/preview-web" : " ^6.5.5" ,
24
27
"@storybook/react" : " ^6.5.5" ,
25
28
"@storybook/testing-library" : " ^0.0.11" ,
26
29
"@storybook/testing-react" : " ^1.3.0" ,
Original file line number Diff line number Diff line change 1
1
[build .environment ]
2
- NPM_FLAGS = " --version"
3
- NODE_VERSION = " 16"
2
+ NODE_VERSION = " 18"
3
+ # don't need playwright for docs build
4
+ PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = " 1"
4
5
5
6
[build ]
6
7
publish = " docs/.vitepress/dist"
7
- command = " npx pnpm@7.8.0 i --store=node_modules/.pnpm-store --no-frozen-lockfile && npm run docs:build"
8
+ command = " pnpm docs:build"
8
9
ignore = " git diff --quiet $COMMIT_REF $CACHED_COMMIT_REF -- docs/ package.json pnpm-lock.yaml"
9
10
10
11
[[redirects ]]
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 1.0.0-beta.2" ,
5
5
"private" : true ,
6
- "packageManager" : " pnpm@8.7.4 " ,
6
+ "packageManager" : " pnpm@8.9.2 " ,
7
7
"description" : " Next generation testing framework powered by Vite" ,
8
8
"scripts" : {
9
9
"ci" : " ni && nr typecheck && nr lint && nr build && nr test:all" ,
56
56
"fast-glob" : " ^3.3.0" ,
57
57
"if-node-version" : " ^1.1.1" ,
58
58
"lint-staged" : " ^13.2.3" ,
59
- "magic-string" : " ^0.30.1 " ,
59
+ "magic-string" : " ^0.30.5 " ,
60
60
"node-fetch-native" : " ^1.4.0" ,
61
61
"npm-run-all" : " ^4.1.5" ,
62
62
"ofetch" : " ^1.3.3" ,
63
63
"pathe" : " ^1.1.1" ,
64
- "pnpm" : " 8.6.6" ,
65
64
"rimraf" : " ^5.0.1" ,
66
65
"rollup" : " ^3.29.4" ,
67
66
"rollup-plugin-dts" : " ^6.0.2" ,
71
70
"ts-node" : " ^10.9.1" ,
72
71
"tsup" : " ^6.7.0" ,
73
72
"typescript" : " ^5.1.6" ,
74
- "vite" : " ^4.2.1 " ,
73
+ "vite" : " ^4.5.0 " ,
75
74
"vitest" : " workspace:*"
76
75
},
77
76
"pnpm" : {
78
77
"overrides" : {
79
- "vite" : " ^4.4.10 " ,
78
+ "vite" : " $vite " ,
80
79
"vitest" : " workspace:*"
81
80
},
82
81
"peerDependencyRules" : {
Original file line number Diff line number Diff line change 43
43
},
44
44
"dependencies" : {
45
45
"estree-walker" : " ^3.0.3" ,
46
- "magic-string" : " ^0.30.4 " ,
46
+ "magic-string" : " ^0.30.5 " ,
47
47
"sirv" : " ^2.0.3"
48
48
},
49
49
"devDependencies" : {
Original file line number Diff line number Diff line change 51
51
"istanbul-lib-report" : " ^3.0.1" ,
52
52
"istanbul-lib-source-maps" : " ^4.0.1" ,
53
53
"istanbul-reports" : " ^3.1.5" ,
54
- "magic-string" : " ^0.30.4 " ,
54
+ "magic-string" : " ^0.30.5 " ,
55
55
"picocolors" : " ^1.0.0" ,
56
56
"std-env" : " ^3.3.3" ,
57
57
"test-exclude" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 43
43
"prepublishOnly" : " pnpm build"
44
44
},
45
45
"dependencies" : {
46
- "magic-string" : " ^0.30.1 " ,
46
+ "magic-string" : " ^0.30.5 " ,
47
47
"pathe" : " ^1.1.1" ,
48
48
"pretty-format" : " ^29.5.0"
49
49
},
Original file line number Diff line number Diff line change 80
80
"unocss" : " ^0.53.4" ,
81
81
"unplugin-auto-import" : " ^0.16.4" ,
82
82
"unplugin-vue-components" : " ^0.25.1" ,
83
- "vite" : " ^4.0 .0" ,
83
+ "vite" : " ^4.5 .0" ,
84
84
"vite-plugin-pages" : " ^0.31.0" ,
85
85
"vue" : " ^3.3.4" ,
86
86
"vue-router" : " ^4.2.2"
Original file line number Diff line number Diff line change 157
157
"chai" : " ^4.3.10" ,
158
158
"debug" : " ^4.3.4" ,
159
159
"local-pkg" : " ^0.4.3" ,
160
- "magic-string" : " ^0.30.4 " ,
160
+ "magic-string" : " ^0.30.5 " ,
161
161
"pathe" : " ^1.1.1" ,
162
162
"picocolors" : " ^1.0.0" ,
163
163
"std-env" : " ^3.3.3" ,
You can’t perform that action at this time.
0 commit comments