|
1 | 1 | { |
2 | 2 | "name": "solid-jsx", |
3 | | - "version": "0.6.0", |
| 3 | + "version": "0.7.0", |
4 | 4 | "description": "solid-js jsx compatible mdx runtime", |
5 | 5 | "main": "./dist/jsx-runtime.js", |
6 | 6 | "type": "module", |
|
11 | 11 | }, |
12 | 12 | "types": "./dist/jsx-runtime.d.ts", |
13 | 13 | "files": [ |
14 | | - "dist" |
| 14 | + "dist", |
| 15 | + "types.d.ts" |
15 | 16 | ], |
16 | 17 | "sideEffects": false, |
17 | 18 | "scripts": { |
18 | | - "prebuild": "rimraf dist", |
19 | 19 | "prepare": "husky install", |
20 | | - "build": "pnpm prebuild && pnpm lint && pnpm pretty && tsup src/jsx-runtime.ts --dts --format esm --sourcemap --minify", |
| 20 | + "build": "pnpm lint && pnpm pretty && tsup", |
21 | 21 | "lint": "pnpm eslint --fix ./src", |
22 | 22 | "pretty": "prettier --ignore-path .gitignore --write ./src", |
23 | 23 | "prepublishOnly": "pnpm build" |
|
40 | 40 | }, |
41 | 41 | "homepage": "https://github.com/high1/solid-jsx#readme", |
42 | 42 | "devDependencies": { |
43 | | - "@typescript-eslint/eslint-plugin": "^5.10.0", |
44 | | - "@typescript-eslint/parser": "^5.10.0", |
45 | | - "eslint": "^8.7.0", |
| 43 | + "@typescript-eslint/eslint-plugin": "^5.11.0", |
| 44 | + "@typescript-eslint/parser": "^5.11.0", |
| 45 | + "eslint": "^8.9.0", |
46 | 46 | "eslint-config-prettier": "^8.3.0", |
47 | 47 | "eslint-import-resolver-typescript": "^2.5.0", |
48 | 48 | "eslint-plugin-import": "^2.25.4", |
49 | 49 | "eslint-plugin-prettier": "^4.0.0", |
50 | 50 | "eslint-plugin-unicorn": "^40.1.0", |
51 | 51 | "husky": "^7.0.4", |
52 | | - "lint-staged": "^12.2.2", |
| 52 | + "lint-staged": "^12.3.4", |
53 | 53 | "prettier": "^2.5.1", |
54 | 54 | "rimraf": "^3.0.2", |
55 | | - "tsup": "^5.11.11", |
| 55 | + "tsup": "^5.11.13", |
56 | 56 | "typescript": "^4.5.5" |
57 | 57 | }, |
58 | 58 | "lint-staged": { |
59 | 59 | "*.{js,ts}": "eslint --fix", |
60 | 60 | "*.{js,css,json,md,jsx,yml,yaml}": "prettier --ignore-path .gitignore --write" |
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | | - "solid-js": "^1.3.3" |
| 63 | + "solid-js": "^1.3.7" |
64 | 64 | } |
65 | 65 | } |
0 commit comments