Skip to content

Commit 0c9f995

Browse files
authored
Relax version requirements for direct dependencies (#412)
1 parent 5367c56 commit 0c9f995

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ packages:
33

44
catalogs:
55
core:
6-
'@babel/parser': 7.28.3
7-
'@babel/traverse': 7.28.3
8-
'@swc/counter': 0.1.3
6+
"@babel/parser": ^7.26.0
7+
"@babel/traverse": ^7.26.0
8+
"@swc/counter": 0.1.3
99
dev:
10-
'@babel/preset-typescript': 7.27.1
11-
'@changesets/cli': 2.29.6
12-
'@codspeed/benchmark.js-plugin': 4.0.1
13-
'@eslint/eslintrc': 3.3.1
14-
'@monaco-editor/react': 4.7.0
15-
'@next/eslint-plugin-next': 15.5.2
16-
'@next/mdx': 15.5.2
17-
'@radix-ui/react-switch': 1.2.6
18-
'@shikijs/monaco': 3.12.0
19-
'@shikijs/transformers': 3.12.0
20-
'@swc/core': 1.13.5
21-
'@tailwindcss/postcss': 4.1.12
22-
'@testing-library/dom': 10.4.1
23-
'@testing-library/jest-dom': 6.8.0
24-
'@testing-library/react': 16.3.0
25-
'@types/babel__core': 7.20.5
26-
'@types/babel__traverse': 7.28.0
27-
'@types/benchmark': 2.1.5
28-
'@types/jest': 30.0.0
29-
'@types/mdx': 2.0.13
30-
'@types/node': 24.3.0
31-
'@types/react': 19.1.12
32-
'@types/react-dom': 19.1.9
33-
'@types/webpack': 5.28.5
34-
'@typescript-eslint/rule-tester': 8.41.0
35-
'@typescript-eslint/utils': 8.41.0
36-
'@vitejs/plugin-react': 5.0.2
10+
"@babel/preset-typescript": 7.27.1
11+
"@changesets/cli": 2.29.6
12+
"@codspeed/benchmark.js-plugin": 4.0.1
13+
"@eslint/eslintrc": 3.3.1
14+
"@monaco-editor/react": 4.7.0
15+
"@next/eslint-plugin-next": 15.5.2
16+
"@next/mdx": 15.5.2
17+
"@radix-ui/react-switch": 1.2.6
18+
"@shikijs/monaco": 3.12.0
19+
"@shikijs/transformers": 3.12.0
20+
"@swc/core": 1.13.5
21+
"@tailwindcss/postcss": 4.1.12
22+
"@testing-library/dom": 10.4.1
23+
"@testing-library/jest-dom": 6.8.0
24+
"@testing-library/react": 16.3.0
25+
"@types/babel__core": 7.20.5
26+
"@types/babel__traverse": 7.28.0
27+
"@types/benchmark": 2.1.5
28+
"@types/jest": 30.0.0
29+
"@types/mdx": 2.0.13
30+
"@types/node": 24.3.0
31+
"@types/react": 19.1.12
32+
"@types/react-dom": 19.1.9
33+
"@types/webpack": 5.28.5
34+
"@typescript-eslint/rule-tester": 8.41.0
35+
"@typescript-eslint/utils": 8.41.0
36+
"@vitejs/plugin-react": 5.0.2
3737
autoprefixer: 10.4.21
3838
benchmark: 2.1.4
3939
eslint: 9.34.0

0 commit comments

Comments
 (0)