Skip to content

Commit 22af36b

Browse files
committed
build: update dependencies
1 parent 288cef2 commit 22af36b

4 files changed

Lines changed: 2013 additions & 3766 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,14 @@ jobs:
111111
path: app/dist
112112

113113
- name: run cypress e2e tests
114-
uses: cypress-io/github-action@v2
114+
uses: cypress-io/github-action@v3
115115
with:
116116
working-directory: ./e2e
117117
start: npm run serve-web-app
118118
wait-on: 'http://localhost:5000'
119119
browser: chrome
120120
headless: true
121+
install: false
121122

122123
deploy:
123124
runs-on: ubuntu-latest

app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,29 @@
3838
"conventional-changelog-conventionalcommits": "^4.6.3",
3939
"js-convert-case": "^4.2.0",
4040
"jsonc-parser": "^3.0.0",
41-
"monaco-editor": "^0.32.1",
41+
"monaco-editor": "^0.33.0",
4242
"stub-execa": "file:src/stubs/execa",
4343
"stub-fs": "file:src/stubs/fs",
4444
"stub-path": "file:src/stubs/path",
4545
"stub-through2": "file:src/stubs/through2",
4646
"stub-util": "file:src/stubs/util",
47-
"vue": "^3.2.30"
47+
"vue": "^3.2.33"
4848
},
4949
"devDependencies": {
50-
"@testing-library/vue": "6.5.0",
50+
"@testing-library/vue": "^6.5.1",
5151
"@types/jest": "^27.4.0",
5252
"@vitejs/plugin-vue": "^2.2.0",
5353
"@vue/compiler-sfc": "^3.2.30",
5454
"@vue/eslint-config-typescript": "^10.0.0",
55-
"@vue/test-utils": "2.0.0-rc.17",
55+
"@vue/test-utils": "2.0.0-rc.21",
5656
"@vue/vue3-jest": "^27.0.0-alpha.4",
5757
"eslint": "^8.8.0",
5858
"eslint-config-prettier": "^8.3.0",
5959
"eslint-plugin-vue": "^8.4.1",
6060
"jest": "^27.5.1",
61-
"ts-jest": "^27.1.3",
62-
"typescript": "^4.5.5",
63-
"vite": "^2.8.0",
64-
"vue-tsc": "^0.31.2"
61+
"ts-jest": "^27.1.4",
62+
"typescript": "^4.6.3",
63+
"vite": "^2.9.5",
64+
"vue-tsc": "^0.34.10"
6565
}
6666
}

e2e/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"private": true,
55
"scripts": {
66
"test": "cypress open",
7-
"serve-web-app": "cd ../app && npm run serve"
7+
"serve-web-app": "cd ../app && vite preview --port 5000"
88
},
99
"devDependencies": {
10+
"@vitejs/plugin-vue": "^2.3.1",
1011
"cypress": "^9.1.0",
11-
"typescript": "^4.5.2"
12+
"typescript": "^4.5.2",
13+
"vite": "^2.9.5"
1214
}
1315
}

0 commit comments

Comments
 (0)