Skip to content

Commit 23655ff

Browse files
committed
Update dependencies to use versions from master branch
1 parent d06d11b commit 23655ff

File tree

33 files changed

+104
-90
lines changed

33 files changed

+104
-90
lines changed

devserver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react": "^18.3.1",
2929
"@types/react-dom": "^18.3.1",
3030
"@vitest/browser": "^3.2.3",
31-
"eslint": "^9.28.0",
31+
"eslint": "^9.29.0",
3232
"playwright": "^1.52.0",
3333
"sass": "^1.85.0",
3434
"typescript": "^5.8.2",

lib/buildtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"chalk": "^5.0.1",
2323
"commander": "^13.0.0",
2424
"esbuild": "^0.25.5",
25-
"eslint": "^9.28.0",
25+
"eslint": "^9.29.0",
2626
"jsonschema": "^1.5.0",
2727
"lodash": "^4.17.21",
2828
"typedoc": "^0.28.4",

lib/lintplugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
}
1111
},
1212
"dependencies": {
13-
"eslint": "^9.28.0"
13+
"eslint": "^9.29.0"
1414
},
1515
"peerDependencies": {
1616
"@stylistic/eslint-plugin": "^4.4.1",
1717
"@typescript-eslint/utils": "^8.33.1",
18-
"eslint": "^9.28.0",
18+
"eslint": "*",
1919
"eslint-plugin-import": "^2.31.0",
2020
"eslint-plugin-react": "^7.37.4",
2121
"eslint-plugin-react-hooks": "^5.1.0",

lib/modules-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"devDependencies": {
77
"@types/react": "^18.3.1",
88
"@types/react-dom": "^18.3.1",
9-
"eslint": "^9.28.0",
9+
"eslint": "^9.29.0",
1010
"typescript": "^5.8.2",
1111
"vitest": "^3.2.3"
1212
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@vitest/coverage-v8": "^3.2.3",
5151
"@yarnpkg/types": "^4.0.1",
5252
"esbuild": "^0.25.5",
53-
"eslint": "^9.28.0",
53+
"eslint": "^9.29.0",
5454
"eslint-plugin-import": "^2.31.0",
5555
"eslint-plugin-jsx-a11y": "^6.10.2",
5656
"eslint-plugin-react": "^7.37.4",

src/bundles/ar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
"lint": "buildtools lint .",
2121
"tsc": "tsc --project ./tsconfig.json"
2222
}
23-
}
23+
}

src/bundles/arcade_2d/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
"lint": "buildtools lint .",
2121
"tsc": "tsc --project ./tsconfig.json"
2222
}
23-
}
23+
}

src/bundles/binary_tree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"build": "buildtools build bundle .",
1717
"lint": "buildtools lint ."
1818
}
19-
}
19+
}

src/bundles/communication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
"tsc": "tsc --project ./tsconfig.json",
2323
"lint": "buildtools lint ."
2424
}
25-
}
25+
}

src/bundles/copy_gc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"build": "buildtools build bundle .",
1717
"lint": "buildtools lint ."
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)