Skip to content

Commit ec7d45f

Browse files
committed
docs: add versioning policy section to roadmap
1 parent 338751f commit ec7d45f

File tree

3 files changed

+83
-79
lines changed

3 files changed

+83
-79
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@effect/schema": "^0.75.5",
5959
"@eslint/config-inspector": "^0.6.0",
6060
"@eslint/js": "^9.17.0",
61-
"@swc/core": "^1.10.2",
61+
"@swc/core": "^1.10.3",
6262
"@tsconfig/node22": "^22.0.0",
6363
"@tsconfig/strictest": "^2.0.5",
6464
"@types/node": "^22.10.2",
@@ -71,7 +71,7 @@
7171
"@workspace/configs": "workspace:*",
7272
"@workspace/eslint-plugin-deps": "workspace:*",
7373
"@workspace/eslint-plugin-local": "workspace:*",
74-
"concurrently": "^9.1.0",
74+
"concurrently": "^9.1.1",
7575
"cspell": "^8.17.1",
7676
"dedent": "^1.5.3",
7777
"dprint": "^0.48.0",
@@ -107,17 +107,17 @@
107107
"packageManager": "[email protected]",
108108
"pnpm": {
109109
"overrides": {
110+
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
111+
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
112+
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
113+
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
110114
"@types/react": "^19.0.2",
111115
"@types/react-dom": "^19.0.2",
112116
"cross-spawn": "^7.0.6",
113-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
114117
"next": "^15.1.3",
115118
"react": "^19.0.0",
116119
"react-dom": "^19.0.0",
117-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
118-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
119120
"ts-api-utils": "^2.0.0",
120-
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
121121
"typescript": "^5.7.2"
122122
}
123123
}

0 commit comments

Comments
 (0)