|
42 | 42 | "type": "git",
|
43 | 43 | "url": "git+https://github.com/bootstrap-vue/bootstrap-vue.git"
|
44 | 44 | },
|
45 |
| - "files": [ |
46 |
| - "src", |
47 |
| - "dist", |
48 |
| - "nuxt", |
49 |
| - "es" |
50 |
| - ], |
| 45 | + "files": ["src", "dist", "nuxt", "es"], |
51 | 46 | "scripts": {
|
52 | 47 | "build": "build/build",
|
53 | 48 | "watch": "rollup -c build/rollup.config.js --watch",
|
54 | 49 | "docs-dev": "nuxt dev -c docs/nuxt.config.js",
|
55 | 50 | "docs-gen": "nuxt generate -c docs/nuxt.config.js",
|
56 |
| - "docs-publish": "gh-pages -t -d docs-dist -b master -r git@github.com:bootstrap-vue/bootstrap-vue.github.io.git", |
| 51 | + "docs-publish": |
| 52 | + "gh-pages -t -d docs-dist -b master -r git@github.com:bootstrap-vue/bootstrap-vue.github.io.git", |
57 | 53 | "test": "yarn lint && NODE_ENV=test jest",
|
58 | 54 | "lint": "eslint src build docs tests nuxt",
|
59 | 55 | "release": "npm run build && npm run test && standard-version",
|
|
70 | 66 | },
|
71 | 67 | "devDependencies": {
|
72 | 68 | "@nuxtjs/google-analytics": "^2.0.2",
|
73 |
| - "@nuxtjs/pwa": "^2.0.4", |
| 69 | + "@nuxtjs/pwa": "^2.0.5", |
74 | 70 | "babel-cli": "^6.26.0",
|
75 | 71 | "babel-plugin-external-helpers": "^6.22.0",
|
76 | 72 | "babel-plugin-istanbul": "^4.1.5",
|
77 |
| - "bootstrap": "^4.0.0-beta.2", |
| 73 | + "bootstrap": "4.0.0-beta.2", |
78 | 74 | "clean-css": "^4.1.9",
|
79 | 75 | "codecov": "^3.0.0",
|
80 |
| - "codemirror": "^5.32.0", |
81 |
| - "cross-env": "^5.1.0", |
82 |
| - "eslint": "^4.13.1", |
| 76 | + "codemirror": "^5.33.0", |
| 77 | + "cross-env": "^5.1.3", |
| 78 | + "eslint": "^4.15.0", |
83 | 79 | "eslint-config-standard": "^11.0.0-beta.0",
|
84 | 80 | "eslint-plugin-import": "^2.8.0",
|
85 |
| - "eslint-plugin-jest": "^21.5.0", |
| 81 | + "eslint-plugin-jest": "^21.6.2", |
86 | 82 | "eslint-plugin-node": "^5.2.1",
|
87 | 83 | "eslint-plugin-promise": "^3.6.0",
|
88 | 84 | "eslint-plugin-standard": "^3.0.1",
|
89 |
| - "eslint-plugin-vue": "^3.14.0", |
| 85 | + "eslint-plugin-vue": "^4.2.0", |
90 | 86 | "gh-pages": "^1.1.0",
|
91 | 87 | "highlight-loader": "^0.7.2",
|
92 | 88 | "highlightjs": "^9.8.0",
|
93 |
| - "html-loader": "^0.5.1", |
94 |
| - "jest": "^21.2.1", |
| 89 | + "html-loader": "^0.5.4", |
| 90 | + "jest": "^22.0.6", |
95 | 91 | "lodash": "^4.17.4",
|
96 |
| - "markdown-loader": "^2.0.1", |
97 |
| - "marked": "^0.3.7", |
98 |
| - "nuxt": "1.0.0-gh-126b58b", |
99 |
| - "rollup": "^0.52.1", |
100 |
| - "rollup-plugin-babel": "^3.0.2", |
| 92 | + "markdown-loader": "^2.0.2", |
| 93 | + "marked": "^0.3.12", |
| 94 | + "nuxt": "1.1.1", |
| 95 | + "rollup": "^0.54.0", |
| 96 | + "rollup-plugin-babel": "^3.0.3", |
101 | 97 | "rollup-plugin-commonjs": "^8.2.6",
|
102 |
| - "rollup-plugin-node-resolve": "^3.0.0", |
| 98 | + "rollup-plugin-node-resolve": "^3.0.2", |
103 | 99 | "rollup-plugin-vue": "^3.0.0",
|
104 | 100 | "rollup-watch": "^4.3.1",
|
105 |
| - "standard-version": "^4.2.0", |
106 |
| - "uglify-es": "^3.2.2", |
107 |
| - "vue-jest": "^1.3.0", |
108 |
| - "vue-test-utils": "^1.0.0-beta.8" |
| 101 | + "standard-version": "^4.3.0", |
| 102 | + "uglify-es": "^3.3.6", |
| 103 | + "vue-jest": "^1.4.0", |
| 104 | + "vue-test-utils": "1.0.0-beta.11" |
109 | 105 | },
|
110 | 106 | "jest": {
|
111 | 107 | "testRegex": "spec.js$",
|
112 |
| - "moduleFileExtensions": [ |
113 |
| - "js", |
114 |
| - "vue" |
115 |
| - ], |
| 108 | + "moduleFileExtensions": ["js", "vue"], |
116 | 109 | "transform": {
|
117 | 110 | "^.+\\.js$": "babel-jest",
|
118 | 111 | ".*\\.(vue)$": "vue-jest"
|
|
0 commit comments