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

Issue #IQ-687 feat: Updating latest package depenencies #80

Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Issue #IQ-687 feat: Updating necessary package depenencies
  • Loading branch information
rajnishdargan committed Mar 18, 2024
commit 5789fc11eedd0fe4a31e3879ca4657d1cdaf51e3
102 changes: 18 additions & 84 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -34,13 +34,12 @@
"@project-sunbird/sunbird-player-sdk-v9": "6.0.5",
"bootstrap": "^5.3.3",
"core-js": "^2.5.4",
"document-register-element": "^1.7.2",
"jquery": "^3.5.1",
"katex": "^0.11.1",
"lodash-es": "^4.17.21",
"ngx-bootstrap": "^11.0.0",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"uuid": "^3.4.0",
"zone.js": "~0.13.3"
},
8 changes: 4 additions & 4 deletions projects/quml-library/schematics/ng-add/index.ts
Original file line number Diff line number Diff line change
@@ -12,13 +12,13 @@ import { Schema } from './schema';

const VERSIONS = {
// These required peer-dependency will get installed on build time if not exist
'@project-sunbird/client-services': '^4.9.1',
'@project-sunbird/sb-styles': '0.0.9',
'bootstrap': '^4.6.2',
'@project-sunbird/client-services': '7.0.4',
'@project-sunbird/sb-styles': '0.0.16',
'bootstrap': '^5.3.3',
'jquery': '^3.5.1',
'lodash-es': '^4.17.21',
"katex": "^0.11.1",
'ngx-bootstrap': '^10.0.0'
'ngx-bootstrap': '^11.0.0'
};

/**