Skip to content

Commit

Permalink
build(dev-deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 28, 2024
1 parent 1003959 commit 46e6391
Show file tree
Hide file tree
Showing 2 changed files with 1,635 additions and 1,168 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,37 @@
"test:lint": "eslint . --ext .js,.ts"
},
"devDependencies": {
"@commitlint/cli": "17.0.0",
"@commitlint/config-conventional": "17.0.0",
"@ivangabriele/commitlint-config": "1.0.5",
"@ivangabriele/eslint-config-typescript-base": "4.1.0",
"@ivangabriele/prettier-config": "3.0.2",
"@ivangabriele/semantic-release-config-base": "2.0.2",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@ivangabriele/commitlint-config": "1.1.0",
"@ivangabriele/eslint-config-typescript-base": "4.3.0",
"@ivangabriele/prettier-config": "3.2.0",
"@ivangabriele/semantic-release-config-base": "2.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.2",
"@types/node": "16.11.36",
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"colorette": "2.0.16",
"concurrently": "7.2.1",
"eslint": "8.16.0",
"@rollup/plugin-typescript": "8.5.0",
"@types/node": "16.18.91",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"colorette": "2.0.20",
"concurrently": "7.6.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.2.2",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-sort-destructure-keys": "1.4.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "26.9.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"husky": "8.0.1",
"jest": "28.1.0",
"nodemon": "2.0.16",
"prettier": "2.6.2",
"rollup": "3.26.2",
"eslint-plugin-typescript-sort-keys": "2.3.0",
"husky": "8.0.3",
"jest": "28.1.3",
"nodemon": "2.0.22",
"prettier": "2.8.8",
"rollup": "3.29.4",
"rollup-plugin-node-builtins": "2.1.2",
"tsc-watch": "6.0.4",
"typescript": "4.6.4",
"tsc-watch": "6.2.0",
"typescript": "4.9.5",
"wait-on": "6.0.1"
},
"prettier": "@ivangabriele/prettier-config",
Expand Down

0 comments on commit 46e6391

Please sign in to comment.