Skip to content

Commit 44fc2fe

Browse files
author
Joel Denning
authored
Update build dependencies (#120)
1 parent 20dc31d commit 44fc2fe

File tree

4 files changed

+3404
-2760
lines changed

4 files changed

+3404
-2760
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-node@v2
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: "18"
14-
- uses: pnpm/action-setup@v2
15-
with:
16-
version: 8.4.0
13+
node-version: "22"
14+
- uses: pnpm/action-setup@v4
1715
- run: pnpm install --frozen-lockfile
1816
- run: pnpm run build
1917
- run: pnpm test

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# single-spa-vue
22

3-
[![Build Status](https://travis-ci.com/single-spa/single-spa-vue.svg?branch=main)](https://travis-ci.com/single-spa/single-spa-vue)
4-
53
Generic lifecycle hooks for Vue.js applications that are registered as [applications](https://single-spa.js.org/docs/building-applications) of [single-spa](https://github.com/single-spa/single-spa).
64

75
[Full documentation](https://single-spa.js.org/docs/ecosystem-vue.html)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "a single-spa plugin for vue.js applications",
55
"main": "dist/umd/single-spa-vue.js",
66
"module": "dist/esm/single-spa-vue.js",
7+
"packageManager": "pnpm@9.15.4",
78
"exports": {
89
".": {
910
"types": "./types/single-spa-vue.d.ts",

0 commit comments

Comments
 (0)