Skip to content

Commit 04581f4

Browse files
rasanephryneas
authored andcommitted
fix(dependency): updating chokidar as per original issue
added @babel/core dev dependency due to following warning in yarn install - repeated 44 times from different @babel/plugin-* 's - warning " > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0". nativescript-vue-template-compiler changed location because all of the above were done through yarn add, yarn upgrade commands - which reorganizes deps in alphabetical order..
1 parent 032475e commit 04581f4

File tree

2 files changed

+433
-131
lines changed

2 files changed

+433
-131
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,20 @@
9595
"dependencies": {
9696
"babel-code-frame": "^6.22.0",
9797
"chalk": "^2.4.1",
98-
"chokidar": "^2.0.4",
98+
"chokidar": "^3.3.0",
9999
"micromatch": "^3.1.10",
100100
"minimatch": "^3.0.4",
101101
"semver": "^5.6.0",
102102
"tapable": "^1.0.0",
103103
"worker-rpc": "^0.1.0"
104104
},
105105
"devDependencies": {
106+
"@babel/core": "^7.7.4",
106107
"@babel/preset-env": "^7.4.4",
107108
"@babel/preset-typescript": "^7.3.3",
108109
"@commitlint/config-conventional": "^7.5.0",
109110
"@types/babel-code-frame": "^6.20.1",
110-
"@types/chokidar": "^1.7.5",
111+
"@types/chokidar": "^2.1.3",
111112
"@types/eslint": "^4.16.6",
112113
"@types/jest": "^24.0.11",
113114
"@types/lodash": "^4.14.134",
@@ -132,6 +133,7 @@
132133
"lodash": "^4.17.11",
133134
"mock-fs": "^4.3.0",
134135
"mock-require": "^3.0.2",
136+
"nativescript-vue-template-compiler": "^2.4.0",
135137
"prettier": "^1.14.3",
136138
"rimraf": "^2.5.4",
137139
"semantic-release": "^16.0.0-beta.18",
@@ -144,7 +146,6 @@
144146
"vue-class-component": "^6.1.1",
145147
"vue-loader": "^15.2.4",
146148
"vue-template-compiler": "^2.5.16",
147-
"nativescript-vue-template-compiler": "^2.4.0",
148149
"webpack": "^5.0.0-alpha.5"
149150
},
150151
"engines": {

0 commit comments

Comments
 (0)