8000 fix: remove unused meteor ui packages by Julusian · Pull Request #1292 · Sofie-Automation/sofie-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: remove unused meteor ui packages #1292

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

Merged
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
10 changes: 0 additions & 10 deletions meteor/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,14 @@
# but you can also edit it by hand.

meteor-base@1.5.1 # Packages every Meteor app needs to have
mobile-experience@1.1.0 # Packages for a great mobile UX
mongo@1.16.7 # The database Meteor supports right now
reactive-var@1.0.12 # Reactive variable for tracker

standard-minifier-css@1.9.2 # CSS minifier run for production mode
standard-minifier-js@2.8.1 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
ecmascript@0.16.7 # Enable ECMAScript2015+ syntax in app code
typescript@4.9.4 # Enable TypeScript syntax in .ts and .tsx modules
shell-server@0.5.0 # Server-side component of the `meteor shell` command
modern-browsers@0.1.9 # Select when to allow use of the "modern" bundle

static-html@1.3.2 # Define static page content in .html files
react-meteor-data # React higher-order component for reactively tracking Meteor data

tracker@1.3.2 # Meteor's client-side reactive programming library
session@1.2.1
fourseven:scss

dynamic-import@0.7.3
ostrio:meteor-root
Expand Down
19 changes: 0 additions & 19 deletions meteor/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ babel-compiler@7.10.4
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
blaze-tools@1.1.3
boilerplate-generator@1.7.1
caching-compiler@1.2.2
caching-html-compiler@1.2.1
callback-hook@1.5.1
check@1.3.2
ddp@1.4.1
Expand All @@ -27,25 +24,17 @@ ejson@1.1.3
email@2.2.5
es5-shim@4.8.0
fetch@0.1.3
fourseven:scss@4.15.0
geojson-utils@1.0.11
hot-code-push@1.0.4
html-tools@1.1.3
htmljs@1.1.1
id-map@1.1.1
inter-process-messaging@0.1.1
julusian:meteor-elastic-apm@2.5.2
kschingiz:meteor-measured@1.0.3
launch-screen@1.3.0
localstorage@1.2.0
logging@1.3.2
meteor@1.11.3
meteor-base@1.5.1
minifier-css@1.6.4
minifier-js@2.7.5
minimongo@1.9.3
mobile-experience@1.1.0
mobile-status-bar@1.1.0
modern-browsers@0.1.9
modules@0.19.0
modules-runtime@0.13.1
Expand All @@ -60,21 +49,13 @@ promise@0.12.2
random@1.2.1
rate-limit@1.1.1
react-fast-refresh@0.2.7
react-meteor-data@2.5.1
reactive-dict@1.3.1
reactive-var@1.0.12
reload@1.3.1
retry@1.1.0
routepolicy@1.1.1
session@1.2.1
sha@1.0.9
shell-server@0.5.0
socket-stream-client@0.5.1
spacebars-compiler@1.3.1
standard-minifier-css@1.9.2
standard-minifier-js@2.8.1
static-html@1.3.2
templating-tools@1.2.2
tracker@1.3.2
typescript@4.9.4
underscore@1.0.13
Expand Down
15 changes: 0 additions & 15 deletions meteor/server/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,11 @@
*/

import { Meteor } from 'meteor/meteor'
import { setMinimumBrowserVersions } from 'meteor/modern-browsers'

Meteor.startup(() => {
console.log('startup')
})

setMinimumBrowserVersions(
{
chrome: 80,
firefox: 74,
edge: 80,
ie: Infinity,
mobile_safari: [13, 4],
opera: 67,
safari: [13, 1],
electron: 6,
},
'optional chaining'
)

// Import all files that register Meteor methods:
import './api/blueprints/api'
import './api/blueprints/http'
Expand Down
Loading
0