Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed May 17, 2024
1 parent 2b4524a commit 21e71ef
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 459 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"prettier:common": "prettier ./packages ./playground --ignore-path .eslintignore --cache"
},
"devDependencies": {
"@types/node": "^18.19.30",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/node": "^18.19.33",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"concurrently": "^8.2.2",
"esbuild": "^0.20.2",
"esbuild": "^0.21.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"happy-dom": "^14.7.1",
"happy-dom": "^14.11.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tsx": "^4.7.2",
"rimraf": "^5.0.7",
"tsx": "^4.10.4",
"typedoc": "^0.25.13",
"typescript": "~5.4.4",
"vite": "^5.2.8",
"vitest": "^1.4.0"
"typescript": "~5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"engines": {
"node": ">= 20",
Expand Down
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"@conterra/reactivity-core": "workspace:^",
"vue": "^3.4.21",
"vuetify": "^3.5.15",
"@mdi/font": "^7.4.47"
"@mdi/font": "^7.4.47",
"vue": "^3.4.27",
"vuetify": "^3.6.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"eslint-plugin-vue": "^9.24.1",
"vite": "^5.2.8"
"eslint-plugin-vue": "^9.26.0",
"vite": "^5.2.11"
}
}
Loading

0 comments on commit 21e71ef

Please sign in to comment.