Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
chore: bumps cypress github action and minor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Apr 10, 2024
1 parent aa5794d commit 8719e8c
Show file tree
Hide file tree
Showing 4 changed files with 612 additions and 774 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: pnpm exec cypress install

- name: Run cypress tests
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
install: false
working-directory: example
Expand Down
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
},
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/node": "20.12.3",
"@types/node": "20.12.7",
"@vitejs/plugin-vue2": "2.3.1",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.19",
"cypress": "13.7.2",
"postcss": "8.4.38",
"start-server-and-test": "2.0.3",
"typescript": "5.4.3",
"typescript": "5.4.4",
"vite": "5.2.8",
"vue-tsc": "2.0.7"
"vue-tsc": "2.0.12"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@
"vue-router": ">=3.6.5 <4"
},
"devDependencies": {
"@babel/core": "7.24.3",
"@babel/core": "7.24.4",
"@babel/types": "7.24.0",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@fontsource/roboto": "5.0.12",
"@popperjs/core": "2.11.8",
"@rotki/eslint-config": "2.6.0",
"@rotki/eslint-config": "2.7.0",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-interactions": "7.6.17",
"@storybook/addon-links": "7.6.17",
Expand All @@ -112,7 +112,7 @@
"@storybook/testing-library": "0.2.2",
"@storybook/vue": "7.6.17",
"@storybook/vue-vite": "7.6.17",
"@types/node": "20.12.3",
"@types/node": "20.12.7",
"@vitejs/plugin-vue2": "2.3.1",
"@vitest/coverage-v8": "1.4.0",
"@vitest/ui": "1.4.0",
Expand All @@ -125,10 +125,10 @@
"autoprefixer": "10.4.19",
"babel-loader": "9.1.3",
"bumpp": "9.4.0",
"css-loader": "6.10.0",
"css-loader": "6.11.0",
"eslint": "8.57.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-storybook": "0.8.0",
"fast-glob": "3.3.2",
"fast-xml-parser": "4.3.6",
"fs-extra": "11.2.0",
Expand All @@ -139,12 +139,12 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"remixicon": "4.1.0",
"sass": "1.72.0",
"sass": "1.74.1",
"scule": "1.3.0",
"storybook": "7.6.17",
"tailwindcss": "3.4.3",
"tsc-alias": "1.8.8",
"typescript": "5.4.3",
"typescript": "5.4.4",
"unplugin-auto-import": "0.17.5",
"unplugin-vue-define-options": "1.4.3",
"vite": "5.2.8",
Expand All @@ -153,7 +153,7 @@
"vue-loader": "17.4.2",
"vue-router": "3.6.5",
"vue-template-compiler": "2.7.16",
"vue-tsc": "2.0.7"
"vue-tsc": "2.0.12"
},
"engines": {
"pnpm": ">=8 <9"
Expand Down
Loading

0 comments on commit 8719e8c

Please sign in to comment.