Skip to content

Commit 318dd75

Browse files
authored
Merge branch 'dev' into fix-image-docs-typo
2 parents 4c6c4cb + e4d271a commit 318dd75

File tree

2 files changed

+1138
-1199
lines changed

2 files changed

+1138
-1199
lines changed

package.json

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@
8484
},
8585
"lint-staged": {
8686
"*{.js,.md,.vue}": "eslint --ext",
87-
"**/*.{js,json,md,scss,ts,vue}": [
88-
"prettier --write",
89-
"git add"
90-
]
87+
"**/*.{js,json,md,scss,ts,vue}": "prettier --write"
9188
},
9289
"dependencies": {
9390
"@nuxt/opencollective": "^0.3.0",
@@ -97,36 +94,36 @@
9794
"vue-functional-data-merge": "^3.1.0"
9895
},
9996
"devDependencies": {
100-
"@babel/cli": "^7.10.1",
101-
"@babel/core": "^7.10.2",
97+
"@babel/cli": "^7.10.3",
98+
"@babel/core": "^7.10.3",
10299
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
103-
"@babel/plugin-transform-runtime": "^7.10.1",
104-
"@babel/preset-env": "^7.10.2",
105-
"@babel/standalone": "^7.10.2",
100+
"@babel/plugin-transform-runtime": "^7.10.3",
101+
"@babel/preset-env": "^7.10.3",
102+
"@babel/standalone": "^7.10.3",
106103
"@nuxtjs/google-analytics": "^2.3.0",
107104
"@nuxtjs/pwa": "^3.0.0-beta.20",
108105
"@nuxtjs/robots": "^2.4.2",
109-
"@nuxtjs/sitemap": "^2.3.2",
110-
"@testing-library/jest-dom": "^5.10.1",
106+
"@nuxtjs/sitemap": "^2.4.0",
107+
"@testing-library/jest-dom": "^5.11.0",
111108
"@vue/test-utils": "^1.0.3",
112-
"autoprefixer": "^9.8.0",
109+
"autoprefixer": "^9.8.4",
113110
"babel-core": "^7.0.0-bridge.0",
114111
"babel-eslint": "^10.1.0",
115-
"babel-jest": "^26.0.1",
112+
"babel-jest": "^26.1.0",
116113
"babel-plugin-istanbul": "^6.0.0",
117114
"bootstrap-icons": "^1.0.0-alpha4",
118115
"bundlewatch": "^0.2.7",
119116
"clean-css-cli": "^4.3.0",
120-
"codemirror": "^5.54.0",
117+
"codemirror": "^5.55.0",
121118
"codesandbox": "^2.1.16",
122119
"core-js": ">=2.6.5 <3.0.0",
123120
"cross-env": "^7.0.2",
124-
"eslint": "^7.2.0",
121+
"eslint": "^7.3.1",
125122
"eslint-config-prettier": "^6.11.0",
126123
"eslint-config-standard": "^14.1.1",
127124
"eslint-config-vue": "^2.0.2",
128125
"eslint-plugin-import": "^2.21.2",
129-
"eslint-plugin-jest": "^23.13.2",
126+
"eslint-plugin-jest": "^23.17.1",
130127
"eslint-plugin-markdown": "^1.0.2",
131128
"eslint-plugin-node": "^11.1.0",
132129
"eslint-plugin-prettier": "^3.1.4",
@@ -138,17 +135,17 @@
138135
"html-loader": "^1.1.0",
139136
"husky": "^4.2.5",
140137
"improved-yarn-audit": "^2.2.1",
141-
"jest": "^26.0.1",
138+
"jest": "^26.1.0",
142139
"lint-staged": "^10.2.11",
143140
"loader-utils": "^2.0.0",
144141
"lodash": "^4.17.15",
145142
"marked": "^1.1.0",
146143
"node-sass": "^4.14.1",
147-
"nuxt": "^2.12.2",
144+
"nuxt": "^2.13.1",
148145
"postcss-cli": "^7.1.1",
149146
"prettier": "1.14.3",
150147
"require-context": "^1.1.0",
151-
"rollup": "^2.17.0",
148+
"rollup": "^2.18.0",
152149
"rollup-plugin-babel": "^4.4.0",
153150
"rollup-plugin-commonjs": "^10.1.0",
154151
"rollup-plugin-node-resolve": "^5.2.0",

0 commit comments

Comments
 (0)