File tree Expand file tree Collapse file tree 5 files changed +302
-416
lines changed Expand file tree Collapse file tree 5 files changed +302
-416
lines changed Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 with :
1414 fetch-depth : 0
1515 - name : Install pnpm
16- uses : pnpm/action-setup@v2.0.1
16+ uses : pnpm/action-setup@v2.2.2
1717 with :
1818 version : 6.15.1
1919
2020 - name : Use Node.js v16
21- uses : actions/setup-node@v2
21+ uses : actions/setup-node@v3
2222 with :
2323 node-version : v16
2424 registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ jobs:
1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 with :
1717 fetch-depth : 0
1818 - name : Install pnpm
19- uses : pnpm/action-setup@v2.0.1
19+ uses : pnpm/action-setup@v2.2.2
2020 with :
2121 version : 6.15.1
2222
2323 - name : Use Node.js v16
24- uses : actions/setup-node@v2
24+ uses : actions/setup-node@v3
2525 with :
2626 node-version : v16
2727 registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 1717 "directory" : " packages/*"
1818 },
1919 "devDependencies" : {
20- "@commitlint/cli" : " ^8.3.5 " ,
21- "@commitlint/config-conventional" : " ^8.3.4 " ,
20+ "@commitlint/cli" : " 17.0.3 " ,
21+ "@commitlint/config-conventional" : " 17.0.3 " ,
2222 "@microsoft/api-extractor" : " ^7.19.4" ,
23- "@rollup/plugin-replace" : " ^2.3.3 " ,
23+ "@rollup/plugin-replace" : " 4.0.0 " ,
2424 "@types/expect-puppeteer" : " ^4.4.7" ,
2525 "@types/jest" : " 28.1.6" ,
2626 "@types/jest-environment-puppeteer" : " ^5.0.2" ,
2727 "@types/node" : " ^17.0.21" ,
2828 "@types/puppeteer" : " ^5.4.6" ,
2929 "@typescript-eslint/eslint-plugin" : " ^3.3.0" ,
3030 "@typescript-eslint/parser" : " ^3.3.0" ,
31- "bumpp" : " ^7.1 .1" ,
31+ "bumpp" : " 8.2 .1" ,
3232 "chalk" : " ^4.1.0" ,
3333 "conventional-changelog-cli" : " ^2.0.34" ,
3434 "eslint" : " ^7.2.0" ,
Original file line number Diff line number Diff line change 1515 "@vitejs/plugin-vue" : " ^2.3.3" ,
1616 "typescript" : " ^4.5.4" ,
1717 "vite" : " ^2.9.9" ,
18- "vue-tsc" : " 0.38.4 " ,
18+ "vue-tsc" : " 0.38.5 " ,
1919 "@exposure-lib/core" : " workspace:*" ,
2020 "@exposure-lib/vue" : " workspace:*"
2121 }
You can’t perform that action at this time.
0 commit comments