Skip to content

Commit

Permalink
chore(deps): 🧹 update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed May 4, 2023
1 parent b6cac48 commit 6ddc470
Show file tree
Hide file tree
Showing 5 changed files with 641 additions and 514 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,24 @@
]
},
"dependencies": {
"dotenv": "^16.0.3",
"envalid": "^7.3.1"
"dotenv": "16.0.3",
"envalid": "7.3.1"
},
"devDependencies": {
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@ianvs/prettier-plugin-sort-imports": "3.7.2",
"@octokit/core": "4.2.0",
"@release-it/conventional-changelog": "5.1.1",
"@types/node": "18.15.11",
"@typescript-eslint/experimental-utils": "5.58.0",
"all-contributors-cli": "6.24.0",
"@types/node": "18.16.3",
"@typescript-eslint/experimental-utils": "5.59.2",
"all-contributors-cli": "6.25.0",
"cspell": "6.31.1",
"dedent": "0.7.0",
"del-cli": "5.0.0",
"dotenv-cli": "^7.2.1",
"eslint": "8.38.0",
"eslint-config-canonical": "41.0.1",
"dotenv-cli": "7.2.1",
"eslint": "8.39.0",
"eslint-config-canonical": "41.0.3",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jsonc": "2.7.0",
"eslint-plugin-toml": "0.4.0",
Expand All @@ -103,21 +103,21 @@
"git-url-parse": "13.1.0",
"husky": "8.0.3",
"jsonc-eslint-parser": "2.2.0",
"knip": "2.8.2",
"lint-staged": "13.2.1",
"markdownlint": "0.28.1",
"markdownlint-cli": "0.33.0",
"nodemon": "^2.0.22",
"knip": "2.10.3",
"lint-staged": "13.2.2",
"markdownlint": "0.28.2",
"markdownlint-cli": "0.34.0",
"nodemon": "2.0.22",
"npm-package-json-lint": "6.4.0",
"npm-package-json-lint-config-default": "5.0.0",
"prettier": "2.8.7",
"prettier": "2.8.8",
"prettier-plugin-packagejson": "2.4.3",
"release-it": "15.10.1",
"release-it": "15.10.3",
"title-case": "3.0.3",
"toml-eslint-parser": "0.5.0",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"turbo": "1.8.8",
"ts-node": "10.9.1",
"tsup": "6.7.0",
"turbo": "1.9.3",
"typescript": "5.0.4",
"yaml-eslint-parser": "1.2.0"
},
Expand Down
Loading

0 comments on commit 6ddc470

Please sign in to comment.