Skip to content
Open
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
7 changes: 7 additions & 0 deletions .rebase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

The file to keep a list of changed files which will potentionaly help to resolve rebase conflicts.

#### @sbouchet
https://github.com/che-incubator/che-code/pull/654

- code/test/mcp/package.json
- code/package.json
---

#### @sbouchet
https://github.com/che-incubator/che-code/pull/647

Expand Down
9 changes: 8 additions & 1 deletion .rebase/add/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
"@azure/core-http": {
"form-data": "4.0.4"
},
"lodash": "^4.17.23"
"lodash": "^4.17.23",
"ajv": "6.14.0",
"ajv-formats": {
"ajv": "^8.18.0"
},
"schema-utils": {
"ajv": "^8.18.0"
}
}
}
3 changes: 2 additions & 1 deletion .rebase/add/code/test/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"overrides": {
"qs": "6.14.1"
"qs": "6.14.1",
"ajv": "6.14.0"
}
}
3 changes: 2 additions & 1 deletion .rebase/override/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"@vscode/l10n-dev": "0.0.18",
"@vscode/test-cli": "^0.0.12",
"@vscode/test-web": "^0.0.77",
"minimatch": "^3.0.5"
"minimatch": "^3.0.5",
"eslint": "^9.39.3"
}
}
72 changes: 50 additions & 22 deletions code/extensions/che-remote/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion code/extensions/che-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"jsdom": {
"form-data": "3.0.4"
},
"lodash": "^4.17.23"
"lodash": "^4.17.23",
"ajv": "6.14.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

License check failed:

Image

},
"repository": {
"type": "git",
Expand Down
Loading
Loading