Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rifandani committed Jan 23, 2024
1 parent 9f8e980 commit 092a94f
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 94 deletions.
6 changes: 0 additions & 6 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import testingLibrary from 'eslint-plugin-testing-library'
import tailwindcss from 'eslint-plugin-tailwindcss'
import vueA11y from 'eslint-plugin-vuejs-accessibility'

// console.log(`🦌 ~ "eslint.config.js" at line 6: a11y -> `, { rules: vueA11y.rules, configs: vueA11y.configs.recommended })

export default antfu(
{
ignores: [
Expand Down Expand Up @@ -120,8 +118,4 @@ export default antfu(
'tailwindcss/no-custom-classname': 'off',
},
},
// vue/vue3-recommended.configs.recommended,
// vuejs-accessibility/recommended.configs.recommended,
// @vue/eslint-config-typescript.configs.recommended,
// @vue/eslint-config-prettier/skip-formatting.configs.recommended,
)
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@
"@vee-validate/zod": " ^4.12.4",
"@vueuse/core": "^10.7.2",
"axios": "^1.6.5",
"npm-run-all2": "^6.1.1",
"pinia": "^2.1.7",
"primevue": "^3.46.0",
"tailwind-merge": " ^2.2.0",
"type-fest": " ^4.9.0",
"tailwind-merge": "^2.2.1",
"type-fest": "^4.10.0",
"typesafe-i18n": "^5.26.2",
"vee-validate": " ^4.12.4",
"vue": "^3.4.15",
Expand All @@ -72,14 +71,14 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@commitlint/cli": " ^18.4.4",
"@commitlint/config-conventional": " ^18.4.4",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@iconify/vue": "^4.1.1",
"@rollup/plugin-replace": "^5.0.5",
"@tailwindcss/forms": " ^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/eslint-plugin-query": "^5.17.20",
"@testing-library/jest-dom": " ^6.2.0",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/user-event": " ^14.5.2",
"@testing-library/vue": " ^8.0.1",
"@tsconfig/node18": "^18.2.2",
Expand All @@ -100,8 +99,9 @@
"https-localhost": "^4.7.1",
"husky": "^8.0.3",
"jsdom": "^24.0.0",
"msw": "^2.1.3",
"pnpm": "^8.14.1",
"msw": "^2.1.4",
"npm-run-all2": "^6.1.1",
"pnpm": "^8.14.2",
"postcss": " ^8.4.33",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
Expand All @@ -120,4 +120,4 @@
"workbox-routing": "^7.0.0",
"workbox-window": "^7.0.0"
}
}
}

Check failure on line 123 in package.json

View workflow job for this annotation

GitHub Actions / lint

Newline required at end of file but not found
Loading

0 comments on commit 092a94f

Please sign in to comment.