Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update auto merge on patch or minor to v29.7.0 #30

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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