|
1 | 1 | {
|
2 | 2 | "name": "@vue/compiler-sfc",
|
3 |
| - "version": "3.0.0-rc.11", |
| 3 | + "version": "3.0.0-rc.12", |
4 | 4 | "description": "@vue/compiler-sfc",
|
5 | 5 | "main": "dist/compiler-sfc.cjs.js",
|
6 | 6 | "types": "dist/compiler-sfc.d.ts",
|
|
32 | 32 | },
|
33 | 33 | "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-sfc#readme",
|
34 | 34 | "peerDependencies": {
|
35 |
| - "vue": "3.0.0-rc.11" |
| 35 | + "vue": "3.0.0-rc.12" |
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 | 38 | "@babel/parser": "^7.11.5",
|
39 | 39 | "@babel/types": "^7.11.5",
|
40 |
| - "@vue/compiler-core": "3.0.0-rc.11", |
41 |
| - "@vue/compiler-dom": "3.0.0-rc.11", |
42 |
| - "@vue/compiler-ssr": "3.0.0-rc.11", |
43 |
| - "@vue/shared": "3.0.0-rc.11", |
| 40 | + "@vue/compiler-core": "3.0.0-rc.12", |
| 41 | + "@vue/compiler-dom": "3.0.0-rc.12", |
| 42 | + "@vue/compiler-ssr": "3.0.0-rc.12", |
| 43 | + "@vue/shared": "3.0.0-rc.12", |
44 | 44 | "consolidate": "^0.16.0",
|
45 | 45 | "estree-walker": "^2.0.1",
|
46 | 46 | "hash-sum": "^2.0.0",
|
|
0 commit comments