|
32 | 32 | "src/" |
33 | 33 | ], |
34 | 34 | "scripts": { |
35 | | - "build": "rollup -c", |
| 35 | + "build": "rollup -c --bundleConfigAsCjs", |
36 | 36 | "lint": "eslint 'src/**/*.{js,ts,tsx}'", |
37 | 37 | "test": "jest --coverage", |
38 | 38 | "test:clear": "jest --clearCache", |
39 | 39 | "test:update": "jest --coverage --updateSnapshot" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@rollup/plugin-commonjs": "^21.0.0", |
43 | | - "@rollup/plugin-node-resolve": "^13.0.5", |
44 | | - "@rollup/plugin-typescript": "^8.2.5", |
45 | | - "@typescript-eslint/eslint-plugin": "^4.33.0", |
46 | | - "@typescript-eslint/parser": "^4.33.0", |
47 | | - "@vue/compiler-sfc": "^3.2.20", |
48 | | - "@vue/eslint-config-prettier": "^6.0.0", |
49 | | - "@vue/eslint-config-typescript": "^7.0.0", |
50 | | - "@vue/test-utils": "^2.0.0-0", |
51 | | - "eslint": "^7.32.0", |
52 | | - "eslint-config-prettier": "^8.3.0", |
53 | | - "eslint-plugin-prettier": "^4.0.0", |
54 | | - "eslint-plugin-vue": "^7.19.1", |
55 | | - "jest": "^27.3.0", |
56 | | - "prettier": "^2.4.1", |
57 | | - "rollup": "^2.58.0", |
| 42 | + "@rollup/plugin-commonjs": "^24.0.1", |
| 43 | + "@rollup/plugin-node-resolve": "^15.0.1", |
| 44 | + "@rollup/plugin-typescript": "^11.0.0", |
| 45 | + "@typescript-eslint/eslint-plugin": "^5.57.0", |
| 46 | + "@typescript-eslint/parser": "^5.57.0", |
| 47 | + "@vue/compiler-sfc": "^3.2.47", |
| 48 | + "@vue/eslint-config-prettier": "^7.1.0", |
| 49 | + "@vue/eslint-config-typescript": "^11.0.2", |
| 50 | + "@vue/test-utils": "^2.3.2", |
| 51 | + "eslint": "^8.36.0", |
| 52 | + "eslint-config-prettier": "^8.8.0", |
| 53 | + "eslint-plugin-prettier": "^4.2.1", |
| 54 | + "eslint-plugin-vue": "^9.10.0", |
| 55 | + "jest": "^29.5.0", |
| 56 | + "prettier": "^2.8.7", |
| 57 | + "rollup": "^3.20.2", |
58 | 58 | "rollup-plugin-peer-deps-external": "^2.2.4", |
59 | 59 | "rollup-plugin-vue": "^6.0.0", |
60 | | - "ts-jest": "^27.0.7", |
61 | | - "typescript": "^4.4.3", |
62 | | - "vue": "^3.2.20" |
| 60 | + "ts-jest": "^29.0.5", |
| 61 | + "typescript": "^4.9.4", |
| 62 | + "vue": "^3.2.47" |
63 | 63 | }, |
64 | 64 | "peerDependencies": { |
65 | 65 | "vue": "^3.2.20" |
|
0 commit comments