|
1 | 1 | { |
2 | 2 | "name": "vite-plugin-solid", |
3 | | - "version": "2.2.6", |
4 | | - "description": "solid-js integration plugin for vite 2", |
| 3 | + "version": "2.3.0", |
| 4 | + "description": "solid-js integration plugin for vite 3", |
5 | 5 | "type": "module", |
6 | 6 | "files": [ |
7 | 7 | "dist" |
|
16 | 16 | "default": "./dist/cjs/index.cjs", |
17 | 17 | "require": "./dist/cjs/index.cjs" |
18 | 18 | }, |
19 | | - "types": "dist/types/index.d.ts", |
20 | 19 | "scripts": { |
21 | 20 | "build": "rollup -c && tsc --emitDeclarationOnly", |
22 | 21 | "dev": "rollup -c -w", |
|
42 | 41 | }, |
43 | 42 | "homepage": "https://github.com/solidjs/vite-plugin-solid#readme", |
44 | 43 | "dependencies": { |
45 | | - "@babel/core": "^7.17.10", |
46 | | - "@babel/preset-typescript": "^7.16.7", |
47 | | - "babel-preset-solid": "^1.4.2", |
| 44 | + "@babel/core": "^7.18.6", |
| 45 | + "@babel/preset-typescript": "^7.18.6", |
| 46 | + "babel-preset-solid": "^1.4.6", |
48 | 47 | "merge-anything": "^5.0.2", |
49 | | - "solid-refresh": "^0.4.0" |
| 48 | + "solid-refresh": "^0.4.1" |
50 | 49 | }, |
51 | 50 | "devDependencies": { |
52 | | - "@babel/plugin-transform-typescript": "^7.16.8", |
53 | | - "@babel/preset-env": "^7.17.10", |
| 51 | + "@babel/plugin-transform-typescript": "^7.18.8", |
| 52 | + "@babel/preset-env": "^7.18.6", |
54 | 53 | "@rollup/plugin-babel": "^5.3.1", |
55 | | - "@rollup/plugin-commonjs": "^22.0.0", |
| 54 | + "@rollup/plugin-commonjs": "^22.0.1", |
56 | 55 | "@rollup/plugin-node-resolve": "^13.3.0", |
57 | 56 | "@skypack/package-check": "^0.2.2", |
58 | 57 | "@types/babel__core": "^7.1.19", |
59 | | - "@types/node": "^17.0.31", |
60 | | - "prettier": "^2.6.2", |
61 | | - "rollup": "^2.72.0", |
| 58 | + "@types/node": "^18.0.4", |
| 59 | + "prettier": "^2.7.1", |
| 60 | + "rollup": "^2.76.0", |
62 | 61 | "rollup-plugin-cleaner": "^1.0.0", |
63 | | - "solid-js": "^1.3.17", |
64 | | - "typescript": "^4.6.4", |
65 | | - "vite": "^2.9.8" |
| 62 | + "solid-js": "^1.4.7", |
| 63 | + "typescript": "^4.7.4", |
| 64 | + "vite": "^3.0.0" |
66 | 65 | }, |
67 | 66 | "peerDependencies": { |
68 | 67 | "solid-js": "^1.3.17", |
69 | | - "vite": "^2.9.8" |
| 68 | + "vite": "^3.0.0" |
70 | 69 | }, |
71 | 70 | "packageManager": "pnpm@6.24.4" |
72 | 71 | } |
0 commit comments