Skip to content

Commit

Permalink
chore: deps (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine authored Oct 8, 2024
1 parent d3e65fd commit f435ec7
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 329 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"stylelint.autoFixOnSave": true,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@
"validate-npm-package-name": "3.0.0"
},
"devDependencies": {
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@lasalefamine/eslint-config": "3.0.3",
"@lasalefamine/eslint-config-base": "3.0.3",
"@lasalefamine/tsconfig": "0.1.1",
"@types/chalk": "2.2.0",
"@types/empty-dir": "2.0.2",
"@types/node": "20.8.2",
"@types/prompts": "2.4.5",
"@types/empty-dir": "2.0.4",
"@types/node": "22.7.5",
"@types/prompts": "2.4.9",
"@types/rimraf": "4.0.5",
"@types/update-notifier": "6.0.5",
"@types/validate-npm-package-name": "4.0.0",
"@types/update-notifier": "6.0.8",
"@types/validate-npm-package-name": "4.0.2",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"ava": "3.15.0",
Expand All @@ -71,8 +71,8 @@
"lint-staged": "14.0.1",
"nyc": "15.1.0",
"standard-version": "9.5.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit f435ec7

Please sign in to comment.