Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
- update contentful to v11.3.1
- update @contentful/rich-text-html-renderer to v17.0.0
- update @contentful/rich-text-plain-text-renderer to v17.0.0
- update @contentful/rich-text-types to v17.0.0
- update fastify to v5.1.0
- update c12 to v2.0.1
- update dotenv to v16.4.7
- update dev dependencies
  • Loading branch information
joshmossas committed Dec 11, 2024
1 parent 8dcbea5 commit 0e45dd7
Show file tree
Hide file tree
Showing 4 changed files with 2,223 additions and 1,879 deletions.
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"test": "vitest run --coverage",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"typecheck": "tsc --noEmit",
"postinstall": "node postInstall.js",
"prebuild": "pnpm run lint",
"build": "tsc --noEmit && unbuild",
Expand All @@ -55,41 +56,41 @@
},
"license": "ISC",
"dependencies": {
"@contentful/rich-text-html-renderer": "^16.5.2",
"@contentful/rich-text-plain-text-renderer": "^16.1.3",
"@contentful/rich-text-types": "^16.5.2",
"@contentful/rich-text-html-renderer": "^17.0.0",
"@contentful/rich-text-plain-text-renderer": "^17.0.0",
"@contentful/rich-text-types": "^17.0.0",
"async-limiter": "^2.0.0",
"c12": "^1.10.0",
"c12": "^2.0.1",
"chokidar": "^3.6.0",
"citty": "^0.1.6",
"contentful": "^10.11.8",
"dotenv": "^16.4.5",
"fastify": "^4.27.0",
"contentful": "^11.3.1",
"dotenv": "^16.4.7",
"fastify": "^5.1.0",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"json-to-pretty-yaml": "^1.2.2",
"pathe": "^1.1.2"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.16.0",
"@modii/tscpaths": "^0.2.3",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/json-to-pretty-yaml": "^1.2.1",
"@types/node": "^20.14.2",
"@types/yargs": "^17.0.32",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"@types/node": "^22.10.2",
"@types/yargs": "^17.0.33",
"@vitest/coverage-v8": "^2.1.8",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.8.1",
"jiti": "^1.21.3",
"prettier": "^3.3.1",
"typescript": "^5.4.5",
"typescript-eslint": "^7.12.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.0",
"jiti": "^2.4.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"unbuild": "^2.0.0",
"vite": "^5.2.13",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
"vite": "^6.0.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 0e45dd7

Please sign in to comment.