Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/#37 update stale dependencies #196

Merged
merged 9 commits into from
Jul 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ dist
/.vscode
secrets.json
.ruby-version
yarn.lock
*.orig
4 changes: 1 addition & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn test
npx lint-staged
36 changes: 15 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"prepare": "npx husky install",
"prepare": "husky && husky install",
"lint": "yarn codestyle && yarn typecheck",
"codestyle": "eslint . --fix",
"typecheck": "tsc --noEmit",
Expand All @@ -31,24 +31,20 @@
"devDependencies": {
"@conarti/eslint-plugin-feature-sliced": "^1.0.5",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/storybook": "7.0.2",
"@nuxtjs/storybook": "^8.1.1",
"@nuxtjs/tailwindcss": "^6.2.0",
"@storybook-vue/nuxt": "0.2.6",
"@storybook/addon-essentials": "8.0.8",
"@storybook/addon-interactions": "8.0.8",
"@storybook/addon-links": "8.0.8",
"@storybook/blocks": "8.0.8",
"@storybook/builder-vite": "8.0.8",
"@storybook/test": "8.0.8",
"@storybook/vue3": "8.0.8",
"@storybook-vue/nuxt": "^0.2.8",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/vue3": "^8.1.11",
"@types/cytoscape-dagre": "^2.3.1",
"@types/downloadjs": "^1.4.3",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.17.5",
"@types/node": "^20.14.10",
"@types/pluralize": "^0.0.33",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -58,29 +54,28 @@
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"nuxi": "^3.3.1",
"postcss": "^8.3.11",
"prettier": "^2.8.3",
"prettier": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",
"storybook": "8.0.8",
"storybook": "^8.1.11",
"typescript": "^5.1.6",
"vitest": "^0.34.2",
"vue-eslint-parser": "^9.1.0"
},
"dependencies": {
"@highlightjs/vue-plugin": "^2.1.2",
"@hpcc-js/wasm": "^2.8.0",
"@pinia/nuxt": "^0.4.6",
"@sentry/types": "^7.80.0",
"@pinia/nuxt": "^0.5.1",
"@sentry/types": "^8.15.0",
"@storybook/addon-actions": "^8.1.11",
"@types/lodash": "^4.14.200",
"@vue/shared": "^3.2.45",
"@vueuse/core": "^10.11.0",
"centrifuge": "^3.1.0",
"centrifuge": "^5.2.2",
"cytoscape": "^3.26.0",
"cytoscape-dagre": "^2.5.0",
"d3-graphviz": "^5.0.2",
Expand All @@ -98,7 +93,6 @@
"pluralize": "^8.0.0",
"tailwindcss": "^3.2.4",
"vue": "^3.2.45",
"vue3-perfect-scrollbar": "^1.6.1",
"vue3-tabs-component": "^1.2.0"
}
}
1 change: 0 additions & 1 deletion src/assets/vendor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import "highlight.js/styles/github-dark.css";
@import "vue3-perfect-scrollbar/dist/vue3-perfect-scrollbar.css";
@import "tailwind.css";
@import "symfony-var-dump.css";
@import "./vue3-tabs-component.scss";
Loading
Loading