File tree 5 files changed +257
-258
lines changed
5 files changed +257
-258
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
- name : Use Node.js ${{ matrix.node_version }}
19
- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
19
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
20
20
with :
21
21
node-version : ${{ matrix.node_version }}
22
22
- name : Install
Original file line number Diff line number Diff line change 77
77
"@babel/preset-typescript" : " 7.27.0" ,
78
78
"@types/express" : " 5.0.1" ,
79
79
"@types/jest" : " 29.5.14" ,
80
- "@types/node" : " 22.14.0 " ,
80
+ "@types/node" : " 22.15.2 " ,
81
81
"@types/swagger-ui-dist" : " 3.30.5" ,
82
82
"@types/yamljs" : " 0.2.34" ,
83
83
"@types/qs" : " 6.9.18" ,
84
84
"babel-jest" : " 29.7.0" ,
85
85
"bob-the-bundler" : " 7.0.1" ,
86
86
"chalk" : " ^5.4.1" ,
87
- "graphql" : " 16.10 .0" ,
87
+ "graphql" : " 16.11 .0" ,
88
88
"graphql-scalars" : " 1.24.2" ,
89
- "graphql-yoga" : " 5.13.3 " ,
89
+ "graphql-yoga" : " 5.13.4 " ,
90
90
"husky" : " 9.1.7" ,
91
91
"jest" : " 29.7.0" ,
92
- "lint-staged" : " 15.5.0 " ,
92
+ "lint-staged" : " 15.5.1 " ,
93
93
"prettier" : " 3.5.3" ,
94
- "swagger-ui-dist" : " 5.20.7 " ,
95
- "ts-jest" : " 29.3.1 " ,
94
+ "swagger-ui-dist" : " 5.21.0 " ,
95
+ "ts-jest" : " 29.3.2 " ,
96
96
"tsup" : " 8.4.0" ,
97
97
"typescript" : " 5.8.3"
98
98
},
Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"lottie-web" : " 5.12.2" ,
13
13
"@theguild/components" : " 7.6.3" ,
14
- "next" : " 15.2.5 " ,
14
+ "next" : " 15.3.1 " ,
15
15
"next-sitemap" : " 4.2.3" ,
16
16
"react" : " 19.1.0" ,
17
17
"react-dom" : " 19.1.0"
18
18
},
19
19
"devDependencies" : {
20
20
"@theguild/tailwind-config" : " 0.6.3" ,
21
- "@types/node" : " 22.14.0 " ,
22
- "@types/react" : " 19.1.0 " ,
21
+ "@types/node" : " 22.15.2 " ,
22
+ "@types/react" : " 19.1.2 " ,
23
23
"postcss-import" : " 16.1.0" ,
24
24
"postcss-lightningcss" : " 1.0.1" ,
25
25
"tailwindcss" : " 3.4.17" ,
You can’t perform that action at this time.
0 commit comments