Skip to content

Commit

Permalink
chore(deps): update third-party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dsm23 committed Nov 25, 2024
1 parent 13572ab commit 247f050
Show file tree
Hide file tree
Showing 18 changed files with 1,336 additions and 1,385 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9]
shardTotal: [9]
container:
image: mcr.microsoft.com/playwright:v1.48.2-jammy
image: mcr.microsoft.com/playwright:v1.49.0-noble
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2
Expand Down
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
},
"dependencies": {
"@repo/ui": "workspace:*",
"next": "15.0.1",
"next": "15.0.3",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0-rc-65a56d0e-20241020"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/node": "^22.9.3",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.1",
"typescript": "^5.6.3"
"eslint": "^9.15.0",
"eslint-config-next": "15.0.3",
"typescript": "^5.7.2"
},
"pnpm": {
"overrides": {
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
},
"dependencies": {
"@repo/ui": "workspace:*",
"next": "15.0.1",
"next": "15.0.3",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0-rc-65a56d0e-20241020"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/node": "^22.9.3",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.1",
"typescript": "^5.6.3"
"eslint": "^9.15.0",
"eslint-config-next": "15.0.3",
"typescript": "^5.7.2"
},
"pnpm": {
"overrides": {
Expand Down
16 changes: 8 additions & 8 deletions basics/lesson-10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"dependencies": {
"@repo/static-assets": "workspace:*",
"gsap": "^3.12.5",
"lil-gui": "^0.19.2",
"three": "0.169.0"
"lil-gui": "^0.20.0",
"three": "0.170.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.48.2",
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.49.0",
"@repo/eslint-config": "workspace:*",
"@repo/playwright-config": "workspace:*",
"@repo/stylelint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/vite-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/three": "0.169.0",
"@types/node": "^22.9.3",
"@types/three": "0.170.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
14 changes: 7 additions & 7 deletions basics/lesson-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"lint": "run-s lint:js lint:css"
},
"dependencies": {
"three": "0.169.0"
"three": "0.170.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.48.2",
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.49.0",
"@repo/eslint-config": "workspace:*",
"@repo/playwright-config": "workspace:*",
"@repo/stylelint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/vite-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/three": "0.169.0",
"@types/node": "^22.9.3",
"@types/three": "0.170.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
14 changes: 7 additions & 7 deletions basics/lesson-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"lint": "run-s lint:js lint:css"
},
"dependencies": {
"three": "0.169.0"
"three": "0.170.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.48.2",
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.49.0",
"@repo/eslint-config": "workspace:*",
"@repo/playwright-config": "workspace:*",
"@repo/stylelint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/vite-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/three": "0.169.0",
"@types/node": "^22.9.3",
"@types/three": "0.170.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
14 changes: 7 additions & 7 deletions basics/lesson-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
},
"dependencies": {
"gsap": "^3.12.5",
"three": "0.169.0"
"three": "0.170.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.48.2",
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.49.0",
"@repo/eslint-config": "workspace:*",
"@repo/playwright-config": "workspace:*",
"@repo/stylelint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/vite-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/three": "0.169.0",
"@types/node": "^22.9.3",
"@types/three": "0.170.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
14 changes: 7 additions & 7 deletions basics/lesson-6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"lint": "run-s lint:js lint:css"
},
"dependencies": {
"three": "0.169.0"
"three": "0.170.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.48.2",
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.49.0",
"@repo/eslint-config": "workspace:*",
"@repo/playwright-config": "workspace:*",
"@repo/stylelint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/vite-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/three": "0.169.0",
"@types/node": "^22.9.3",
"@types/three": "0.170.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
14 changes: 7 additions & 7 deletions basics/lesson-7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"lint": "run-s lint:js lint:css"
},
"dependencies": {
"three": "0.169.0"
"three": "0.170.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.48.2",
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.49.0",
"@repo/eslint-config": "workspace:*",
"@repo/playwright-config": "workspace:*",
"@repo/stylelint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/vite-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/three": "0.169.0",
"@types/node": "^22.9.3",
"@types/three": "0.170.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
14 changes: 7 additions & 7 deletions basics/lesson-8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"lint": "run-s lint:js lint:css"
},
"dependencies": {
"three": "0.169.0"
"three": "0.170.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.48.2",
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.49.0",
"@repo/eslint-config": "workspace:*",
"@repo/playwright-config": "workspace:*",
"@repo/stylelint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/vite-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/three": "0.169.0",
"@types/node": "^22.9.3",
"@types/three": "0.170.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
16 changes: 8 additions & 8 deletions basics/lesson-9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
},
"dependencies": {
"gsap": "^3.12.5",
"lil-gui": "^0.19.2",
"three": "0.169.0"
"lil-gui": "^0.20.0",
"three": "0.170.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.48.2",
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.49.0",
"@repo/eslint-config": "workspace:*",
"@repo/playwright-config": "workspace:*",
"@repo/stylelint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@repo/vite-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/three": "0.169.0",
"@types/node": "^22.9.3",
"@types/three": "0.170.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"fmt.check": "prettier --check ."
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.2.5",
"prettier-plugin-css-order": "^2.1.2",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
"turbo": "^2.3.1",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.13.0",
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"vite.js"
],
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@eslint/eslintrc": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vercel/style-guide": "^6.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.2.3",
"eslint-config-turbo": "^2.3.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
"globals": "^15.12.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0"
},
"dependencies": {
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.15.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.13.0"
"eslint": "^9.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
".": "./playwright.config.ts"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.49.0",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.8.1"
"@types/node": "^22.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@turbo/gen": "^2.2.3",
"@turbo/gen": "^2.3.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.8.1",
"@types/node": "^22.9.3",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"typescript": "^5.6.3"
"eslint": "^9.15.0",
"globals": "^15.12.0",
"typescript": "^5.7.2"
},
"dependencies": {
"react": "19.0.0-rc-65a56d0e-20241020"
Expand Down
6 changes: 3 additions & 3 deletions packages/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/node": "^22.9.3",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-restart": "^0.4.1"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 247f050

Please sign in to comment.