Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent 1d01dd8 commit 374ce05
Show file tree
Hide file tree
Showing 20 changed files with 550 additions and 454 deletions.
2 changes: 1 addition & 1 deletion apps/formi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"ufo": "1.3.0",
"vite": "4.4.9",
"vue": "3.3.4",
"vue-tsc": "1.8.10"
"vue-tsc": "1.8.11"
}
}
6 changes: 3 additions & 3 deletions docs/d3-graph-controller-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"check:vue": "vue-tsc"
},
"dependencies": {
"@algolia/client-search": "4.19.1",
"@algolia/client-search": "4.20.0",
"d3-graph-controller": "workspace:*",
"vue": "3.3.4"
},
Expand All @@ -23,7 +23,7 @@
"unplugin-vue-components": "0.25.2",
"vite": "4.4.9",
"vite-plugin-lib": "workspace:*",
"vitepress": "1.0.0-rc.10",
"vue-tsc": "1.8.10"
"vitepress": "1.0.0-rc.13",
"vue-tsc": "1.8.11"
}
}
4 changes: 2 additions & 2 deletions docs/vecti-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vitepress serve"
},
"dependencies": {
"@algolia/client-search": "4.19.1",
"@algolia/client-search": "4.20.0",
"vecti": "workspace:*",
"vue": "3.3.4"
},
Expand All @@ -19,6 +19,6 @@
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-plugin-lib": "workspace:*",
"vitepress": "1.0.0-rc.10"
"vitepress": "1.0.0-rc.13"
}
}
2 changes: 1 addition & 1 deletion docs/vue-marmoset-viewer-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"vite": "4.4.9",
"vite-plugin-lib": "workspace:*",
"vue": "3.3.4",
"vue-tsc": "1.8.10"
"vue-tsc": "1.8.11"
}
}
2 changes: 1 addition & 1 deletion docs/vue-masonry-wall-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"vite": "4.4.9",
"vite-plugin-lib": "workspace:*",
"vue": "3.3.4",
"vue-tsc": "1.8.10"
"vue-tsc": "1.8.11"
}
}
4 changes: 2 additions & 2 deletions examples/vite-plugin-ssg-utils-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"check:tsc": "tsc"
},
"devDependencies": {
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@unhead/vue": "1.2.2",
"@vitejs/plugin-vue": "4.3.4",
"@yeger/tsconfig": "workspace:*",
"critters": "0.0.20",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-plugin-ssg-utils": "workspace:*",
"vite-ssg": "0.23.1",
"vite-ssg": "0.23.2",
"vue": "3.3.4",
"vue-router": "4.2.4"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yeger-monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"description": "Monorepo for `@yeger` and related NPM packages",
"repository": {
"url": "https://github.com/DerYeger/yeger"
Expand Down Expand Up @@ -40,8 +40,8 @@
"@changesets/cli": "2.26.2",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@turbo/gen": "1.10.13",
"@types/node": "18.17.15",
"@turbo/gen": "1.10.14",
"@types/node": "18.17.16",
"@vitest/coverage-v8": "0.34.4",
"@vitest/ui": "0.34.4",
"@yeger/eslint-config": "workspace:*",
Expand All @@ -54,8 +54,8 @@
"publint": "0.2.2",
"rimraf": "5.0.1",
"syncpack": "11.2.1",
"turbo": "1.10.13",
"vercel": "32.2.0",
"turbo": "1.10.14",
"vercel": "32.2.4",
"vitest": "0.34.4"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/d3-graph-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/d3-force": "3.0.5",
"@types/d3-selection": "3.0.6",
"@types/d3-zoom": "3.0.4",
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@types/resize-observer-browser": "0.1.7",
"@yeger/deepmerge": "workspace:*",
"@yeger/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/deepmerge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "yeger-lint"
},
"devDependencies": {
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.2.2",
"vite": "4.4.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint": ">=7.4.0"
},
"dependencies": {
"@antfu/eslint-config": "0.41.0",
"@antfu/eslint-config": "0.42.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-astro": "0.29.0",
Expand All @@ -45,8 +45,8 @@
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-tailwindcss": "3.13.0",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-turbo": "1.10.13",
"eslint-plugin-yml": "1.8.0",
"eslint-plugin-turbo": "1.10.14",
"eslint-plugin-yml": "1.9.0",
"picocolors": "1.0.0",
"prettier": "3.0.3",
"prettier-plugin-astro": "0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@ohm-js/cli": "2.0.0",
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@yeger/tsconfig": "workspace:*",
"resumon": "workspace:*",
"typescript": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/resumon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "vitest"
},
"devDependencies": {
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@vue/component-compiler-utils": "3.3.0",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/turbo-graph-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"d3-scale": "4.0.2",
"d3-scale-chromatic": "3.0.0",
"execa": "8.0.1",
"lucide-react": "^0.274.0",
"lucide-react": "^0.277.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"reactflow": "11.8.3",
Expand All @@ -48,7 +48,7 @@
"devDependencies": {
"@types/d3-scale": "4.0.4",
"@types/d3-scale-chromatic": "3.0.0",
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@yeger/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"picocolors": "1.0.0"
},
"devDependencies": {
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@yeger/tsconfig": "workspace:*",
"rimraf": "5.0.1",
"typescript": "5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/vecti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test": "vitest"
},
"devDependencies": {
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@vue/component-compiler-utils": "3.3.0",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vite-plugin-dts": "3.5.3"
},
"devDependencies": {
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.2.2",
"unbuild": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-ssg-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"kolorist": "1.8.0"
},
"devDependencies": {
"@types/node": "18.17.15",
"@types/node": "18.17.16",
"@yeger/tsconfig": "workspace:*",
"rimraf": "5.0.1",
"typescript": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-marmoset-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"vite": "4.4.9",
"vite-plugin-lib": "workspace:*",
"vue": "3.3.4",
"vue-tsc": "1.8.10"
"vue-tsc": "1.8.11"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-masonry-wall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@yeger/vue-masonry-wall-core": "workspace:*"
},
"devDependencies": {
"@babel/types": "7.22.17",
"@babel/types": "7.22.19",
"@types/resize-observer-browser": "0.1.7",
"@vitejs/plugin-vue": "4.3.4",
"@vue/test-utils": "2.4.1",
Expand All @@ -63,7 +63,7 @@
"vite": "4.4.9",
"vite-plugin-lib": "workspace:*",
"vue": "3.3.4",
"vue-tsc": "1.8.10"
"vue-tsc": "1.8.11"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 374ce05

Please sign in to comment.