@controlkit/headings
Advanced tools
+9
-9
| { | ||
| "name": "@controlkit/headings", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "type": "module", | ||
@@ -15,12 +15,12 @@ "module": "dist/index.js", | ||
| "peerDependencies": { | ||
| "@stylexjs/stylex": "^0.7.5", | ||
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1" | ||
| "@stylexjs/stylex": "0.10.1", | ||
| "react": "19.0.0", | ||
| "react-dom": "19.0.0" | ||
| }, | ||
| "dependencies": {}, | ||
| "devDependencies": { | ||
| "@stylexjs/babel-plugin": "^0.7.5", | ||
| "@stylexjs/rollup-plugin": "^0.7.5", | ||
| "@types/react": "^18.3.3", | ||
| "@types/react-dom": "^18.3.0", | ||
| "@stylexjs/babel-plugin": "0.10.1", | ||
| "@stylexjs/rollup-plugin": "0.10.1", | ||
| "@types/react": "19.0.10", | ||
| "@types/react-dom": "19.0.4", | ||
| "@typescript-eslint/eslint-plugin": "^7.13.1", | ||
@@ -33,5 +33,5 @@ "@typescript-eslint/parser": "^7.13.1", | ||
| "typescript": "^5.2.2", | ||
| "vite": "^5.3.1", | ||
| "vite": "6.2.0", | ||
| "vite-plugin-dts": "^3.9.1" | ||
| } | ||
| } |
6287
0.5%