Skip to content

Commit

Permalink
upd(deps): Updated dependencies. 💊💉
Browse files Browse the repository at this point in the history
  • Loading branch information
Byloth committed Sep 1, 2023
1 parent 95caacd commit 5bdfdb6
Show file tree
Hide file tree
Showing 3 changed files with 1,462 additions and 1,073 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Dependencies installation
run: yarn ci
# - name: Coding standard check
# run: yarn lint:prod
- name: Coding standard check
run: yarn lint:prod
- name: Types integrity check
run: yarn check:types
- name: Source code build
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,25 @@
"devDependencies": {
"@byloth/eslint-config-typescript": "^2.6.2",
"@byloth/eslint-config-vue": "^2.6.2",
"@storybook/addon-essentials": "^7.1.1",
"@storybook/addon-interactions": "^7.1.1",
"@storybook/addon-links": "^7.1.1",
"@storybook/blocks": "^7.1.1",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-interactions": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/blocks": "^7.4.0",
"@storybook/testing-library": "^0.2.0",
"@storybook/vue3": "^7.1.1",
"@storybook/vue3-vite": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.45.0",
"@storybook/vue3": "^7.4.0",
"@storybook/vue3-vite": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitejs/plugin-vue": "^4.3.4",
"eslint": "^8.48.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-vue": "^9.15.1",
"eslint-plugin-vue": "^9.17.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.64.1",
"storybook": "^7.1.1",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"sass": "^1.66.1",
"storybook": "^7.4.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.8"
}
Expand Down
Loading

0 comments on commit 5bdfdb6

Please sign in to comment.