Skip to content

Commit

Permalink
Update template packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanelian committed Nov 20, 2020
1 parent d10f410 commit 78d059d
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion templates/angularjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"jquery-validation": "^1.19.2",
"jquery-validation-unobtrusive": "^3.2.11",
"linq": "^3.2.3",
"sweetalert2": "^10.9.1",
"sweetalert2": "^10.10.1",
"ts-polyfill": "^3.8.2",
"tslib": "^2.0.3"
}
Expand Down
8 changes: 4 additions & 4 deletions templates/blazor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"linq": "^3.2.3",
"luxon": "^1.25.0",
"popper.js": "^1.16.1",
"sweetalert2": "^10.9.1",
"sweetalert2": "^10.10.1",
"ts-polyfill": "^3.8.2",
"tslib": "^2.0.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.7.0",
"@typescript-eslint/parser": "4.7.0",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"eslint": "7.13.0",
"typescript": "^4.0.5"
"typescript": "^4.1.2"
}
}
8 changes: 4 additions & 4 deletions templates/empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"axios": "^0.21.0",
"linq": "^3.2.3",
"luxon": "^1.25.0",
"sweetalert2": "^10.9.1",
"sweetalert2": "^10.10.1",
"ts-polyfill": "^3.8.2",
"tslib": "^2.0.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.7.0",
"@typescript-eslint/parser": "4.7.0",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"eslint": "7.13.0",
"typescript": "^4.0.5"
"typescript": "^4.1.2"
}
}
12 changes: 6 additions & 6 deletions templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"bootstrap": "^4.5.3",
"linq": "^3.2.3",
"luxon": "^1.25.0",
"mobx": "^6.0.3",
"mobx-react": "^7.0.4",
"mobx": "^6.0.4",
"mobx-react": "^7.0.5",
"popper.js": "^1.16.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"reactstrap": "^8.7.1",
"sweetalert2": "^10.9.1",
"sweetalert2": "^10.10.1",
"ts-polyfill": "^3.8.2",
"tslib": "^2.0.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.7.0",
"@typescript-eslint/parser": "4.7.0",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"eslint": "7.13.0",
"eslint-plugin-react": "^7.21.5",
"jquery": "^3.5.1",
"typescript": "^4.0.5"
"typescript": "^4.1.2"
}
}
10 changes: 5 additions & 5 deletions templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"linq": "^3.2.3",
"luxon": "^1.25.0",
"popper.js": "^1.16.1",
"sweetalert2": "^10.9.1",
"sweetalert2": "^10.10.1",
"ts-polyfill": "^3.8.2",
"tslib": "^2.0.3",
"vee-validate": "^3.4.4",
"vee-validate": "^3.4.5",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.7.0",
"@typescript-eslint/parser": "4.7.0",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"eslint": "7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-vue": "^7.1.0",
"typescript": "^4.0.5",
"typescript": "^4.1.2",
"vue-eslint-parser": "^7.1.1",
"vue-loader": "15.9.5",
"vue-template-compiler": "^2.6.12"
Expand Down
10 changes: 5 additions & 5 deletions templates/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"linq": "^3.2.3",
"luxon": "^1.25.0",
"popper.js": "^1.16.1",
"sweetalert2": "^10.9.1",
"sweetalert2": "^10.10.1",
"ts-polyfill": "^3.8.2",
"tslib": "^2.0.3",
"vue": "^3.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.7.0",
"@typescript-eslint/parser": "4.7.0",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"@vue/compiler-sfc": "3.0.2",
"eslint": "7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-vue": "^7.1.0",
"typescript": "^4.0.5",
"typescript": "^4.1.2",
"vue-eslint-parser": "^7.1.1",
"vue-loader": "16.0.0-rc.1"
"vue-loader": "16.0.0-rc.2"
}
}

0 comments on commit 78d059d

Please sign in to comment.