This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 961f536 authored Nov 19, 2024 · 4 / 4 · Verified
1 parent 3d80401 commit 961f536 Copy full SHA for 961f536
File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 21
21
"license" : " Apache-2.0" ,
22
22
"dependencies" : {
23
23
"@babel/core" : " 7.26.0" ,
24
- "@babel/parser" : " 7.26.1 " ,
24
+ "@babel/parser" : " 7.26.2 " ,
25
25
"@babel/types" : " 7.26.0" ,
26
- "@babel/generator" : " 7.26.0 " ,
26
+ "@babel/generator" : " 7.26.2 " ,
27
27
"@types/babel__generator" : " 7.6.8" ,
28
28
"chalk" : " 4.1.2" ,
29
29
"commander" : " 12.1.0" ,
34
34
"cypress" : " >=13"
35
35
},
36
36
"devDependencies" : {
37
- "@swc/jest" : " 0.2.36 " ,
37
+ "@swc/jest" : " 0.2.37 " ,
38
38
"@total-typescript/ts-reset" : " 0.6.1" ,
39
39
"@types/glob" : " 8.1.0" ,
40
40
"@types/react" : " 18.3.12" ,
41
41
"@types/jest" : " 29.5.14" ,
42
- "@types/node" : " 22.8 .1" ,
43
- "cypress" : " 13.15.1 " ,
44
- "husky" : " 9.1.6 " ,
42
+ "@types/node" : " 22.9 .1" ,
43
+ "cypress" : " 13.15.2 " ,
44
+ "husky" : " 9.1.7 " ,
45
45
"jest" : " 29.7.0" ,
46
- "eslint" : " 9.13 .0" ,
47
- "eslint-plugin-cypress" : " 4.0 .0" ,
46
+ "eslint" : " 9.15 .0" ,
47
+ "eslint-plugin-cypress" : " 4.1 .0" ,
48
48
"react" : " 18.3.1" ,
49
49
"react-dom" : " 18.3.1" ,
50
50
"tsup" : " 8.3.5" ,
51
51
"typescript" : " 5.6.3" ,
52
- "typescript-eslint" : " 8.11 .0" ,
53
- "vite" : " 5.4.10 "
52
+ "typescript-eslint" : " 8.15 .0" ,
53
+ "vite" : " 5.4.11 "
54
54
},
55
55
"scripts" : {
56
56
"build" : " tsup src/index.ts src/cli.ts --clean --dts --format cjs" ,
You can’t perform that action at this time.
0 commit comments