Skip to content

Commit

Permalink
chore(deps): 🧹 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Jun 28, 2023
1 parent 1bacc49 commit d57fb8e
Show file tree
Hide file tree
Showing 3 changed files with 698 additions and 852 deletions.
19 changes: 11 additions & 8 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ module.exports = {
pluginSearchDirs: false,
// @ianvs/prettier-plugin-sort-imports
importOrder: [
// A gap at the top after top-of-file-comments.
"",
// Packages.
// Things that start with a letter (or digit or underscore), or `@` followed by a letter.
"^@?\\w",
"<BUILTIN_MODULES>",
"",
"<THIRD_PARTY_MODULES>",
"",
// Anything that does not start with two dots ../
"^../",
Expand All @@ -21,12 +24,12 @@ module.exports = {
// Style imports.
"^.+\\.s?css$",
],
importOrderSortSpecifiers: true,
importOrderCaseInsensitive: true,
importOrderMergeDuplicateImports: true,
importOrderCombineTypeAndValueImports: true,
importOrderBuiltinModulesToTop: true,
importOrderParserPlugins: ["typescript", "jsx", "decorators-legacy"],
importOrderParserPlugins: [
"typescript",
"jsx",
"decorators-legacy",
"importAssertions",
],

// max 80 characters per line
// default
Expand Down
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,49 +75,50 @@
]
},
"dependencies": {
"dotenv": "16.0.3",
"dotenv": "16.3.1",
"envalid": "7.3.1"
},
"devDependencies": {
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@ianvs/prettier-plugin-sort-imports": "3.7.2",
"@octokit/core": "4.2.0",
"@babel/plugin-syntax-import-assertions": "7.22.5",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@ianvs/prettier-plugin-sort-imports": "4.0.2",
"@octokit/core": "4.2.4",
"@release-it/conventional-changelog": "5.1.1",
"@types/node": "20.2.1",
"@typescript-eslint/experimental-utils": "5.59.6",
"all-contributors-cli": "6.25.1",
"@types/node": "20.3.2",
"@typescript-eslint/experimental-utils": "5.60.1",
"all-contributors-cli": "6.26.0",
"cspell": "6.31.1",
"dedent": "0.7.0",
"del-cli": "5.0.0",
"dotenv-cli": "7.2.1",
"eslint": "8.40.0",
"eslint-config-canonical": "41.0.4",
"eslint": "8.43.0",
"eslint-config-canonical": "41.0.5",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jsonc": "2.8.0",
"eslint-plugin-jsonc": "2.9.0",
"eslint-plugin-toml": "0.5.0",
"eslint-plugin-yml": "1.7.0",
"eslint-plugin-yml": "1.8.0",
"execa": "7.1.1",
"gacp": "3.0.3",
"git-remote-origin-url": "4.0.0",
"git-url-parse": "13.1.0",
"husky": "8.0.3",
"jsonc-eslint-parser": "2.3.0",
"knip": "2.11.0",
"lint-staged": "13.2.2",
"markdownlint": "0.28.2",
"markdownlint-cli": "0.34.0",
"knip": "2.14.3",
"lint-staged": "13.2.3",
"markdownlint": "0.29.0",
"markdownlint-cli": "0.35.0",
"nodemon": "2.0.22",
"npm-package-json-lint": "6.4.0",
"npm-package-json-lint-config-default": "5.0.0",
"prettier": "2.8.8",
"prettier-plugin-packagejson": "2.4.3",
"release-it": "15.10.3",
"release-it": "15.11.0",
"toml-eslint-parser": "0.6.0",
"ts-node": "10.9.1",
"tsup": "6.7.0",
"turbo": "1.9.8",
"typescript": "5.0.4",
"tsup": "7.1.0",
"turbo": "1.10.6",
"typescript": "5.1.5",
"yaml-eslint-parser": "1.2.2"
},
"packageManager": "pnpm@8.4.0",
Expand Down
Loading

0 comments on commit d57fb8e

Please sign in to comment.