Skip to content

Commit c7b0bcc

Browse files
committed
feat(templates): set all packages version to * in order to install the latest
1 parent b3affed commit c7b0bcc

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

generators/app/templates/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,33 +27,33 @@
2727
},
2828
"dependencies": {
2929
"@boringcodes/utils": "*",
30-
"body-parser": "^1.18.3",
31-
"express": "^4.16.4",
32-
"http-status-codes": "^1.3.0",
33-
"morgan": "^1.9.1",
34-
"source-map-support": "^0.5.19",
35-
"yup": "^0.26.6"
30+
"body-parser": "*",
31+
"express": "*",
32+
"http-status-codes": "*",
33+
"morgan": "*",
34+
"source-map-support": "*",
35+
"yup": "*"
3636
},
3737
"devDependencies": {
3838
"@boringcodes/backpack": "*",
3939
"@boringcodes/eslint-config-typescript": "*",
4040
"@boringcodes/prettier-config": "*",
41-
"@types/express": "^4.16.0",
42-
"@types/morgan": "^1.7.35",
43-
"@types/yup": "^0.26.3",
44-
"@typescript-eslint/eslint-plugin": "^2.25.0",
45-
"@typescript-eslint/parser": "^2.25.0",
46-
"eslint": "^6.8.0",
47-
"eslint-config-prettier": "^6.10.1",
48-
"eslint-config-standard-with-typescript": "^15.0.1",
49-
"eslint-plugin-import": "^2.20.1",
50-
"eslint-plugin-node": "^11.0.0",
51-
"eslint-plugin-promise": "^4.2.1",
52-
"eslint-plugin-standard": "^4.0.1",
53-
"husky": "^1.2.1",
54-
"lint-staged": "^10.0.9",
55-
"prettier": "^2.0.2",
56-
"standard-version": "^9.0.0",
57-
"typescript": "^3.8.3"
41+
"@types/express": "*",
42+
"@types/morgan": "*",
43+
"@types/yup": "*",
44+
"@typescript-eslint/eslint-plugin": "*",
45+
"@typescript-eslint/parser": "*",
46+
"eslint": "*",
47+
"eslint-config-prettier": "*",
48+
"eslint-config-standard-with-typescript": "*",
49+
"eslint-plugin-import": "*",
50+
"eslint-plugin-node": "*",
51+
"eslint-plugin-promise": "*",
52+
"eslint-plugin-standard": "*",
53+
"husky": "*",
54+
"lint-staged": "*",
55+
"prettier": "*",
56+
"standard-version": "*",
57+
"typescript": "*"
5858
}
5959
}

0 commit comments

Comments
 (0)