Skip to content
Open
Show file tree
Hide file tree
Changes from 4 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: 6 additions & 0 deletions .rebase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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/package.json
---

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

Expand Down
8 changes: 7 additions & 1 deletion .rebase/add/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"@azure/core-http": {
"form-data": "4.0.4"
},
"lodash": "^4.17.23"
"lodash": "^4.17.23",
"ajv-formats": {
"ajv": "^8.18.0"
},
"schema-utils": {
"ajv": "^8.18.0"
}
}
}
67 changes: 55 additions & 12 deletions code/package-lock.json

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

8 changes: 7 additions & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,13 @@
"@azure/core-http": {
"form-data": "4.0.4"
},
"lodash": "^4.17.23"
"lodash": "^4.17.23",
"ajv-formats": {
"ajv": "^8.18.0"
},
"schema-utils": {
"ajv": "^8.18.0"
}
},
"repository": {
"type": "git",
Expand Down