|
16 | 16 | "license": "MIT",
|
17 | 17 | "author": "jerrywu001 <57242263@163.com>",
|
18 | 18 | "main": "./dist/index.js",
|
19 |
| - "module": "./dist/esm/index.js", |
| 19 | + "module": "./dist/index.mjs", |
20 | 20 | "types": "./dist/index.d.ts",
|
21 |
| - "typings": "./dist/index.d.ts", |
| 21 | + "exports": { |
| 22 | + ".": { |
| 23 | + "types": "./dist/index.d.ts", |
| 24 | + "import": "./dist/index.mjs", |
| 25 | + "require": "./dist/index.js" |
| 26 | + }, |
| 27 | + "./*": [ |
| 28 | + "./*", |
| 29 | + "./*.d.ts" |
| 30 | + ] |
| 31 | + }, |
| 32 | + "typesVersions": { |
| 33 | + "*": { |
| 34 | + "*": [ |
| 35 | + "./dist/*", |
| 36 | + "./*" |
| 37 | + ] |
| 38 | + } |
| 39 | + }, |
22 | 40 | "files": [
|
23 | 41 | "dist",
|
24 | 42 | "package.json",
|
25 | 43 | "README.md",
|
26 |
| - "global.d.ts" |
| 44 | + "global.d.ts", |
| 45 | + "*.d.ts" |
27 | 46 | ],
|
28 | 47 | "workspaces": [
|
29 | 48 | "docs",
|
|
59 | 78 | "@babel/plugin-transform-typescript": "^7.21.3",
|
60 | 79 | "@babel/preset-env": "^7.21.4",
|
61 | 80 | "@babel/preset-typescript": "^7.21.4",
|
62 |
| - "@commitlint/cli": "^17.5.1", |
63 |
| - "@commitlint/config-conventional": "^17.4.4", |
64 |
| - "@swc/core": "^1.3.49", |
| 81 | + "@commitlint/cli": "^17.6.1", |
| 82 | + "@commitlint/config-conventional": "^17.6.1", |
| 83 | + "@swc/core": "^1.3.51", |
65 | 84 | "@testing-library/jest-dom": "^5.16.5",
|
66 | 85 | "@testing-library/user-event": "^14.4.3",
|
67 | 86 | "@testing-library/vue": "^7.0.0",
|
68 | 87 | "@types/lodash.isequal": "^4.5.6",
|
69 | 88 | "@types/lz-string": "^1.3.34",
|
70 | 89 | "@types/node": "^18.15.11",
|
71 |
| - "@typescript-eslint/eslint-plugin": "^5.58.0", |
72 |
| - "@typescript-eslint/parser": "^5.58.0", |
| 90 | + "@typescript-eslint/eslint-plugin": "^5.59.0", |
| 91 | + "@typescript-eslint/parser": "^5.59.0", |
73 | 92 | "@vitejs/plugin-vue": "^4.1.0",
|
74 | 93 | "@vitejs/plugin-vue-jsx": "^3.0.1",
|
75 | 94 | "@vitest/ui": "^0.30.1",
|
76 | 95 | "@vue/babel-plugin-jsx": "^1.1.1",
|
77 | 96 | "@vue/eslint-config-typescript": "^11.0.2",
|
78 | 97 | "autoprefixer": "^10.4.14",
|
79 | 98 | "babel-loader": "^9.1.2",
|
| 99 | + "browserslist-to-esbuild": "^1.2.0", |
80 | 100 | "bumpp": "^9.1.0",
|
81 |
| - "core-js": "^3.30.0", |
| 101 | + "core-js": "^3.30.1", |
82 | 102 | "cssnano": "^6.0.0",
|
83 | 103 | "esbuild-plugin-babel": "^0.2.3",
|
84 | 104 | "eslint": "^8.38.0",
|
85 | 105 | "eslint-config-airbnb-base": "^15.0.0",
|
86 | 106 | "eslint-config-airbnb-typescript": "^17.0.0",
|
87 | 107 | "eslint-plugin-import": "^2.27.5",
|
88 | 108 | "eslint-plugin-jsx-a11y": "^6.7.1",
|
89 |
| - "eslint-plugin-vue": "^9.10.0", |
| 109 | + "eslint-plugin-vue": "^9.11.0", |
90 | 110 | "husky": "^8.0.3",
|
91 | 111 | "jsdom": "^21.1.1",
|
92 | 112 | "lint-staged": "^13.2.1",
|
93 | 113 | "npm": "^9.6.4",
|
94 | 114 | "npm-run-all": "^4.1.5",
|
95 |
| - "postcss": "^8.4.21", |
| 115 | + "postcss": "^8.4.22", |
96 | 116 | "postcss-cli": "^10.1.0",
|
97 | 117 | "postcss-loader": "^7.2.4",
|
98 | 118 | "postcss-nested": "^6.0.1",
|
|
104 | 124 | "stylelint-config-recommended-vue": "^1.4.0",
|
105 | 125 | "stylelint-config-standard": "^29.0.0",
|
106 | 126 | "tsup": "^6.7.0",
|
107 |
| - "typescript": "^5.0.4", |
108 |
| - "vite": "^4.2.1", |
109 |
| - "vite-plugin-dts": "^2.2.0", |
| 127 | + "typescript": "^4.9.4", |
| 128 | + "vite": "^4.2.2", |
| 129 | + "vite-plugin-dts": "^2.3.0", |
110 | 130 | "vitest": "^0.30.1",
|
111 | 131 | "vue-tsc": "^1.2.0"
|
112 | 132 | },
|
|
0 commit comments