Skip to content

Commit fd29706

Browse files
Vue 2 Dependency Updates (#30)
1 parent 9cdd6a3 commit fd29706

File tree

7 files changed

+40203
-10338
lines changed

7 files changed

+40203
-10338
lines changed

.browserslistrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
chrome 91
1+
chrome 97

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
root: true,
33
parserOptions: {
4-
parser: 'babel-eslint',
4+
parser: '@babel/eslint-parser',
55
ecmaVersion: 8,
66
sourceType: 'module'
77
},

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
**Comes with:**
1111

12-
* NW.js 0.54.0
13-
* Chrome 91
14-
* Node 16.1.0
15-
* Vue-CLI 4.5.13
12+
* NW.js 0.60.0
13+
* Chrome 97
14+
* Node 17.3.0
15+
* Vue-CLI 4.5.15
1616
* Vue 2.6.14
1717
* Vue-DevTools (latest)
1818
* Babel

0 commit comments

Comments
 (0)