Skip to content

Commit bd129f4

Browse files
committed
build: update deps
1 parent 60da04a commit bd129f4

File tree

10 files changed

+64
-64
lines changed

10 files changed

+64
-64
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,20 @@
109109
},
110110
"pnpm": {
111111
"overrides": {
112-
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.42",
113-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
114-
"isarray": "npm:@nolyfill/isarray@^1.0.29",
115-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
116-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
117-
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
118-
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
119112
"@types/react": "^19.0.2",
120113
"@types/react-dom": "^19.0.2",
114+
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.42",
121115
"cross-spawn": "7.0.6",
116+
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
117+
"isarray": "npm:@nolyfill/isarray@^1.0.29",
122118
"next": "^15.1.2",
123119
"react": "^19.0.0",
124120
"react-dom": "^19.0.0",
121+
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
122+
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
123+
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
125124
"ts-api-utils": "^2.0.0",
125+
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
126126
"typescript": "^5.7.2"
127127
}
128128
}

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
"@typescript-eslint/types": "^8.18.1",
6161
"@typescript-eslint/utils": "^8.18.1",
6262
"compare-versions": "^6.1.1",
63+
"string-ts": "^2.2.0",
6364
"ts-pattern": "^5.6.0"
6465
},
6566
"devDependencies": {
6667
"@types/react": "^19.0.2",
6768
"@types/react-dom": "^19.0.2",
6869
"@workspace/configs": "workspace:*",
69-
"string-ts": "^2.2.0",
7070
"tsup": "^8.3.5"
7171
},
7272
"peerDependencies": {

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
"@typescript-eslint/type-utils": "^8.18.1",
6262
"@typescript-eslint/types": "^8.18.1",
6363
"@typescript-eslint/utils": "^8.18.1",
64+
"string-ts": "^2.2.0",
6465
"ts-pattern": "^5.6.0"
6566
},
6667
"devDependencies": {
6768
"@types/react": "^19.0.2",
6869
"@types/react-dom": "^19.0.2",
6970
"@workspace/configs": "workspace:*",
70-
"string-ts": "^2.2.0",
7171
"tsup": "^8.3.5"
7272
},
7373
"peerDependencies": {

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"@typescript-eslint/type-utils": "^8.18.1",
6060
"@typescript-eslint/types": "^8.18.1",
6161
"@typescript-eslint/utils": "^8.18.1",
62+
"string-ts": "^2.2.0",
6263
"ts-pattern": "^5.6.0"
6364
},
6465
"devDependencies": {
6566
"@types/react": "^19.0.2",
6667
"@types/react-dom": "^19.0.2",
6768
"@workspace/configs": "workspace:*",
68-
"string-ts": "^2.2.0",
6969
"tsup": "^8.3.5"
7070
},
7171
"peerDependencies": {

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
"@typescript-eslint/types": "^8.18.1",
6161
"@typescript-eslint/utils": "^8.18.1",
6262
"birecord": "^0.1.1",
63+
"string-ts": "^2.2.0",
6364
"ts-pattern": "^5.6.0"
6465
},
6566
"devDependencies": {
6667
"@types/react": "^19.0.2",
6768
"@types/react-dom": "^19.0.2",
6869
"@workspace/configs": "workspace:*",
69-
"string-ts": "^2.2.0",
7070
"tsup": "^8.3.5"
7171
},
7272
"peerDependencies": {

packages/plugins/eslint-plugin-react-x/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
"@typescript-eslint/utils": "^8.18.1",
6262
"compare-versions": "^6.1.1",
6363
"is-immutable-type": "^5.0.0",
64+
"string-ts": "^2.2.0",
65+
"ts-api-utils": "^2.0.0",
6466
"ts-pattern": "^5.6.0"
6567
},
6668
"devDependencies": {
6769
"@types/react": "^19.0.2",
6870
"@types/react-dom": "^19.0.2",
6971
"@workspace/configs": "workspace:*",
70-
"string-ts": "^2.2.0",
71-
"ts-api-utils": "^2.0.0",
7272
"tsup": "^8.3.5"
7373
},
7474
"peerDependencies": {

packages/shared/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
"dependencies": {
4545
"@eslint-react/eff": "workspace:*",
4646
"@typescript-eslint/utils": "^8.18.1",
47+
"fast-equals": "^5.0.1",
48+
"micro-memoize": "^4.1.2",
4749
"picomatch": "^4.0.2",
48-
"ts-pattern": "^5.6.0"
50+
"ts-pattern": "^5.6.0",
51+
"valibot": "^1.0.0-beta.9"
4952
},
5053
"devDependencies": {
5154
"@types/picomatch": "^3.0.1",
5255
"@workspace/configs": "workspace:*",
53-
"fast-equals": "^5.0.1",
54-
"micro-memoize": "^4.1.2",
5556
"tsup": "^8.3.5",
56-
"type-fest": "^4.30.2",
57-
"valibot": "^1.0.0-beta.9"
57+
"type-fest": "^4.30.2"
5858
}
5959
}

packages/utilities/var/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"@typescript-eslint/scope-manager": "^8.18.1",
4848
"@typescript-eslint/types": "^8.18.1",
4949
"@typescript-eslint/utils": "^8.18.1",
50+
"string-ts": "^2.2.0",
5051
"ts-pattern": "^5.6.0"
5152
},
5253
"devDependencies": {
5354
"@workspace/configs": "workspace:*",
54-
"string-ts": "^2.2.0",
5555
"tsup": "^8.3.5"
5656
}
5757
}

pnpm-lock.yaml

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)