mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 01:15:26 +10:00
chore: integrate improve-integration
This commit is contained in:
+11
-15
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "reactive-resume",
|
||||
"description": "Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
|
||||
"version": "5.2.2",
|
||||
"version": "5.2.3",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
@@ -22,15 +22,11 @@
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"doctor": "turbo run doctor",
|
||||
"check": "biome check --write --unsafe . && pnpm lint:docs:fix && pnpm lint:actions",
|
||||
"check": "biome check --write --unsafe . && markdownlint-cli2 --fix && github-actionlint -shellcheck= -pyflakes=",
|
||||
"db:generate": "turbo run db:generate --filter=@reactive-resume/db",
|
||||
"db:migrate": "turbo run db:migrate --filter=@reactive-resume/db",
|
||||
"db:studio": "turbo run db:studio --filter=@reactive-resume/db",
|
||||
"lingui:extract": "turbo run lingui:extract --filter=web",
|
||||
"lint": "pnpm lint:docs && pnpm lint:actions",
|
||||
"lint:actions": "github-actionlint -shellcheck= -pyflakes=",
|
||||
"lint:docs": "markdownlint-cli2",
|
||||
"lint:docs:fix": "markdownlint-cli2 --fix",
|
||||
"dev": "turbo run dev",
|
||||
"dev:web": "turbo run dev --filter=web",
|
||||
"knip": "knip",
|
||||
@@ -45,8 +41,8 @@
|
||||
"test:agent": "turbo run test:agent"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.5.2",
|
||||
"@commitlint/cli": "^21.2.0",
|
||||
"@biomejs/biome": "^2.5.3",
|
||||
"@commitlint/cli": "^21.2.1",
|
||||
"@commitlint/config-conventional": "^21.2.0",
|
||||
"@playwright/test": "^1.61.1",
|
||||
"@reactive-resume/config": "workspace:*",
|
||||
@@ -54,17 +50,17 @@
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/node": "^26.1.0",
|
||||
"@types/node": "^26.1.1",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@vitest/coverage-v8": "^4.1.9",
|
||||
"@vitest/coverage-v8": "^4.1.10",
|
||||
"github-actionlint": "1.7.12",
|
||||
"happy-dom": "^20.10.6",
|
||||
"knip": "^6.24.0",
|
||||
"lefthook": "^2.1.9",
|
||||
"knip": "^6.25.0",
|
||||
"lefthook": "^2.1.10",
|
||||
"markdownlint-cli2": "0.23.0",
|
||||
"pg": "^8.22.0",
|
||||
"turbo": "^2.10.3",
|
||||
"typescript": "^6.0.3",
|
||||
"vitest": "^4.1.9"
|
||||
"turbo": "^2.10.4",
|
||||
"typescript": "^7.0.2",
|
||||
"vitest": "^4.1.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user