Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wtho committed Apr 23, 2022
1 parent 288cef2 commit 5a5e8f0
Show file tree
Hide file tree
Showing 3 changed files with 2,009 additions and 3,769 deletions.
16 changes: 8 additions & 8 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,29 @@
"conventional-changelog-conventionalcommits": "^4.6.3",
"js-convert-case": "^4.2.0",
"jsonc-parser": "^3.0.0",
"monaco-editor": "^0.32.1",
"monaco-editor": "^0.33.0",
"stub-execa": "file:src/stubs/execa",
"stub-fs": "file:src/stubs/fs",
"stub-path": "file:src/stubs/path",
"stub-through2": "file:src/stubs/through2",
"stub-util": "file:src/stubs/util",
"vue": "^3.2.30"
"vue": "^3.2.33"
},
"devDependencies": {
"@testing-library/vue": "6.5.0",
"@testing-library/vue": "^6.5.1",
"@types/jest": "^27.4.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vue/compiler-sfc": "^3.2.30",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "2.0.0-rc.17",
"@vue/test-utils": "2.0.0-rc.21",
"@vue/vue3-jest": "^27.0.0-alpha.4",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^8.4.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5",
"vite": "^2.8.0",
"vue-tsc": "^0.31.2"
"ts-jest": "^27.1.4",
"typescript": "^4.6.3",
"vite": "^2.9.5",
"vue-tsc": "^0.34.10"
}
}
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"test": "cypress open",
"serve-web-app": "cd ../app && npm run serve"
"serve-web-app": "cd .. && npm run serve -w app"
},
"devDependencies": {
"cypress": "^9.1.0",
Expand Down
Loading

0 comments on commit 5a5e8f0

Please sign in to comment.