File tree 16 files changed +270
-278
lines changed
16 files changed +270
-278
lines changed Original file line number Diff line number Diff line change 58
58
"@types/semver" : " ^7.3.12" ,
59
59
"@types/stylus" : " ^0.48.38" ,
60
60
"@types/ws" : " ^8.5.3" ,
61
- "@typescript-eslint/eslint-plugin" : " ^5.40.1 " ,
62
- "@typescript-eslint/parser" : " ^5.40.1 " ,
61
+ "@typescript-eslint/eslint-plugin" : " ^5.41.0 " ,
62
+ "@typescript-eslint/parser" : " ^5.41.0 " ,
63
63
"conventional-changelog-cli" : " ^2.2.2" ,
64
64
"esbuild" : " ^0.14.47" ,
65
- "eslint" : " ^8.25 .0" ,
66
- "eslint-define-config" : " ^1.7 .0" ,
65
+ "eslint" : " ^8.26 .0" ,
66
+ "eslint-define-config" : " ^1.8 .0" ,
67
67
"eslint-plugin-import" : " ^2.26.0" ,
68
68
"eslint-plugin-node" : " ^11.1.0" ,
69
69
"execa" : " ^6.1.0" ,
74
74
"npm-run-all" : " ^4.1.5" ,
75
75
"picocolors" : " ^1.0.0" ,
76
76
"playwright-chromium" : " ^1.27.1" ,
77
- "pnpm" : " ^7.13.5 " ,
77
+ "pnpm" : " ^7.14.0 " ,
78
78
"prettier" : " 2.7.1" ,
79
79
"prompts" : " ^2.4.2" ,
80
80
"resolve" : " ^1.22.1" ,
84
84
"semver" : " ^7.3.8" ,
85
85
"simple-git-hooks" : " ^2.8.1" ,
86
86
"tslib" : " ^2.4.0" ,
87
- "tsx" : " ^3.10.4 " ,
87
+ "tsx" : " ^3.11.0 " ,
88
88
"typescript" : " ^4.6.4" ,
89
89
"unbuild" : " ^0.9.4" ,
90
90
"vite" : " workspace:*" ,
91
- "vitepress" : " ^1.0.0-alpha.21 " ,
91
+ "vitepress" : " ^1.0.0-alpha.22 " ,
92
92
"vitest" : " ^0.24.3" ,
93
93
"vue" : " ^3.2.41"
94
94
},
110
110
" eslint --cache --fix"
111
111
]
112
112
},
113
- "packageManager" : " pnpm@7.13.5 " ,
113
+ "packageManager" : " pnpm@7.14.0 " ,
114
114
"pnpm" : {
115
115
"overrides" : {
116
116
"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.21 " ,
17
- "@types/react-dom" : " ^18.0.6 " ,
16
+ "@types/react" : " ^18.0.22 " ,
17
+ "@types/react-dom" : " ^18.0.7 " ,
18
18
"@vitejs/plugin-react" : " ^2.1.0" ,
19
19
"typescript" : " ^4.6.4" ,
20
20
"vite" : " ^3.1.8"
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.21 " ,
17
- "@types/react-dom" : " ^18.0.6 " ,
16
+ "@types/react" : " ^18.0.22 " ,
17
+ "@types/react-dom" : " ^18.0.7 " ,
18
18
"@vitejs/plugin-react" : " ^2.1.0" ,
19
19
"vite" : " ^3.1.8"
20
20
}
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.0.9 " ,
13
+ "@sveltejs/vite-plugin-svelte" : " ^1.1.0 " ,
14
14
"@tsconfig/svelte" : " ^3.0.0" ,
15
15
"svelte" : " ^3.52.0" ,
16
16
"svelte-check" : " ^2.9.2" ,
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.0.9 " ,
12
+ "@sveltejs/vite-plugin-svelte" : " ^1.1.0 " ,
13
13
"svelte" : " ^3.52.0" ,
14
14
"vite" : " ^3.1.8"
15
15
}
Original file line number Diff line number Diff line change 15
15
"@vitejs/plugin-vue" : " ^3.1.2" ,
16
16
"typescript" : " ^4.6.4" ,
17
17
"vite" : " ^3.1.8" ,
18
- "vue-tsc" : " ^1.0.8 "
18
+ "vue-tsc" : " ^1.0.9 "
19
19
}
20
20
}
Original file line number Diff line number Diff line change 35
35
},
36
36
"homepage" : " https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme" ,
37
37
"dependencies" : {
38
- "@babel/standalone" : " ^7.19.5 " ,
39
- "core-js" : " ^3.25.5 " ,
38
+ "@babel/standalone" : " ^7.19.6 " ,
39
+ "core-js" : " ^3.26.0 " ,
40
40
"magic-string" : " ^0.26.7" ,
41
41
"regenerator-runtime" : " ^0.13.10" ,
42
42
"systemjs" : " ^6.13.0"
46
46
"vite" : " ^3.0.0"
47
47
},
48
48
"devDependencies" : {
49
- "@babel/core" : " ^7.19.3 " ,
49
+ "@babel/core" : " ^7.19.6 " ,
50
50
"picocolors" : " ^1.0.0" ,
51
51
"vite" : " workspace:*"
52
52
}
Original file line number Diff line number Diff line change 38
38
},
39
39
"homepage" : " https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme" ,
40
40
"dependencies" : {
41
- "@babel/core" : " ^7.19.3 " ,
41
+ "@babel/core" : " ^7.19.6 " ,
42
42
"@babel/plugin-transform-react-jsx" : " ^7.19.0" ,
43
43
"@babel/plugin-transform-react-jsx-development" : " ^7.18.6" ,
44
44
"@babel/plugin-transform-react-jsx-self" : " ^7.18.6" ,
45
- "@babel/plugin-transform-react-jsx-source" : " ^7.18 .6" ,
45
+ "@babel/plugin-transform-react-jsx-source" : " ^7.19 .6" ,
46
46
"magic-string" : " ^0.26.7" ,
47
47
"react-refresh" : " ^0.14.0"
48
48
},
Original file line number Diff line number Diff line change 35
35
},
36
36
"homepage" : " https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme" ,
37
37
"dependencies" : {
38
- "@babel/core" : " ^7.19.3 " ,
38
+ "@babel/core" : " ^7.19.6 " ,
39
39
"@babel/plugin-transform-typescript" : " ^7.19.3" ,
40
40
"@vue/babel-plugin-jsx" : " ^1.1.1"
41
41
},
Original file line number Diff line number Diff line change 69
69
},
70
70
"devDependencies" : {
71
71
"@ampproject/remapping" : " ^2.2.0" ,
72
- "@babel/parser" : " ^7.19.4 " ,
72
+ "@babel/parser" : " ^7.19.6 " ,
73
73
"@babel/types" : " ^7.19.4" ,
74
74
"@jridgewell/trace-mapping" : " ^0.3.17" ,
75
- "@rollup/plugin-alias" : " ^4.0.0 " ,
75
+ "@rollup/plugin-alias" : " ^4.0.2 " ,
76
76
"@rollup/plugin-commonjs" : " ^22.0.2" ,
77
77
"@rollup/plugin-dynamic-import-vars" : " ^1.4.4" ,
78
78
"@rollup/plugin-json" : " ^4.1.0" ,
79
79
"@rollup/plugin-node-resolve" : " 14.1.0" ,
80
80
"@rollup/plugin-typescript" : " ^8.5.0" ,
81
81
"@rollup/pluginutils" : " ^4.2.1" ,
82
- "acorn" : " ^8.8.0 " ,
82
+ "acorn" : " ^8.8.1 " ,
83
83
"cac" : " ^6.7.14" ,
84
84
"chokidar" : " ^3.5.3" ,
85
85
"connect" : " ^3.7.0" ,
91
91
"dep-types" : " link:./src/types" ,
92
92
"dotenv" : " ^14.3.2" ,
93
93
"dotenv-expand" : " ^5.1.0" ,
94
- "es-module-lexer" : " 1.0.3 " ,
94
+ "es-module-lexer" : " ^1.1.0 " ,
95
95
"estree-walker" : " ^3.0.1" ,
96
96
"etag" : " ^1.8.1" ,
97
97
"fast-glob" : " ^3.2.12" ,
122
122
"tslib" : " ^2.4.0" ,
123
123
"types" : " link:./types" ,
124
124
"ufo" : " ^0.8.6" ,
125
- "ws" : " ^8.9 .0"
125
+ "ws" : " ^8.10 .0"
126
126
},
127
127
"peerDependencies" : {
128
128
"less" : " *" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"devDependencies" : {
12
12
"sass" : " ^1.55.0" ,
13
- "tailwindcss" : " ^3.2.0 " ,
13
+ "tailwindcss" : " ^3.2.1 " ,
14
14
"fast-glob" : " ^3.2.12"
15
15
}
16
16
}
Original file line number Diff line number Diff line change 18
18
},
19
19
"dependencies" : {
20
20
"vue" : " ^3.2.41" ,
21
- "vue-router" : " ^4.1.5 "
21
+ "vue-router" : " ^4.1.6 "
22
22
},
23
23
"devDependencies" : {
24
24
"@vitejs/plugin-vue" : " workspace:*" ,
Original file line number Diff line number Diff line change 18
18
"example-external-component" : " file:example-external-component" ,
19
19
"pinia" : " ^2.0.23" ,
20
20
"vue" : " ^3.2.41" ,
21
- "vue-router" : " ^4.1.5 "
21
+ "vue-router" : " ^4.1.6 "
22
22
},
23
23
"devDependencies" : {
24
24
"@vitejs/plugin-vue" : " workspace:*" ,
Original file line number Diff line number Diff line change 9
9
"preview" : " vite preview"
10
10
},
11
11
"dependencies" : {
12
- "tailwindcss" : " ^3.2.0 "
12
+ "tailwindcss" : " ^3.2.1 "
13
13
}
14
14
}
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"autoprefixer" : " ^10.4.12" ,
13
- "tailwindcss" : " ^3.2.0 " ,
13
+ "tailwindcss" : " ^3.2.1 " ,
14
14
"vue" : " ^3.2.41" ,
15
- "vue-router" : " ^4.1.5 "
15
+ "vue-router" : " ^4.1.6 "
16
16
},
17
17
"devDependencies" : {
18
18
"@vitejs/plugin-vue" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments