File tree 8 files changed +170
-133
lines changed
8 files changed +170
-133
lines changed Original file line number Diff line number Diff line change 42
42
- name : Install Node.js 22.x
43
43
uses : actions/setup-node@v4
44
44
with :
45
- node-version : 22.x
45
+ node-version : 22.14.0
46
46
# registry-url required. Learn more at
47
47
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
48
48
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 61
61
- name : Install Node.js 22.x
62
62
uses : actions/setup-node@v4
63
63
with :
64
- node-version : 22.x
64
+ node-version : 22.14.0
65
65
# registry-url required. Learn more at
66
66
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
67
67
registry-url : ' https://registry.npmjs.org'
87
87
- name : Install Node.js 22.x
88
88
uses : actions/setup-node@v4
89
89
with :
90
- node-version : 22.x
90
+ node-version : 22.14.0
91
91
# registry-url required. Learn more at
92
92
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
93
93
registry-url : ' https://registry.npmjs.org'
@@ -113,7 +113,7 @@ jobs:
113
113
- name : Install Node.js 22.x
114
114
uses : actions/setup-node@v4
115
115
with :
116
- node-version : 22.x
116
+ node-version : 22.14.0
117
117
# registry-url required. Learn more at
118
118
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
119
119
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 58
58
- name : Install Node.js 22.x
59
59
uses : actions/setup-node@v4
60
60
with :
61
- node-version : 22.x
61
+ node-version : 22.14.0
62
62
63
63
- uses : pnpm/action-setup@v3
64
64
name : Install pnpm
Original file line number Diff line number Diff line change 24
24
- name : Install Node.js 22.x
25
25
uses : actions/setup-node@v4
26
26
with :
27
- node-version : 22.x
27
+ node-version : 22.14.0
28
28
# registry-url required. Learn more at
29
29
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
30
30
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 27
27
- name : Install Node.js 22.x
28
28
uses : actions/setup-node@v4
29
29
with :
30
- node-version : 22.x
30
+ node-version : 22.14.0
31
31
# registry-url required. Learn more at
32
32
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
33
33
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 47
47
"colorette" : " ^2.0.20" ,
48
48
"markdown-it" : " ^14.1.0" ,
49
49
"markdown-it-footnote" : " ^4.0.0" ,
50
- "motion" : " ^12.4.10 " ,
50
+ "motion" : " ^12.5.0 " ,
51
51
"thumbhash" : " ^0.1.1" ,
52
52
"typescript" : " ^5.8.2" ,
53
53
"unlazy" : " ^0.12.3" ,
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 2.15.1" ,
5
5
"private" : true ,
6
- "packageManager" :
" [email protected] .1 " ,
6
+ "packageManager" :
" [email protected] .3 " ,
7
7
"description" : " A collection of diverse documentation engineering tools." ,
8
8
"author" : {
9
9
"name" : " Nólëbase" ,
45
45
"vitepress" : " ^1.5.0 || ^2.0.0-alpha.1"
46
46
},
47
47
"devDependencies" : {
48
- "@antfu/eslint-config" : " ^4.8 .1" ,
48
+ "@antfu/eslint-config" : " ^4.10 .1" ,
49
49
"@antfu/ni" : " ^23.3.1" ,
50
50
"@cspell/dict-ru_ru" : " ^2.2.4" ,
51
51
"@nolebase/cspell-dict" : " ^1.3.1" ,
57
57
"@vitest/coverage-v8" : " ^3.0.8" ,
58
58
"@vitest/ui" : " ^3.0.8" ,
59
59
"@vueuse/core" : " ^12.8.2" ,
60
- "bumpp" : " ^10.0.3 " ,
60
+ "bumpp" : " ^10.1.0 " ,
61
61
"changelogithub" : " ^13.13.0" ,
62
62
"concurrently" : " ^9.1.2" ,
63
63
"eslint" : " ^9.22.0" ,
64
64
"less" : " ^4.2.2" ,
65
- "lint-staged" : " ^15.4.3 " ,
65
+ "lint-staged" : " ^15.5.0 " ,
66
66
"rimraf" : " ^6.0.1" ,
67
67
"simple-git-hooks" : " ^2.11.1" ,
68
68
"taze" : " ^18.7.1" ,
You can’t perform that action at this time.
0 commit comments