Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(deps): update devdependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 30, 2023
1 parent f7cb8f4 commit 1b53ea1
Show file tree
Hide file tree
Showing 5 changed files with 439 additions and 460 deletions.
6 changes: 3 additions & 3 deletions library/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
},
"devDependencies": {
"@babel/core": "7.21.3",
"@graphql-eslint/eslint-plugin": "3.16.1",
"@types/node": "18.15.3",
"@types/webpack": "5.28.0",
"@graphql-eslint/eslint-plugin": "3.18.0",
"@types/node": "18.15.11",
"@types/webpack": "5.28.1",
"clean-webpack-plugin": "4.0.0",
"cross-env": "7.0.3",
"graphql": "16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion library/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"typings": "lib-esm/enum.d.ts",
"devDependencies": {
"@types/node": "18.15.3",
"@types/node": "18.15.11",
"typescript": "4.9.5"
},
"publishConfig": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,34 +42,34 @@
"web/**"
],
"devDependencies": {
"@commitlint/cli": "17.4.4",
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/cz-commitlint": "17.4.4",
"@commitlint/cz-commitlint": "17.5.0",
"@jsdevtools/version-bump-prompt": "6.1.0",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"commitizen": "4.3.0",
"conventional-changelog-cli": "2.2.2",
"dotenv": "16.0.3",
"dotenv-cli": "7.1.0",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-graphql": "4.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"eslint-plugin-typescript-sort-keys": "2.3.0",
"eslint-plugin-unicorn": "46.0.0",
"git-format-staged": "3.0.0",
"husky": "8.0.3",
"inquirer": "9",
"is-ci": "3.0.1",
"lint-staged": "13.2.0",
"prettier": "2.8.4",
"prettier": "2.8.7",
"prettier-package-json": "2.8.0",
"prettier-plugin-sh": "0.12.8",
"pretty-quick": "3.1.3",
"rimraf": "3.0.2",
"turbo": "1.8.3"
"turbo": "1.8.8"
},
"engines": {
"node": ">=16.x"
Expand Down
Loading

0 comments on commit 1b53ea1

Please sign in to comment.