Skip to content

Commit

Permalink
Update skeleton dependencies patch and some feature releases #31
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Oct 4, 2023
1 parent 713680a commit 893931f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/skeletonDependencies.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
export default {
'@meteorjs/reify': '0.24.0',
connect: '3.6.6',
'@meteorjs/reify': '0.25.0',
connect: '3.7.0',
'server-destroy': '1.0.1',
winston: '2.3.0',
winston: '2.7.7',
'find-port': '2.0.1',
rimraf: '2.6.2',
shelljs: '0.7.5',
lodash: '4.17.15',
request: '2.88.0',
rimraf: '2.7.1',
shelljs: '0.7.8',
lodash: '4.17.21',
request: '2.88.2',
queue: '4.0.1',
send: '0.16.2',
mime: '2.0.3',
mime: '2.0.5',
'fs-extra': '3.0.1',
'fs-plus': '2.9.3'
};

0 comments on commit 893931f

Please sign in to comment.