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:[email protected].0',
'aldeed:[email protected]',
'aldeed:[email protected].1',
'aldeed:[email protected] || 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 @@
[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected] # 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
[email protected] # Reactive variable for tracker
[email protected] # Helpful client-side library
[email protected] # Meteor's client-side reactive programming library
Expand Down
Loading

0 comments on commit 167fc9b

Please sign in to comment.