|
52 | 52 | "build:pick": "cherry-pick --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm", |
53 | 53 | "build:popper": "rollup src/popper.ts --file lib/cjs/popper.js --format cjs --name popper --plugin @rollup/plugin-node-resolve", |
54 | 54 | "deploy-docs": "yarn --cwd www deploy", |
55 | | - "lint": "eslint www/*.js www/src src test *.ts --ext .js,.ts,.tsx", |
| 55 | + "lint": "eslint src test *.ts", |
56 | 56 | "prepublishOnly": "yarn build", |
57 | 57 | "release": "rollout", |
58 | 58 | "start": "yarn --cwd www start", |
|
61 | 61 | "testonly": "vitest --run" |
62 | 62 | }, |
63 | 63 | "lint-staged": { |
64 | | - "*.js,*.tsx": "eslint --fix --ext .js,.ts,.tsx" |
| 64 | + "*.js,*.tsx": "eslint --fix" |
65 | 65 | }, |
66 | 66 | "prettier": { |
67 | 67 | "singleQuote": true, |
|
75 | 75 | "conventionalCommits": true |
76 | 76 | }, |
77 | 77 | "dependencies": { |
| 78 | + "@babel/eslint-parser": "^7.25.9", |
78 | 79 | "@babel/runtime": "^7.26.0", |
79 | 80 | "@popperjs/core": "^2.11.8", |
80 | 81 | "@react-aria/ssr": "^3.5.0", |
|
93 | 94 | "@4c/cli": "^4.0.4", |
94 | 95 | "@4c/rollout": "^4.0.2", |
95 | 96 | "@4c/tsconfig": "^0.4.1", |
96 | | - "@babel/cli": "^7.20.7", |
97 | | - "@babel/core": "^7.20.12", |
98 | | - "@babel/preset-react": "^7.18.6", |
99 | | - "@babel/preset-typescript": "^7.18.6", |
| 97 | + "@babel/cli": "^7.26.4", |
| 98 | + "@babel/core": "^7.26.0", |
| 99 | + "@babel/preset-react": "^7.26.3", |
| 100 | + "@babel/preset-typescript": "^7.26.0", |
| 101 | + "@eslint/js": "^9.17.0", |
100 | 102 | "@react-bootstrap/eslint-config": "^2.0.0", |
101 | 103 | "@rollup/plugin-node-resolve": "^15.2.3", |
102 | 104 | "@testing-library/dom": "^10.3.1", |
|
106 | 108 | "@types/react": "^18.3.3", |
107 | 109 | "@types/react-dom": "^18.3.0", |
108 | 110 | "@types/react-transition-group": "^4.4.4", |
109 | | - "@typescript-eslint/eslint-plugin": "^4.33.0", |
110 | | - "@typescript-eslint/parser": "^4.33.0", |
| 111 | + "@typescript-eslint/eslint-plugin": "^8.19.1", |
| 112 | + "@typescript-eslint/parser": "^8.19.1", |
111 | 113 | "@vitejs/plugin-react": "^4.3.2", |
112 | 114 | "@vitest/browser": "^2.1.3", |
113 | 115 | "@vitest/coverage-istanbul": "2.1.3", |
|
116 | 118 | "babel-preset-env-modules": "^1.0.1", |
117 | 119 | "cherry-pick": "^0.5.0", |
118 | 120 | "cross-env": "^7.0.3", |
119 | | - "eslint": "^7.24.0", |
120 | | - "eslint-config-4catalyzer-typescript": "^3.2.1", |
121 | | - "eslint-config-prettier": "^8.5.0", |
122 | | - "eslint-plugin-import": "^2.26.0", |
123 | | - "eslint-plugin-jsx-a11y": "^6.5.1", |
124 | | - "eslint-plugin-prettier": "^3.4.1", |
125 | | - "eslint-plugin-react": "^7.30.0", |
126 | | - "eslint-plugin-react-hooks": "^4.6.0", |
| 121 | + "eslint": "^9.17.0", |
| 122 | + "eslint-config-4catalyzer-typescript": "^3.3.0", |
| 123 | + "eslint-config-prettier": "^9.1.0", |
| 124 | + "eslint-plugin-import": "^2.31.0", |
| 125 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 126 | + "eslint-plugin-prettier": "^5.2.1", |
| 127 | + "eslint-plugin-react": "^7.37.3", |
| 128 | + "eslint-plugin-react-hooks": "^5.1.0", |
127 | 129 | "gh-pages": "^3.1.0", |
| 130 | + "globals": "^15.14.0", |
128 | 131 | "hookem": "^1.0.9", |
129 | 132 | "lint-staged": "^10.5.4", |
130 | 133 | "playwright": "^1.48.0", |
131 | | - "prettier": "^2.7.1", |
| 134 | + "prettier": "^3.4.2", |
132 | 135 | "react": "^18.3.1", |
133 | 136 | "react-dom": "^18.3.1", |
134 | 137 | "react-transition-group": "^4.4.1", |
135 | 138 | "rimraf": "^3.0.2", |
136 | 139 | "rollup": "^4.18.1", |
137 | | - "typescript": "^4.7.4", |
| 140 | + "typescript": "^5.7.3", |
| 141 | + "typescript-eslint": "^8.19.1", |
138 | 142 | "vitest": "^2.1.3" |
139 | 143 | }, |
140 | 144 | "bugs": { |
|
0 commit comments