Skip to content

Commit

Permalink
chore: bump deps except eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
rifandani committed Jun 18, 2024
1 parent d0a3a4f commit c4ad8a2
Show file tree
Hide file tree
Showing 6 changed files with 2,504 additions and 1,821 deletions.
15 changes: 11 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
// Enable the ESlint flat config support
"eslint.experimental.useFlatConfig": true,
// Disable the default formatter, use eslint instead
"prettier.enable": false,
"editor.formatOnSave": false,
Expand Down Expand Up @@ -64,7 +62,16 @@
"json",
"jsonc",
"yaml",
"toml"
"toml",
"xml",
"gql",
"graphql",
"astro",
"css",
"less",
"scss",
"pcss",
"postcss"
],
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
Expand All @@ -88,6 +95,6 @@
"i18n-ally.localesPaths": "./src/i18n",
"i18n-ally.enabledFrameworks": ["vue"],
"veco.packager.versionTarget": "latest",
"veco.packager.exclude": ["@storybook/*"],
"veco.packager.exclude": ["@storybook/*", "storybook"],
"typescript.tsdk": "node_modules/typescript/lib",
}
8 changes: 3 additions & 5 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ export default antfu(
'dev-dist',
'dist',
'html',
'storybook-static',
'public/mockServiceWorker.js',
'src/i18n/*.ts',
'commitlint.config.js',
'commitlint.config.cjs',
'tailwind.config.js',
'tailwind.config.cjs',
],
// typescript: {
Expand All @@ -43,20 +45,16 @@ export default antfu(
formatters: {
/**
* Format CSS, LESS, SCSS files, also the `<style>` blocks in Vue
* By default uses Prettier
*/
css: true,
/**
* Format HTML files
* By default uses Prettier
*/
html: true,
/**
* Format Markdown files
* Supports Prettier and dprint
* By default uses Prettier
*/
markdown: 'prettier',
markdown: true,
},
},
{
Expand Down
134 changes: 67 additions & 67 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-app",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.4.0",
"description": "Bulletproof Vue 3 SPA Template",
"author": "Tri Rizeki Rifandani",
"license": "MIT",
Expand Down Expand Up @@ -57,92 +57,92 @@
"dependencies": {
"@internationalized/date": "^3.5.4",
"@rifandani/nxact-yutiriti": "^1.2.2",
"@tanstack/vue-query": "^5.28.7",
"@tanstack/vue-query-devtools": "^5.28.7",
"@tanstack/vue-table": "^8.15.0",
"@vee-validate/zod": "^4.12.6",
"@vueuse/core": "^10.9.0",
"@tanstack/vue-query": "^5.45.0",
"@tanstack/vue-query-devtools": "^5.45.0",
"@tanstack/vue-table": "^8.17.3",
"@vee-validate/zod": "^4.13.1",
"@vueuse/core": "^10.11.0",
"class-variance-authority": "^0.7.0",
"embla-carousel": "^8.1.3",
"embla-carousel-vue": "^8.1.3",
"ky": "^1.2.3",
"embla-carousel": "^8.1.5",
"embla-carousel-vue": "^8.1.5",
"ky": "^1.3.0",
"pinia": "^2.1.7",
"radix-vue": "^1.8.2",
"tailwind-merge": "^2.2.2",
"type-fest": "^4.14.0",
"vaul-vue": "^0.1.0",
"vee-validate": "^4.12.6",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0",
"radix-vue": "^1.8.4",
"tailwind-merge": "^2.3.0",
"type-fest": "^4.20.1",
"vaul-vue": "^0.2.0",
"vee-validate": "^4.13.1",
"vue": "^3.4.29",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3",
"vue-sonner": "^1.1.2",
"zod": "^3.22.4",
"zod-validation-error": "^3.0.3"
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.9.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@iconify/vue": "^4.1.1",
"@rollup/plugin-replace": "^5.0.5",
"@storybook/addon-a11y": "^8.1.5",
"@antfu/eslint-config": "^2.21.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@iconify/vue": "^4.1.2",
"@rollup/plugin-replace": "^5.0.7",
"@storybook/addon-a11y": "^8.1.10",
"@storybook/addon-coverage": "^1.0.4",
"@storybook/addon-designs": "^8.0.2",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-links": "^8.1.5",
"@storybook/addon-themes": "^8.1.5",
"@storybook/blocks": "^8.1.5",
"@storybook/manager-api": "^8.1.5",
"@storybook/test": "^8.1.5",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-themes": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/manager-api": "^8.1.10",
"@storybook/test": "^8.1.10",
"@storybook/test-runner": "^0.18.2",
"@storybook/theming": "^8.1.5",
"@storybook/vue3": "^8.1.5",
"@storybook/vue3-vite": "^8.1.5",
"@storybook/theming": "^8.1.10",
"@storybook/vue3": "^8.1.10",
"@storybook/vue3-vite": "^8.1.10",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/eslint-plugin-query": "^5.28.6",
"@testing-library/jest-dom": "^6.4.2",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/eslint-plugin-query": "^5.43.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.0.3",
"@tsconfig/node18": "^18.2.3",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.30",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node18": "^18.2.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.5",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-istanbul": "^1.4.0",
"@vitest/ui": "^1.4.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.0",
"eslint-plugin-jest-dom": "^5.2.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-vuejs-accessibility": "^2.2.1",
"eslint-plugin-tailwindcss": "^3.17.3",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-vuejs-accessibility": "^2.3.0",
"https-localhost": "^4.7.1",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"msw": "^2.2.10",
"npm-run-all2": "^6.1.2",
"pnpm": "^8.15.5",
"rimraf": "^5.0.5",
"jsdom": "^24.1.0",
"msw": "^2.3.1",
"npm-run-all2": "^6.2.0",
"pnpm": "^9.4.0",
"rimraf": "^5.0.7",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^8.1.5",
"tailwindcss": "^3.4.1",
"storybook": "^8.1.10",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"typescript": "~5.4.3",
"vite": "^5.2.6",
"vite-plugin-pwa": "^0.19.7",
"typescript": "~5.4.5",
"vite": "^5.3.1",
"vite-plugin-pwa": "^0.20.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0",
"vue-component-meta": "^2.0.10",
"vue-tsc": "^2.0.7",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-window": "^7.0.0"
"vitest": "^1.6.0",
"vue-component-meta": "^2.0.21",
"vue-tsc": "^2.0.21",
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-window": "^7.1.0"
}
}
Loading

0 comments on commit c4ad8a2

Please sign in to comment.