Skip to content

Commit

Permalink
chore(deps): update auto merge on patch or minor to v29.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2023
1 parent f9db26b commit 4efae51
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions packages/parser/json-schema-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@cuaklabs/uri": "workspace:*"
},
"devDependencies": {
"@jest/globals": "29.6.4",
"@jest/globals": "29.7.0",
"@types/glob": "8.1.0",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "6.7.0",
Expand All @@ -16,8 +16,8 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"jest": "29.6.4",
"jest-mock": "29.6.3",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"ts-jest": "29.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/parser/json-schema-pointer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "JSON Schema parser",
"devDependencies": {
"@cuaklabs/json-schema-types": "workspace:*",
"@jest/globals": "29.6.4",
"@jest/globals": "29.7.0",
"@types/glob": "8.1.0",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "6.7.0",
Expand All @@ -13,8 +13,8 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"jest": "29.6.4",
"jest-mock": "29.6.3",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"ts-jest": "29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/json-schema-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Roberto Pintos López (https://github.com/notaphplover)",
"description": "JSON Schema types package",
"devDependencies": {
"@jest/globals": "29.6.4",
"@jest/globals": "29.7.0",
"@types/glob": "8.1.0",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "6.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/parser/uri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Roberto Pintos López (https://github.com/notaphplover)",
"description": "URI package",
"devDependencies": {
"@jest/globals": "29.6.4",
"@jest/globals": "29.7.0",
"@types/glob": "8.1.0",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "6.7.0",
Expand All @@ -12,8 +12,8 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"jest": "29.6.4",
"jest-mock": "29.6.3",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"ts-jest": "29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/ajsttil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "ajstt intermediate language",
"devDependencies": {
"@cuaklabs/json-schema-types": "workspace:*",
"@jest/globals": "29.6.4",
"@jest/globals": "29.7.0",
"@types/glob": "8.1.0",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "6.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/json-schema-2-ajsttil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@cuaklabs/ajsttil": "workspace:*",
"@cuaklabs/json-schema-parser": "workspace:*",
"@cuaklabs/json-schema-types": "workspace:*",
"@jest/globals": "29.6.4",
"@jest/globals": "29.7.0",
"@types/glob": "8.1.0",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "6.7.0",
Expand Down

0 comments on commit 4efae51

Please sign in to comment.