Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
d9e48f8
build(deps-dev): bump eslint-plugin-jsonc from 2.20.1 to 2.21.0
dependabot[bot] Oct 27, 2025
cc0a9b1
build(deps-dev): bump textlint-rule-terminology from 5.2.15 to 5.2.16
dependabot[bot] Oct 27, 2025
a285e6a
build(deps-dev): bump stylelint from 16.24.0 to 16.25.0
dependabot[bot] Oct 27, 2025
1802bda
build(deps-dev): bump editorconfig-checker from 6.1.0 to 6.1.1
dependabot[bot] Oct 27, 2025
a2a08aa
build(deps-dev): bump @babel/eslint-parser from 7.28.4 to 7.28.5
dependabot[bot] Oct 27, 2025
55bd3e3
build(deps): bump esbuild-plugin-glsl from 1.4.0 to 1.4.1
dependabot[bot] Oct 27, 2025
2a528e5
build(deps-dev): bump typescript from 5.9.2 to 5.9.3
dependabot[bot] Oct 27, 2025
a1ec32e
build(deps-dev): bump @types/chai from 5.2.2 to 5.2.3
dependabot[bot] Oct 27, 2025
80269f4
Merge pull request #444 from Falcion/dependabot/npm_and_yarn/types/ch…
Falcion Oct 29, 2025
2b6966d
Merge pull request #443 from Falcion/dependabot/npm_and_yarn/typescri…
Falcion Oct 29, 2025
2d9a17c
Merge pull request #442 from Falcion/dependabot/npm_and_yarn/esbuild-…
Falcion Oct 29, 2025
12dc3fd
Merge pull request #441 from Falcion/dependabot/npm_and_yarn/babel/es…
Falcion Oct 29, 2025
34e066c
Merge pull request #439 from Falcion/dependabot/npm_and_yarn/editorco…
Falcion Oct 29, 2025
340bad5
Merge pull request #437 from Falcion/dependabot/npm_and_yarn/stylelin…
Falcion Oct 29, 2025
2f36187
Merge pull request #436 from Falcion/dependabot/npm_and_yarn/textlint…
Falcion Oct 29, 2025
b11168e
Merge pull request #435 from Falcion/dependabot/npm_and_yarn/eslint-p…
Falcion Oct 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 59 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@
"dependencies": {
"dotenv": "^17.2.2",
"esbuild": "^0.25.11",
"esbuild-plugin-glsl": "^1.4.0",
"esbuild-plugin-glsl": "^1.4.1",
"esbuild-plugin-node-externals": "^1.0.1",
"esbuild-sass-plugin": "^3.3.1",
"fs-extra": "^11.3.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.4",
"@babel/eslint-parser": "^7.28.5",
"@changesets/cli": "^2.29.7",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^19.8.1",
Expand All @@ -180,7 +180,7 @@
"@eslint/js": "^9.38.0",
"@jscpd/badge-reporter": "^4.0.1",
"@npmcli/package-json": "^7.0.1",
"@types/chai": "^5.2.2",
"@types/chai": "^5.2.3",
"@types/chalk": "^0.4.31",
"@types/fs-extra": "^11.0.4",
"@types/minimist": "^1.2.5",
Expand All @@ -198,13 +198,13 @@
"dictionary-en": "^4.0.0",
"dugite": "^2.7.1",
"editorconfig": "^3.0.1",
"editorconfig-checker": "^6.1.0",
"editorconfig-checker": "^6.1.1",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin": "^1.0.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsonc": "^2.20.1",
"eslint-plugin-jsonc": "^2.21.0",
"eslint-plugin-markdownlint": "^0.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.5.4",
Expand Down Expand Up @@ -235,19 +235,19 @@
"sinon": "^21.0.0",
"standard": "^17.1.2",
"standard-version": "^9.5.0",
"stylelint": "^16.24.0",
"stylelint": "^16.25.0",
"textlint": "^15.2.2",
"textlint-rule-date-weekday-mismatch": "^1.1.1",
"textlint-rule-footnote-order": "^1.0.3",
"textlint-rule-no-curly-quotes": "^1.0.0",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-period-in-header": "^0.1.2",
"textlint-rule-spelling": "^0.3.0",
"textlint-rule-terminology": "^5.2.15",
"textlint-rule-terminology": "^5.2.16",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"ts-standard": "^12.0.2",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
}
}
Loading