File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
- uses : actions/checkout@v4
11
11
- uses : pnpm/action-setup@v4
12
12
with :
13
- version : 9.0.6
13
+ version : 9.11.0
14
14
15
15
- uses : actions/setup-node@v4
16
16
with :
17
- node-version : 20
17
+ node-version : 22
18
18
cache : ' pnpm'
19
19
20
20
- name : Install dependencies
38
38
- uses : actions/checkout@v4
39
39
- uses : actions/setup-node@v4
40
40
with :
41
- node-version : 20
41
+ node-version : 22
42
42
registry-url : ' https://registry.npmjs.org'
43
43
env :
44
44
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 3
3
"version" : " 1.1.0" ,
4
4
"description" : " Mangles the classnames generated by postcss-modules in vite" ,
5
5
"type" : " module" ,
6
- "packageManager" : " pnpm@9.0.6 " ,
6
+ "packageManager" : " pnpm@9.11.0 " ,
7
7
"main" : " ./dist/index.cjs" ,
8
8
"module" : " ./dist/index.mjs" ,
9
9
"types" : " ./dist/types/index.d.ts" ,
32
32
},
33
33
"repository" : {
34
34
"type" : " git" ,
35
- "url" : " git+https://github.com/Simonwep /vite-plugin-optimize-css-modules.git"
35
+ "url" : " git+https://github.com/simonwep /vite-plugin-optimize-css-modules.git"
36
36
},
37
37
"bugs" : {
38
- "url" : " https://github.com/Simonwep /vite-plugin-optimize-css-modules/issues"
38
+ "url" : " https://github.com/simonwep /vite-plugin-optimize-css-modules/issues"
39
39
},
40
- "homepage" : " https://github.com/Simonwep /vite-plugin-optimize-css-modules" ,
40
+ "homepage" : " https://github.com/simonwep /vite-plugin-optimize-css-modules" ,
41
41
"peerDependencies" : {
42
- "vite" : " ^5.0.0 || ^4.0.0 || ^3.0.0 || ^2.0.0"
42
+ "vite" : " ^6.0.0 || ^ 5.0.0 || ^4.0.0 || ^3.0.0 || ^2.0.0"
43
43
},
44
44
"devDependencies" : {
45
- "@rollup/plugin-typescript" : " 11 .1.6 " ,
46
- "rollup" : " 4.18.0 " ,
47
- "tslib" : " 2.6.3 " ,
48
- "typescript" : " 5.5.3 "
45
+ "@rollup/plugin-typescript" : " 12 .1.1 " ,
46
+ "rollup" : " 4.28.1 " ,
47
+ "tslib" : " 2.8.1 " ,
48
+ "typescript" : " 5.7.2 "
49
49
}
50
50
}
Original file line number Diff line number Diff line change 1
1
import typescript from '@rollup/plugin-typescript' ;
2
- import pkg from './package.json' assert { type : 'json '} ;
2
+ import pkg from './package.json' with { type : 'json' } ;
3
3
4
4
export default {
5
5
input : 'src/index.ts' ,
You can’t perform that action at this time.
0 commit comments