Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Aug 22, 2024
1 parent b939404 commit 7acab86
Show file tree
Hide file tree
Showing 13 changed files with 2,176 additions and 2,264 deletions.
26 changes: 13 additions & 13 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
"start": "ng serve"
},
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/router": "^18.0.0",
"@angular/animations": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/forms": "^18.2.0",
"@angular/platform-browser": "^18.2.0",
"@angular/router": "^18.2.0",
"@anolilab/unplugin-favicons": "workspace:*",
"favicons": "^7.2.0",
"rxjs": "^7.8.1",
"tslib": "^2.5.0",
"zone.js": "~0.14.0"
"tslib": "^2.6.3",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/custom-esbuild": "^18.0.0",
"@angular-devkit/build-angular": "^18.0.0",
"@angular/cli": "^18.0.1",
"@angular/compiler-cli": "^18.0.0",
"typescript": "~5.4.0"
"@angular-devkit/build-angular": "^18.2.1",
"@angular/cli": "^18.2.1",
"@angular/compiler-cli": "^18.2.0",
"typescript": "~5.5.4"
}
}
2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"@anolilab/unplugin-favicons": "workspace:*",
"astro": "^4.12.2"
"astro": "^4.14.4"
}
}
4 changes: 2 additions & 2 deletions examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@anolilab/unplugin-favicons": "workspace:*"
},
"devDependencies": {
"esbuild": "^0.23.0",
"esbuild": "^0.23.1",
"rimraf": "^6.0.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
10 changes: 5 additions & 5 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"dependencies": {
"next": "14.2.5",
"react": "^18",
"react-dom": "^18"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@anolilab/unplugin-favicons": "workspace:*",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"eslint": "9.7.0",
"eslint-config-next": "14.2.5",
"typescript": "^5"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion examples/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"nuxt": "^3.12.4",
"rimraf": "^6.0.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@rollup/plugin-html": "^1.0.3",
"rimraf": "^6.0.1",
"rollup": "^4.19.0"
"rollup": "^4.21.0"
}
}
6 changes: 3 additions & 3 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^3.8.5",
"svelte-preprocess": "^6.0.2",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"typescript": "^5.5.4",
"vite": "^5.4.2"
}
}
12 changes: 6 additions & 6 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"devDependencies": {
"@anolilab/unplugin-favicons": "workspace:*",
"@fontsource/fira-mono": "^5.0.13",
"@fontsource/fira-mono": "^5.0.14",
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/kit": "^2.5.24",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@types/cookie": "^0.6.0",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^3.8.5",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"typescript": "^5.5.4",
"vite": "^5.4.2"
}
}
6 changes: 3 additions & 3 deletions examples/vite-vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"eslint": "^9.7.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-react-refresh": "^0.4.10",
"express": "^4.19.2",
"prop-types": "15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sirv": "^2.0.4",
"vike": "^0.4.181",
"vite": "^5.3.4"
"vike": "^0.4.191",
"vite": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@anolilab/unplugin-favicons": "workspace:*"
},
"devDependencies": {
"vite": "^5.3.4"
"vite": "^5.4.2"
}
}
52 changes: 27 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,19 @@
"test": "vitest run",
"test:bench": "vitest bench",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest"
"test:watch": "vitest",
"update:deps": "taze"
},
"dependencies": {
"@visulima/find-cache-dir": "^1.0.5",
"@visulima/package": "^3.0.6",
"@visulima/find-cache-dir": "^1.0.6",
"@visulima/package": "^3.0.7",
"cacache": "^18.0.4",
"consola": "3.2.3",
"fast-json-stable-stringify": "^2.1.0",
"parse-author": "^2.0.0",
"parse5": "^7.1.2",
"ssri": "^10.0.6",
"unplugin": "^1.12.0"
"unplugin": "^1.12.2"
},
"devDependencies": {
"@anolilab/commitlint-config": "^5.0.3",
Expand All @@ -126,7 +127,7 @@
"@anolilab/textlint-config": "^8.0.16",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "7.25.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@nuxt/kit": "^3.12.4",
"@nuxt/schema": "^3.12.4",
Expand All @@ -145,13 +146,13 @@
"@visulima/packem": "^1.0.0-alpha.55",
"@vitest/coverage-v8": "^2.0.5",
"audit-ci": "^7.1.0",
"caniuse-lite": "^1.0.30001649",
"caniuse-lite": "^1.0.30001651",
"commitizen": "^4.3.0",
"commitlint": "^19.3.0",
"commitlint": "^19.4.0",
"conventional-changelog-conventionalcommits": "8.0.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.23.0",
"esbuild": "^0.23.1",
"eslint": "8.57.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-editorconfig": "^4.0.3",
Expand All @@ -162,22 +163,23 @@
"eslint-plugin-vitest-globals": "^1.5.0",
"favicons": "^7.2.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.1.4",
"husky": "^9.1.5",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"pkg-pr-new": "^0.0.20",
"prettier": "^3.3.3",
"publint": "^0.2.9",
"publint": "^0.2.10",
"read-pkg": "9.0.1",
"rimraf": "^6.0.1",
"rollup": "^4.20.0",
"rollup": "^4.21.0",
"secretlint": "8.2.4",
"semantic-release": "^24.0.0",
"semantic-release": "^24.1.0",
"sort-package-json": "^2.10.0",
"textlint": "^14.0.4",
"type-fest": "^4.23.0",
"taze": "^0.16.6",
"textlint": "^14.2.0",
"type-fest": "^4.25.0",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.2",
"vitest": "^2.0.5",
"webpack": "^5.93.0"
},
Expand Down Expand Up @@ -214,7 +216,7 @@
"optional": true
}
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.1",
"engines": {
"node": ">=18.0.0"
},
Expand All @@ -224,21 +226,21 @@
},
"pnpm": {
"overrides": {
"@babel/traverse@<7.23.2": ">=7.23.2",
"@babel/traverse@<7.23.2": ">=7.25.3",
"braces@<3.0.3": ">=3.0.3",
"chrono-node@<2.2.4": ">=2.2.4",
"cosmiconfig-typescript-loader": "^5.0.0",
"follow-redirects@<1.15.4": ">=1.15.4",
"follow-redirects@<=1.15.5": ">=1.15.6",
"got@<11.8.5": ">=11.8.5",
"follow-redirects@<1.15.4": ">=1.15.6",
"got@<11.8.5": ">=14.4.2",
"load-tsconfig": "^0.2.5",
"tar@<6.2.1": ">=6.2.1",
"trim@<0.0.3": ">=0.0.3",
"tar@<6.2.1": ">=7.4.3",
"trim@<0.0.3": ">=1.0.1",
"tsconfig-paths": "^4.2.0",
"webpack-dev-middleware@<=5.3.3": ">=5.3.4",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"webpack-dev-middleware@<=5.3.3": ">=7.4.2",
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
"zod@<=3.22.2": ">=3.22.3"
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"zod@<=3.22.2": ">=3.23.8"
}
},
"anolilab": {
Expand Down
Loading

0 comments on commit 7acab86

Please sign in to comment.