Skip to content

Commit

Permalink
chore(*): deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
chyzwar committed Oct 2, 2024
1 parent 6c28398 commit b61ce5a
Show file tree
Hide file tree
Showing 9 changed files with 311 additions and 191 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@chyzwar/eslint-config": "^0.2.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@lerna-lite/cli": "^3.9.1",
"@lerna-lite/publish": "^3.9.1",
"@lerna-lite/version": "^3.9.1",
"@types/node": "^22.5.5",
"@lerna-lite/cli": "^3.9.2",
"@lerna-lite/publish": "^3.9.2",
"@lerna-lite/version": "^3.9.2",
"@types/node": "^22.7.4",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/biome-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"./lib": "./lib.json"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2"
"@biomejs/biome": "^1.9.3"
},
"peerDependencies": {
"@biomejs/biome": "^1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"dependencies": {
"@chyzwar/tsconfig": "^0.2.29",
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.11.1",
"@stylistic/eslint-plugin": "^2.8.0",
"eslint-plugin-jest": "^28.8.3",
"globals": "^15.9.0",
"typescript-eslint": "^8.6.0"
"globals": "^15.10.0",
"typescript-eslint": "^8.8.0"
},
"peerDependencies": {
"eslint": "^9.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@chyzwar/eslint-config": "^0.2.0",
"@chyzwar/runner": "^0.4.1",
"@chyzwar/tsconfig": "^0.2.0",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/runner/examples/packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@chyzwar/eslint-config": "^0.2.0",
"@chyzwar/tsconfig": "^0.2.0",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"fastify": "^5.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/runner/examples/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.24.0"
"preact": "^10.24.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@chyzwar/eslint-config": "^0.2.2",
"@chyzwar/tsconfig": "^0.2.2",
"@preact/preset-vite": "^2.9.1",
"eslint": "^9.10.0",
"preact": "^10.24.0",
"eslint": "^9.11.1",
"preact": "^10.24.1",
"typescript": "^5.6.2",
"vite": "^5.4.6"
"vite": "^5.4.8"
}
}
4 changes: 2 additions & 2 deletions packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.30",
"@chyzwar/tsconfig": "^0.2.29",
"@types/node": "^22.5.5",
"eslint": "^9.10.0",
"@types/node": "^22.7.4",
"eslint": "^9.11.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/sea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.30",
"@chyzwar/tsconfig": "^0.2.29",
"@types/node": "^22.5.5",
"eslint": "^9.10.0",
"@types/node": "^22.7.4",
"eslint": "^9.11.1",
"typescript": "^5.6.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b61ce5a

Please sign in to comment.