Skip to content

Commit f50f64b

Browse files
committed
add new package specs for pnpm@10
1 parent 1273f7e commit f50f64b

File tree

4 files changed

+144
-39
lines changed

4 files changed

+144
-39
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"eslint-plugin-promise": "^7.2.1",
2424
"globals": "^16.2.0",
2525
"jest": "^29.7.0",
26-
"rollup": "^4.41.1"
26+
"rollup": "^4.41.1",
27+
"prettier": "^3.2.5"
2728
}
2829
}

packages/react/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
"@babel/eslint-parser": "^7.24.1",
4747
"@babel/plugin-syntax-jsx": "^7.24.1",
4848
"@babel/preset-env": "^7.24.4",
49+
"@eslint/eslintrc": "^3.3.1",
50+
"@eslint/js": "^9.27.0",
4951
"@parallelmarkets/vanilla": "workspace:*",
5052
"@rollup/plugin-babel": "^6.0.4",
5153
"@rollup/plugin-commonjs": "^25.0.7",
@@ -56,6 +58,7 @@
5658
"@testing-library/react": "^15.0.2",
5759
"@types/node": "^20.12.7",
5860
"@types/react": "^18.2.79",
61+
"@typescript-eslint/parser": "^8.33.0",
5962
"babel-jest": "^29.7.0",
6063
"babel-preset-react-app": "^10.0.1",
6164
"eslint-plugin-react": "^7.34.0",
@@ -65,7 +68,8 @@
6568
"react": "^18.2.0",
6669
"react-dom": "^18.2.0",
6770
"tslib": "^2.6.2",
68-
"typescript": "^5.4.5"
71+
"typescript": "^5.4.5",
72+
"typescript-eslint": "7.7.1"
6973
},
7074
"peerDependencies": {
7175
"@parallelmarkets/vanilla": "workspace:*",

packages/vanilla/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@
4646
"@babel/eslint-parser": "^7.24.1",
4747
"@babel/preset-env": "^7.24.4",
4848
"@babel/preset-typescript": "^7.24.1",
49+
"@eslint/eslintrc": "^3.3.1",
50+
"@eslint/js": "^9.27.0",
4951
"@jest/globals": "^29.7.0",
5052
"@rollup/plugin-babel": "^6.0.4",
5153
"@rollup/plugin-replace": "^5.0.5",
5254
"@rollup/plugin-typescript": "^11.1.6",
5355
"@types/jest": "^29.5.12",
5456
"@types/node": "^20.12.7",
57+
"@typescript-eslint/parser": "^8.33.0",
5558
"globals": "^15.0.0",
5659
"jest": "^29.7.0",
5760
"jest-environment-jsdom": "^29.7.0",

0 commit comments

Comments
 (0)