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] committed Jul 13, 2024
1 parent efa562c commit f1fc7f8
Show file tree
Hide file tree
Showing 12 changed files with 1,088 additions and 942 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.4.0
22.4.1
4 changes: 2 additions & 2 deletions apps/formi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@nuxtjs/robots": "3.0.0",
"@unhead/shared": "1.9.15",
"@unocss/nuxt": "0.61.2",
"@unocss/reset": "0.61.2",
"@unocss/nuxt": "0.61.3",
"@unocss/reset": "0.61.3",
"@vite-pwa/nuxt": "0.9.1",
"@vue/shared": "3.4.31",
"@vueuse/core": "10.11.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/d3-graph-controller-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"unplugin-vue-components": "0.27.2",
"vite": "5.3.3",
"vite-plugin-lib": "workspace:*",
"vitepress": "1.2.3",
"vitepress": "1.3.0",
"vue-tsc": "2.0.26"
}
}
2 changes: 1 addition & 1 deletion docs/vecti-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"typescript": "5.5.3",
"vite": "5.3.3",
"vite-plugin-lib": "workspace:*",
"vitepress": "1.2.3"
"vitepress": "1.3.0"
}
}
2 changes: 1 addition & 1 deletion examples/vite-plugin-ssg-utils-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": "5.5.3",
"vite": "5.3.3",
"vite-plugin-ssg-utils": "workspace:*",
"vite-ssg": "0.23.7",
"vite-ssg": "0.23.8",
"vue": "3.4.31",
"vue-router": "4.4.0"
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"description": "Monorepo for `@yeger` and related NPM packages",
"repository": {
"url": "https://github.com/DerYeger/yeger"
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "nr turbo watch"
},
"devDependencies": {
"@antfu/ni": "0.21.12",
"@antfu/ni": "0.22.0",
"@changesets/cli": "2.27.7",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
Expand All @@ -51,15 +51,15 @@
"@yeger/scripts": "workspace:*",
"@yeger/turbo-graph": "workspace:*",
"cross-env": "7.0.3",
"eslint": "9.6.0",
"eslint": "9.7.0",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"publint": "0.2.8",
"rimraf": "5.0.8",
"rimraf": "5.0.9",
"syncpack": "12.3.3",
"taze": "0.14.2",
"taze": "0.14.3",
"turbo": "2.0.6",
"vercel": "34.3.0",
"vercel": "34.3.1",
"vitest": "1.6.0"
},
"pnpm": {
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
"eslint": ">=9.0.0"
},
"dependencies": {
"@antfu/eslint-config": "2.21.3",
"@eslint-react/eslint-plugin": "1.5.23",
"@antfu/eslint-config": "2.22.0",
"@eslint-react/eslint-plugin": "1.5.25",
"@eslint/eslintrc": "3.1.0",
"astro-eslint-parser": "1.0.2",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-astro": "1.2.2",
"eslint-plugin-astro": "1.2.3",
"eslint-plugin-cypress": "3.3.0",
"eslint-plugin-format": "0.1.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-md": "1.0.19",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"eslint-plugin-svelte": "2.41.0",
"eslint-plugin-react-refresh": "0.4.8",
"eslint-plugin-svelte": "2.42.0",
"eslint-plugin-tailwindcss": "3.17.4",
"eslint-plugin-tsdoc": "0.3.0",
"eslint-plugin-turbo": "2.0.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/turbo-graph-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"d3-scale": "4.0.2",
"d3-scale-chromatic": "3.1.0",
"execa": "9.3.0",
"lucide-react": "0.400.0",
"lucide-react": "0.408.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"reactflow": "11.11.4",
"resumon": "workspace:*",
"tailwind-merge": "2.3.0",
"tailwind-merge": "2.4.0",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
Expand All @@ -58,8 +58,8 @@
"@types/react-dom": "18.3.0",
"@yeger/tsconfig": "workspace:*",
"autoprefixer": "10.4.19",
"eslint-config-next": "14.2.4",
"next": "14.2.4",
"eslint-config-next": "14.2.5",
"next": "14.2.5",
"postcss": "8.4.39",
"tailwindcss": "3.4.4",
"typescript": "5.5.3"
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 @@
"dependencies": {
"@yeger/turbo-graph-ui": "workspace:*",
"cac": "6.7.14",
"next": "14.2.4",
"next": "14.2.5",
"open": "8.4.2",
"picocolors": "1.0.1"
},
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 @@ -52,7 +52,7 @@
"devDependencies": {
"@types/node": "20.14.10",
"@yeger/tsconfig": "workspace:*",
"rimraf": "5.0.8",
"rimraf": "5.0.9",
"typescript": "5.5.3",
"vite": "5.3.3",
"vite-plugin-lib": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-masonry-wall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@yeger/vue-masonry-wall-core": "workspace:*"
},
"devDependencies": {
"@babel/types": "7.24.7",
"@babel/types": "7.24.8",
"@types/resize-observer-browser": "0.1.11",
"@vitejs/plugin-vue": "5.0.5",
"@vue/test-utils": "2.4.6",
Expand Down
Loading

0 comments on commit f1fc7f8

Please sign in to comment.