Skip to content

Commit

Permalink
Vue 2 Dependency Updates (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt authored Jan 16, 2022
1 parent 9cdd6a3 commit fd29706
Show file tree
Hide file tree
Showing 7 changed files with 40,203 additions and 10,338 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chrome 91
chrome 97
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
root: true,
parserOptions: {
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
ecmaVersion: 8,
sourceType: 'module'
},
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

**Comes with:**

* NW.js 0.54.0
* Chrome 91
* Node 16.1.0
* Vue-CLI 4.5.13
* NW.js 0.60.0
* Chrome 97
* Node 17.3.0
* Vue-CLI 4.5.15
* Vue 2.6.14
* Vue-DevTools (latest)
* Babel
Expand Down
Loading

0 comments on commit fd29706

Please sign in to comment.