|
1 | 1 | { |
2 | 2 | "name": "vite-plugin-solid", |
3 | | - "version": "2.0.0-rc.3", |
| 3 | + "version": "2.0.0-rc.4", |
4 | 4 | "description": "solid-js integration plugin for vite 2", |
5 | 5 | "type": "module", |
6 | 6 | "files": [ |
|
23 | 23 | }, |
24 | 24 | "repository": { |
25 | 25 | "type": "git", |
26 | | - "url": "git+https://github.com/amoutonbrady/vite-plugin-solid.git" |
| 26 | + "url": "git+https://github.com/solidjs/vite-plugin-solid.git" |
27 | 27 | }, |
28 | 28 | "keywords": [ |
29 | 29 | "vite", |
|
38 | 38 | "bugs": { |
39 | 39 | "url": "https://github.com/amoutonbrady/vite-plugin-solid/issues" |
40 | 40 | }, |
41 | | - "homepage": "https://github.com/amoutonbrady/vite-plugin-solid#readme", |
| 41 | + "homepage": "https://github.com/solidjs/vite-plugin-solid#readme", |
42 | 42 | "dependencies": { |
43 | | - "@babel/core": "^7.14.3", |
44 | | - "@babel/preset-typescript": "^7.13.0", |
45 | | - "babel-preset-solid": "^1.0.0-rc.2", |
| 43 | + "@babel/core": "^7.14.6", |
| 44 | + "@babel/preset-typescript": "^7.14.5", |
| 45 | + "babel-preset-solid": "^1.0.0-rc.9", |
46 | 46 | "merge-anything": "^4.0.1", |
47 | | - "solid-js": "^1.0.0-rc.2", |
| 47 | + "solid-js": "^1.0.0-rc.9", |
48 | 48 | "solid-refresh": "^0.2.0-rc.0", |
49 | | - "vite": "^2.3.6" |
| 49 | + "vite": "^2.3.8" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | | - "@babel/plugin-transform-typescript": "^7.14.4", |
53 | | - "@babel/preset-env": "^7.14.4", |
| 52 | + "@babel/plugin-transform-typescript": "^7.14.6", |
| 53 | + "@babel/preset-env": "^7.14.7", |
54 | 54 | "@rollup/plugin-babel": "^5.3.0", |
55 | 55 | "@rollup/plugin-commonjs": "^19.0.0", |
56 | 56 | "@rollup/plugin-node-resolve": "^13.0.0", |
57 | 57 | "@skypack/package-check": "^0.2.2", |
58 | 58 | "@types/babel__core": "^7.1.14", |
59 | | - "@types/node": "^15.6.2", |
60 | | - "prettier": "^2.3.0", |
61 | | - "rollup": "^2.50.5", |
| 59 | + "@types/node": "^15.12.4", |
| 60 | + "prettier": "^2.3.1", |
| 61 | + "rollup": "^2.52.3", |
62 | 62 | "rollup-plugin-cleaner": "^1.0.0", |
63 | | - "typescript": "^4.3.2" |
| 63 | + "typescript": "^4.3.4" |
64 | 64 | } |
65 | 65 | } |
0 commit comments