Skip to content

Commit

Permalink
updo
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Oct 11, 2024
1 parent 68f837f commit 0e3b179
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 137 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint": "^9.12.0",
"eslint-import-resolver-typescript": "^3.6.3",
"rimraf": "^6.0.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-flat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@xylabs/ts-scripts-yarn3": "workspace:^",
"@xylabs/tsconfig": "workspace:^",
"eslint": "^9.12.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react-flat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.10.0"
"globals": "^15.11.0"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "workspace:^",
"@xylabs/tsconfig": "workspace:^",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-scripts-react-yarn3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@xylabs/tsconfig": "workspace:^",
"publint": "^0.2.11",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"typescript": "^5"
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-scripts-yarn3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^12.1.0",
"@swc/core": "^1.7.28",
"@swc/core": "^1.7.35",
"@types/node": "^22.7.5",
"@types/yargs": "^17.0.33",
"@xylabs/tsconfig": "workspace:^",
Expand Down Expand Up @@ -137,7 +137,7 @@
"@xylabs/tsconfig": "workspace:^",
"publint": "^0.2.11",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"typescript": "^5"
Expand Down
Loading

0 comments on commit 0e3b179

Please sign in to comment.