Skip to content

Commit

Permalink
Update dependencies and compat versions
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Apr 25, 2024
1 parent ba21725 commit 167fc9b
Show file tree
Hide file tree
Showing 7 changed files with 1,547 additions and 3,219 deletions.
4,262 changes: 1,286 additions & 2,976 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"lint": "eslint ."
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.22.1"
"eslint": "^9.1.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1"
},
"eslintConfig": {
"extends": [
Expand Down
8 changes: 4 additions & 4 deletions package/indexing/package.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Package.describe({
name: 'aldeed:schema-index',
summary: 'Control some MongoDB indexing with schema options',
version: '4.0.0-beta.2',
version: '4.0.0-beta.3',
documentation: '../../README.md',
git: 'https://github.com/aldeed/meteor-schema-index.git',
});

Package.onUse(function(api) {
api.versionsFrom(["2.8.1", '3.0-beta.4']);
api.versionsFrom(["2.8.1", '3.0-rc.0']);
api.use("ecmascript");
api.use([
'aldeed:collection2@4.0.0',
'aldeed:simple-schema@1.13.1',
'aldeed:collection2@4.0.1',
'aldeed:simple-schema@1.13.1 || 2.0.0-beta300.0',
]);

api.mainModule("client.js", "client");
Expand Down
2 changes: 1 addition & 1 deletion tests/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
meteor-base@1.5.1 # Packages every Meteor app needs to have
mobile-experience@1.1.1 # Packages for a great mobile UX
mongo@1.16.8 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
blaze-html-templates@2.0.1 # Compile .html files into Meteor Blaze views
reactive-var@1.0.12 # Reactive variable for tracker
jquery@1.11.10 # Helpful client-side library
tracker@1.3.3 # Meteor's client-side reactive programming library
Expand Down
15 changes: 7 additions & 8 deletions tests/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aldeed:collection2@4.0.0
aldeed:schema-index@4.0.0-beta.2
aldeed:collection2@4.0.1
aldeed:schema-index@4.0.0-beta.3
aldeed:simple-schema@1.13.1
allow-deny@1.1.1
autopublish@1.0.7
Expand All @@ -8,8 +8,8 @@ babel-compiler@7.10.5
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
blaze@2.8.0
blaze-html-templates@1.2.1
blaze@2.9.0
blaze-html-templates@2.0.1
blaze-tools@1.1.4
boilerplate-generator@1.7.2
caching-compiler@1.2.2
Expand All @@ -32,7 +32,7 @@ fetch@0.1.4
geojson-utils@1.0.11
hot-code-push@1.0.4
html-tools@1.1.4
htmljs@1.2.0
htmljs@1.2.1
http@2.0.0
id-map@1.1.1
insecure@1.0.7
Expand All @@ -53,7 +53,7 @@ mobile-status-bar@1.1.0
modern-browsers@0.1.10
modules@0.20.0
modules-runtime@0.13.1
mongo@1.16.8
mongo@1.16.9
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
Expand All @@ -70,7 +70,7 @@ retry@1.1.0
routepolicy@1.1.1
shell-server@0.5.0
socket-stream-client@0.5.2
spacebars@1.5.0
spacebars@1.6.0
spacebars-compiler@1.3.2
standard-minifier-css@1.9.2
standard-minifier-js@2.8.1
Expand All @@ -80,7 +80,6 @@ templating-runtime@1.6.4
templating-tools@1.2.3
tracker@1.3.3
typescript@4.9.5
ui@1.0.13
underscore@1.6.1
url@1.3.2
webapp@1.13.8
Expand Down
Loading

0 comments on commit 167fc9b

Please sign in to comment.