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:
1010 - uses : actions/checkout@v4
1111 - uses : pnpm/action-setup@v4
1212 with :
13- version : 9.0.6
13+ version : 9.11.0
1414
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 20
17+ node-version : 22
1818 cache : ' pnpm'
1919
2020 - name : Install dependencies
3838 - uses : actions/checkout@v4
3939 - uses : actions/setup-node@v4
4040 with :
41- node-version : 20
41+ node-version : 22
4242 registry-url : ' https://registry.npmjs.org'
4343 env :
4444 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 33 "version" : " 1.1.0" ,
44 "description" : " Mangles the classnames generated by postcss-modules in vite" ,
55 "type" : " module" ,
6- "packageManager" : " pnpm@9.0.6 " ,
6+ "packageManager" : " pnpm@9.11.0 " ,
77 "main" : " ./dist/index.cjs" ,
88 "module" : " ./dist/index.mjs" ,
99 "types" : " ./dist/types/index.d.ts" ,
3232 },
3333 "repository" : {
3434 "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"
3636 },
3737 "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"
3939 },
40- "homepage" : " https://github.com/Simonwep /vite-plugin-optimize-css-modules" ,
40+ "homepage" : " https://github.com/simonwep /vite-plugin-optimize-css-modules" ,
4141 "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"
4343 },
4444 "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 "
4949 }
5050}
Original file line number Diff line number Diff line change 11import typescript from '@rollup/plugin-typescript' ;
2- import pkg from './package.json' assert { type : 'json '} ;
2+ import pkg from './package.json' with { type : 'json' } ;
33
44export default {
55 input : 'src/index.ts' ,
You can’t perform that action at this time.
0 commit comments