Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update package.json
  • Loading branch information
kaanguru authored Jun 19, 2020
commit c7547b82fd2c67e545d9a70ce4aec693107b467a
16 changes: 8 additions & 8 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"nativescript-vue-devtools": "^1.4.0",
"nativescript-toasty": "^3.0.0-alpha.2",{{/devtools}}{{#if_eq preset "SideDrawer"}}
"nativescript-ui-sidedrawer": "^8.0.1",{{/if_eq}}{{#unless_eq color_scheme "none"}}
"@nativescript/theme": "^2.2.1",{{/unless_eq}}
"@nativescript/theme": "^2.3.3",{{/unless_eq}}
"nativescript-vue": "^2.6.4",
"tns-core-modules": "^6.5.1"
"tns-core-modules": "^6.5.7"
},
"devDependencies": {
"@babel/core": "^7.10.0",
"@babel/preset-env": "^7.10.0",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.1.0",
"nativescript-dev-webpack": "^1.5.1",
"nativescript-vue-template-compiler": "^2.6.4",
"nativescript-worker-loader": "~0.11.0",
"nativescript-worker-loader": "~0.12.0",
"node-sass": "^4.14.1",{{#if_eq lang "typescript"}}
"tns-platform-declarations": "^6.5.1",
"typescript": "^3.8.3",
"@types/node": "^13.11.1",
"tns-platform-declarations": "^6.5.7",
"typescript": "^3.9.5",
"@types/node": "^14.0.13",
"vue": "^2.6.11",{{/if_eq}}
"vue-loader": "^15.9.2"
}
Expand Down