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

629 upgrade bootstrap 5 #630

Closed
wants to merge 6 commits into from
Closed
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
2 changes: 1 addition & 1 deletion METexpress
Submodule METexpress updated 1 files
+1 −1 MATScommon
1 change: 0 additions & 1 deletion apps/aircraft/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ [email protected] # Packages for a great mobile UX
[email protected] # The database Meteor supports right now
blaze-html-templates # Compile .html files into Meteor Blaze views
[email protected] # Reactive variable for tracker
[email protected] # Helpful client-side library
[email protected] # Meteor's client-side reactive programming library
[email protected] # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers.
Expand Down
1 change: 0 additions & 1 deletion apps/aircraft/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ [email protected]
[email protected]
[email protected]
[email protected]
dangrossman:[email protected]
[email protected]
[email protected]
[email protected]
Expand Down
109 changes: 59 additions & 50 deletions apps/aircraft/package-lock.json

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

11 changes: 4 additions & 7 deletions apps/aircraft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"bootstrap": "^4.5.2",
"chai": "^4.2.0",
"@babel/runtime": "^7.15.3",
"chai": "^4.3.4",
"downsample-lttb": "git+https://github.com/pingec/downsample-lttb.git",
"fibers": "^5.0.0",
"fs-extra": "^7.0.0",
"html2canvas": "^1.0.0-rc.7",
"jquery": "^2.2.4",
"html2canvas": "^1.3.2",
"jspdf": "^1.4.1",
"modules": "^0.4.0",
"object-hash": "^1.3.0",
"object-sizeof": "^1.2.0",
"popper.js": "^1.16.1",
"object-sizeof": "^1.6.1",
"xmlbuilder": "^10.1.1"
}
}