|
1 | 1 | { |
2 | 2 | "name": "bootstrap-vue", |
3 | | - "version": "2.22.0", |
| 3 | + "version": "2.23.0", |
4 | 4 | "description": "With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete with extensive and automated WAI-ARIA accessibility markup.", |
5 | 5 | "main": "./dist/bootstrap-vue.common.js", |
6 | 6 | "web": "./dist/bootstrap-vue.js", |
|
66 | 66 | "docs-gen": "cross-env NODE_ENV=docs nuxt generate -c docs/nuxt.config.js", |
67 | 67 | "lint": "eslint --ext .js,.md,.vue ./", |
68 | 68 | "postinstall": "opencollective || exit 0", |
69 | | - "prepare": "husky install", |
| 69 | + "prepare": "husky install && yarn run build", |
70 | 70 | "prettify": "prettier --write '**/*.{js,json,md,scss,ts,vue}'", |
71 | 71 | "release": "yarn run prettify && yarn run test && yarn run build && yarn run release-notes && standard-version", |
72 | 72 | "release-notes": "jiti ./scripts/release-notes", |
|
99 | 99 | "@nuxtjs/robots": "^2.5.0", |
100 | 100 | "@nuxtjs/sitemap": "^2.4.0", |
101 | 101 | "@testing-library/jest-dom": "^5.12.0", |
| 102 | + "@vue/compat": "^3.2.40", |
| 103 | + "@vue/compiler-dom": "^3.2.40", |
102 | 104 | "@vue/test-utils": "^1.3.0", |
| 105 | + "@vue/test-utils-vue3": "npm:@vue/[email protected]", |
103 | 106 | "autoprefixer": "^10.4.0", |
104 | 107 | "babel-core": "^7.0.0-bridge.0", |
105 | 108 | "babel-eslint": "^10.1.0", |
|
148 | 151 | "standard-version": "^9.3.0", |
149 | 152 | "terser": "^5.15.0", |
150 | 153 | "vue": "^2.6.12", |
151 | | - "vue-jest": "^3.0.7", |
152 | 154 | "vue-router": "^3.5.1", |
153 | 155 | "vue-server-renderer": "^2.6.12", |
154 | | - "vue-template-compiler": "^2.6.12" |
| 156 | + "vue-template-compiler": "^2.6.12", |
| 157 | + "vue-test-utils-compat": "0.0.6" |
155 | 158 | }, |
156 | 159 | "keywords": [ |
157 | 160 | "Bootstrap", |
|
0 commit comments