|
32 | 32 | "src/" |
33 | 33 | ], |
34 | 34 | "scripts": { |
35 | | - "build": "rollup -c --bundleConfigAsCjs", |
| 35 | + "build": "rollup --config", |
36 | 36 | "test": "jest --coverage", |
37 | 37 | "test:clear": "jest --clearCache", |
38 | 38 | "test:update": "jest --coverage --updateSnapshot" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@rollup/plugin-commonjs": "^25.0.1", |
42 | | - "@rollup/plugin-node-resolve": "^15.1.0", |
43 | | - "@rollup/plugin-typescript": "^11.1.1", |
44 | | - "@types/jest": "^29.5.2", |
45 | | - "@typescript-eslint/eslint-plugin": "^5.59.9", |
46 | | - "@typescript-eslint/parser": "^5.59.9", |
47 | | - "@vue/compiler-sfc": "^3.3.4", |
48 | | - "@vue/test-utils": "^2.3.2", |
49 | | - "@vue/vue3-jest": "29.2.4", |
50 | | - "jest": "^29.5.0", |
51 | | - "jest-environment-jsdom": "^29.5.0", |
| 41 | + "@rollup/plugin-commonjs": "^25.0.7", |
| 42 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 43 | + "@rollup/plugin-typescript": "^11.1.5", |
| 44 | + "@types/jest": "^29.5.7", |
| 45 | + "@typescript-eslint/eslint-plugin": "^5.62.0", |
| 46 | + "@typescript-eslint/parser": "^5.62.0", |
| 47 | + "@vue/compiler-sfc": "^3.3.7", |
| 48 | + "@vue/test-utils": "^2.4.1", |
| 49 | + "@vue/vue3-jest": "29.2.6", |
| 50 | + "jest": "^29.7.0", |
| 51 | + "jest-environment-jsdom": "^29.7.0", |
52 | 52 | "prettier": "^2.8.8", |
53 | | - "rollup": "^3.25.0", |
| 53 | + "rollup": "^4.2.0", |
54 | 54 | "rollup-plugin-peer-deps-external": "^2.2.4", |
55 | 55 | "rollup-plugin-vue": "^6.0.0", |
56 | | - "ts-jest": "^29.1.0", |
| 56 | + "ts-jest": "^29.1.1", |
57 | 57 | "typescript": "^4.9.5", |
58 | | - "vue": "^3.3.4", |
59 | | - "vue-types": "^5.0.3" |
| 58 | + "vue": "^3.3.7", |
| 59 | + "vue-types": "^5.1.1" |
60 | 60 | }, |
61 | 61 | "peerDependencies": { |
62 | 62 | "vue": "^3.2.20" |
|
0 commit comments