|
66 | 66 | "dev-pack": "npm run dev:usepack -w playground",
|
67 | 67 | "prepare": "chmod a+x .husky/* && husky install",
|
68 | 68 | "prepublishOnly": "npm run build",
|
69 |
| - "postinstall": "rimraf rf node_modules/@types/react", |
| 69 | + "postinstall": "rimraf rf node_modules/@types/react && rimraf rf node_modules/@storybook/types/node_modules/@types/react", |
70 | 70 | "release": "bumpp --commit --tag --push",
|
71 | 71 | "stylelint": "stylelint \"**/*.{css,less,scss,vue}\"",
|
72 | 72 | "test": "vitest",
|
73 | 73 | "test:ui": "vitest --ui",
|
74 | 74 | "typecheck": "tsc && vue-tsc"
|
75 | 75 | },
|
76 | 76 | "dependencies": {
|
77 |
| - "@babel/runtime": "^7.22.6", |
78 |
| - "core-js": "^3.32.0" |
| 77 | + "@babel/runtime": "^7.22.11", |
| 78 | + "core-js": "^3.32.1" |
79 | 79 | },
|
80 | 80 | "devDependencies": {
|
81 |
| - "@babel/plugin-transform-runtime": "^7.22.9", |
82 |
| - "@babel/plugin-transform-typescript": "^7.22.9", |
83 |
| - "@babel/preset-env": "^7.22.9", |
84 |
| - "@babel/preset-typescript": "^7.22.5", |
85 |
| - "@commitlint/cli": "^17.6.7", |
86 |
| - "@commitlint/config-conventional": "^17.6.7", |
| 81 | + "@babel/plugin-transform-runtime": "^7.22.10", |
| 82 | + "@babel/plugin-transform-typescript": "^7.22.11", |
| 83 | + "@babel/preset-env": "^7.22.14", |
| 84 | + "@babel/preset-typescript": "^7.22.11", |
| 85 | + "@commitlint/cli": "^17.7.1", |
| 86 | + "@commitlint/config-conventional": "^17.7.0", |
87 | 87 | "@rollup/plugin-babel": "^6.0.3",
|
88 |
| - "@storybook/addon-essentials": "^7.2.0", |
89 |
| - "@storybook/addon-interactions": "^7.2.0", |
90 |
| - "@storybook/addon-links": "^7.2.0", |
| 88 | + "@storybook/addon-essentials": "^7.4.0", |
| 89 | + "@storybook/addon-interactions": "^7.4.0", |
| 90 | + "@storybook/addon-links": "^7.4.0", |
91 | 91 | "@storybook/addon-onboarding": "^1.0.8",
|
92 |
| - "@storybook/blocks": "^7.2.0", |
| 92 | + "@storybook/blocks": "^7.4.0", |
93 | 93 | "@storybook/testing-library": "^0.2.0",
|
94 |
| - "@storybook/vue3": "^7.2.0", |
95 |
| - "@storybook/vue3-vite": "^7.2.0", |
96 |
| - "@swc/core": "^1.3.73", |
97 |
| - "@testing-library/jest-dom": "^5.17.0", |
| 94 | + "@storybook/vue3": "^7.4.0", |
| 95 | + "@storybook/vue3-vite": "^7.4.0", |
| 96 | + "@swc/core": "^1.3.82", |
| 97 | + "@testing-library/jest-dom": "^6.1.2", |
98 | 98 | "@testing-library/user-event": "^14.4.3",
|
99 | 99 | "@testing-library/vue": "^7.0.0",
|
100 | 100 | "@types/lodash.isequal": "^4.5.6",
|
101 | 101 | "@types/lz-string": "^1.5.0",
|
102 |
| - "@types/node": "^20.4.5", |
| 102 | + "@types/node": "^20.5.8", |
103 | 103 | "@typescript-eslint/eslint-plugin": "^5.62.0",
|
104 | 104 | "@typescript-eslint/parser": "^5.62.0",
|
105 |
| - "@vitejs/plugin-vue": "^4.2.3", |
106 |
| - "@vitejs/plugin-vue-jsx": "^3.0.1", |
107 |
| - "@vitest/ui": "^0.34.1", |
| 105 | + "@vitejs/plugin-vue": "^4.3.4", |
| 106 | + "@vitejs/plugin-vue-jsx": "^3.0.2", |
| 107 | + "@vitest/ui": "^0.34.3", |
108 | 108 | "@vue/babel-plugin-jsx": "^1.1.5",
|
109 | 109 | "@vue/eslint-config-typescript": "^11.0.3",
|
110 | 110 | "babel-loader": "^9.1.3",
|
111 | 111 | "browserslist-to-esbuild": "^1.2.0",
|
112 |
| - "bumpp": "^9.1.1", |
| 112 | + "bumpp": "^9.2.0", |
113 | 113 | "cross-env": "^7.0.3",
|
114 | 114 | "cssnano": "^6.0.1",
|
115 | 115 | "esbuild-plugin-babel": "^0.2.3",
|
116 |
| - "eslint": "^8.46.0", |
| 116 | + "eslint": "^8.48.0", |
117 | 117 | "eslint-config-airbnb-base": "^15.0.0",
|
118 | 118 | "eslint-config-airbnb-typescript": "^17.1.0",
|
119 |
| - "eslint-plugin-import": "^2.28.0", |
| 119 | + "eslint-plugin-import": "^2.28.1", |
120 | 120 | "eslint-plugin-jsx-a11y": "^6.7.1",
|
121 | 121 | "eslint-plugin-storybook": "^0.6.13",
|
122 |
| - "eslint-plugin-vue": "^9.16.1", |
| 122 | + "eslint-plugin-vue": "^9.17.0", |
123 | 123 | "husky": "^8.0.3",
|
124 | 124 | "jsdom": "^22.1.0",
|
125 |
| - "lint-staged": "^13.2.3", |
126 |
| - "npm": "^9.8.1", |
| 125 | + "lint-staged": "^14.0.1", |
| 126 | + "npm": "^10.0.0", |
127 | 127 | "npm-run-all": "^4.1.5",
|
128 |
| - "postcss": "^8.4.27", |
| 128 | + "postcss": "^8.4.29", |
129 | 129 | "postcss-cli": "^10.1.0",
|
130 | 130 | "postcss-flexbugs-fixes": "^5.0.2",
|
131 | 131 | "postcss-nested": "^6.0.1",
|
132 |
| - "postcss-preset-env": "^9.1.0", |
133 |
| - "postcss-scss": "^4.0.6", |
| 132 | + "postcss-preset-env": "^9.1.2", |
| 133 | + "postcss-scss": "^4.0.7", |
134 | 134 | "rimraf": "^5.0.1",
|
135 |
| - "sass": "^1.64.2", |
| 135 | + "sass": "^1.66.1", |
136 | 136 | "shelljs": "^0.8.5",
|
137 |
| - "storybook": "^7.2.0", |
138 |
| - "stylelint": "^15.10.2", |
| 137 | + "storybook": "^7.4.0", |
| 138 | + "stylelint": "^15.10.3", |
139 | 139 | "stylelint-config-recommended-vue": "^1.5.0",
|
140 | 140 | "stylelint-config-standard": "^34.0.0",
|
141 |
| - "tsup": "^7.1.0", |
142 |
| - "typescript": "~5.0.4", |
143 |
| - "vite": "^4.4.8", |
144 |
| - "vite-plugin-dts": "^3.4.0", |
145 |
| - "vitest": "^0.34.1", |
| 141 | + "tsup": "^7.2.0", |
| 142 | + "typescript": "~5.1.6", |
| 143 | + "vite": "^4.4.9", |
| 144 | + "vite-plugin-dts": "^3.5.3", |
| 145 | + "vitest": "^0.34.3", |
146 | 146 | "vue-tsc": "^1.8.8"
|
147 | 147 | },
|
148 | 148 | "peerDependencies": {
|
|
0 commit comments