Bump the dev-dependencies group with 5 updates #57

Merged
dependabot[bot] merged 2 commits from dependabot/npm_and_yarn/dev-dependencies-95cdf2ec85 into main 2024-02-14 18:49:13 +00:00
7 changed files with 552 additions and 416 deletions

View File

@ -0,0 +1,2 @@
---
---

View File

@ -19,7 +19,7 @@
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.5.3", "@biomejs/biome": "1.5.3",
"@changesets/cli": "^2.27.1", "@changesets/cli": "^2.27.1",
"vitest": "^1.1.0", "vitest": "^1.2.2",
"vitest-fetch-mock": "^0.2.2" "vitest-fetch-mock": "^0.2.2"
} }
} }

View File

@ -45,9 +45,9 @@
"astro": "^4.2.0" "astro": "^4.2.0"
}, },
"devDependencies": { "devDependencies": {
"@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0", "eslint": "^8.56.0",
"eslint-plugin-astro": "^0.29.1", "eslint-plugin-astro": "^0.31.4",
"eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-jsx-a11y": "^6.8.0",
"prettier-plugin-astro": "^0.13.0", "prettier-plugin-astro": "^0.13.0",
"prettier": "^3.2.5", "prettier": "^3.2.5",

View File

@ -43,7 +43,7 @@
"scripts": {}, "scripts": {},
"devDependencies": { "devDependencies": {
"@matthiesenxyz/astro-ghostcms": "*", "@matthiesenxyz/astro-ghostcms": "*",
"@astrojs/check": "^0.4.1", "@astrojs/check": "^0.5.4",
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -72,22 +72,22 @@
"test:ci": "vitest run --coverage.enabled --coverage.reporter='text-summary'" "test:ci": "vitest run --coverage.enabled --coverage.reporter='text-summary'"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.4.1", "@astrojs/check": "^0.5.4",
"@ts-ghost/core-api": "*", "@ts-ghost/core-api": "*",
"@ts-ghost/tsconfig": "*", "@ts-ghost/tsconfig": "*",
"@matthiesenxyz/astro-ghostcms-theme-default": "*", "@matthiesenxyz/astro-ghostcms-theme-default": "*",
"@matthiesenxyz/astro-ghostcms-catppuccin": "*", "@matthiesenxyz/astro-ghostcms-catppuccin": "*",
"@types/fs-extra": "^11.0.1", "@types/fs-extra": "^11.0.1",
"@types/node": "^20.11.17", "@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0", "eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.3", "eslint-plugin-astro": "^0.31.4",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0", "prettier-plugin-astro": "^0.13.0",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"vitest": "^1.1.0", "vitest": "^1.2.2",
"vitest-fetch-mock": "^0.2.2" "vitest-fetch-mock": "^0.2.2"
}, },
"dependencies": { "dependencies": {

View File

@ -47,15 +47,15 @@
"@types/gunzip-maybe": "^1.4.0", "@types/gunzip-maybe": "^1.4.0",
"@types/node": "^20.11.17", "@types/node": "^20.11.17",
"@types/tar-fs": "^2.0.1", "@types/tar-fs": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0", "eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.7", "eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.3", "eslint-import-resolver-typescript": "^3.5.3",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"vitest": "^1.1.0", "vitest": "^1.2.2",
"vite": "^5.0.12", "vite": "^5.0.12",
"vite-tsconfig-paths": "^4.2.2" "vite-tsconfig-paths": "^4.2.2"
}, },

File diff suppressed because it is too large Load Diff