Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: yarn format

- name: Apply autofix.ci
uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1.3.1
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2
with:
fail-fast: false
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.8
22.17.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"eslint-import-context": "^0.1.8",
"get-tsconfig": "^4.10.1",
"is-bun-module": "^2.0.0",
"stable-hash-x": "^0.1.1",
"stable-hash-x": "^0.2.0",
"tinyglobby": "^0.2.14",
"unrs-resolver": "^1.7.11"
},
Expand All @@ -98,7 +98,7 @@
"eslint-plugin-import-x": "^4.15.1",
"nano-staged": "^0.8.0",
"npm-run-all2": "^8.0.4",
"path-serializer": "^0.4.0",
"path-serializer": "^0.5.0",
"premove": "^4.0.0",
"prettier": "^3.5.3",
"react": "^19.1.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6089,14 +6089,14 @@ __metadata:
is-bun-module: "npm:^2.0.0"
nano-staged: "npm:^0.8.0"
npm-run-all2: "npm:^8.0.4"
path-serializer: "npm:^0.4.0"
path-serializer: "npm:^0.5.0"
premove: "npm:^4.0.0"
prettier: "npm:^3.5.3"
react: "npm:^19.1.0"
simple-git-hooks: "npm:^2.13.0"
size-limit: "npm:^11.2.0"
size-limit-preset-node-lib: "npm:^0.4.0"
stable-hash-x: "npm:^0.1.1"
stable-hash-x: "npm:^0.2.0"
tinyexec: "npm:^1.0.1"
tinyglobby: "npm:^0.2.14"
tsdown: "npm:^0.12.7"
Expand Down Expand Up @@ -10150,10 +10150,10 @@ __metadata:
languageName: node
linkType: hard

"path-serializer@npm:^0.4.0":
version: 0.4.0
resolution: "path-serializer@npm:0.4.0"
checksum: 10c0/fc617221253e5ac12a4a012ec7c442a5a02dbc557047ae7b2ba52837d59322fd59a827ea1eee06366d465f624673613d23b282a325cf378d8bfe3c309b7da2b8
"path-serializer@npm:^0.5.0":
version: 0.5.0
resolution: "path-serializer@npm:0.5.0"
checksum: 10c0/822ca37d5cc9725b717b31a14a5b3094354315e156d05d3224364329813f2fe5efa6e942e14289cb4d2a0b467299f506521a1191150a057ed4a1d04f0d7ee528
languageName: node
linkType: hard

Expand Down Expand Up @@ -12297,6 +12297,13 @@ __metadata:
languageName: node
linkType: hard

"stable-hash-x@npm:^0.2.0":
version: 0.2.0
resolution: "stable-hash-x@npm:0.2.0"
checksum: 10c0/c757df58366ee4bb266a9486b8932eab7c1ba730469eaf4b68d2dee404814e9f84089c44c9b5205f8c7d99a0ab036cce2af69139ce5ed44b635923c011a8aea8
languageName: node
linkType: hard

"stackback@npm:0.0.2":
version: 0.0.2
resolution: "stackback@npm:0.0.2"
Expand Down