Skip to content

Commit c0a2d18

Browse files
committed
Update dependencies
1 parent 1fc03a2 commit c0a2d18

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"version": "1.0.0",
44
"description": "Templates pour la création d'un nouveau projet phpfpm",
55
"scripts": {
6-
"lint:markdown": "markdownlint README.md",
7-
"lint:phpaudit": "npm-run-all lint:phpcs lint:phpmd lint:phpmnd lint:phpstan",
86
"lint:stylelint:fix": "stylelint assets/scss/*.scss --fix",
97
"lint:stylelint": "stylelint assets/scss/*.scss",
108
"release": "release-it"
@@ -21,11 +19,11 @@
2119
},
2220
"homepage": "https://github.com/hackariens/phpfpm#readme",
2321
"devDependencies": {
24-
"cypress": "^15.3.0",
25-
"dotenv": "^17.2.3",
26-
"jscpd": "^4.0.5",
27-
"markdownlint-cli": "^0.45.0",
28-
"release-it": "^19.0.5",
29-
"yaml-lint": "^1.7.0"
22+
"cypress": "15.3.*",
23+
"dotenv": "17.2.*",
24+
"jscpd": "4.0.*",
25+
"markdownlint-cli": "0.45.*",
26+
"release-it": "19.0.*",
27+
"yaml-lint": "1.7.*"
3028
}
3129
}

0 commit comments

Comments
 (0)