Skip to content

Commit

Permalink
Update deps, fix audit
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Oct 4, 2024
1 parent 6931ac1 commit ea12e2f
Show file tree
Hide file tree
Showing 3 changed files with 959 additions and 634 deletions.
31 changes: 18 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,31 @@
"prettier:common": "prettier . --ignore-path .gitignore --ignore-path .prettierignore --cache"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.11.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^18.19.45",
"concurrently": "^8.2.2",
"esbuild": "^0.23.1",
"eslint": "^9.9.0",
"@types/node": "^22.7.4",
"concurrently": "^9.0.1",
"esbuild": "^0.24.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"happy-dom": "^15.0.0",
"eslint-plugin-vue": "^9.28.0",
"happy-dom": "^15.7.4",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsx": "^4.17.0",
"typedoc": "^0.26.6",
"typescript": "~5.5.4",
"typescript-eslint": "^8.2.0",
"vite": "^5.4.6",
"vitest": "^2.0.5"
"tsx": "^4.19.1",
"typedoc": "^0.26.7",
"typescript": "~5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"engines": {
"node": ">= 20",
"pnpm": "^9"
},
"pnpm": {
"overrides": {
"rollup@>=4.0.0 <4.22.4": ">=4.22.4"
}
}
}
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"dependencies": {
"@conterra/reactivity-core": "workspace:^",
"@mdi/font": "^7.4.47",
"vue": "^3.4.38",
"vuetify": "^3.7.0"
"vue": "^3.5.11",
"vuetify": "^3.7.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"eslint-plugin-vue": "^9.27.0",
"vite": "^5.4.6"
"@vitejs/plugin-vue": "^5.1.4",
"eslint-plugin-vue": "^9.28.0",
"vite": "^5.4.8"
}
}
Loading

0 comments on commit ea12e2f

Please sign in to comment.