Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Aug 28, 2023
1 parent ebda6b4 commit 0fb844e
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 130 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,32 +47,32 @@
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-sucrase": "^5.0.1",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/plugin-typescript": "^11.1.3",
"@testing-library/cypress": "^9.0.0",
"@types/chroma-js": "^2.4.0",
"@types/dedent": "^0.7.0",
"@types/flat": "5.0.2",
"@types/react": "18",
"@types/react-dom": "18",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@unhead/vue": "^1.1.33",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@unhead/vue": "^1.3.9",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/tsconfig": "^0.4.0",
"@vueuse/integrations": "^10.3.0",
"@vueuse/integrations": "^10.4.1",
"autoprefixer": "^10.4.15",
"axe-core": "^4.7.2",
"chokidar": "^3.5.3",
"chroma-js": "^2.4.2",
"concurrently": "^8.2.1",
"cypress": "^12.17.4",
"cypress-axe": "^1.4.0",
"cypress-real-events": "^1.10.0",
"cypress-real-events": "^1.10.1",
"dedent": "^1.5.1",
"es-module-lexer": "^1.3.0",
"esbuild": "^0.19.2",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -92,21 +92,21 @@
"rollup": "^3.28.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"turbo": "^1.10.9",
"typescript": "5.1.6",
"universal-cookie": "^4.0.4",
"vite": "4.4.6",
"turbo": "^1.10.13",
"typescript": "5.2.2",
"universal-cookie": "^6.1.0",
"vite": "4.4.9",
"vite-plugin-vue-markdown": "^0.23.7",
"vite-ssg": "^0.23.1",
"vitest": "^0.33.0",
"vitest": "^0.34.3",
"vue": "3.3.4",
"vue-component-meta": "^1.8.8",
"vue-docgen-api": "^4.74.0",
"vue-docgen-cli": "^4.67.0",
"vue-eslint-parser": "^9.3.1",
"vue-live": "^2.5.4",
"vue-router": "^4.2.4",
"vue-tsc": "^1.8.6"
"vue-tsc": "^1.8.8"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,vue}": "eslint --cache --fix",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"requireindex": "^1.2.0"
},
"devDependencies": {
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-doc-generator": "^1.4.3",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-node": "^11.1.0",
Expand Down
Loading

0 comments on commit 0fb844e

Please sign in to comment.