File tree Expand file tree Collapse file tree 7 files changed +31
-31
lines changed
Expand file tree Collapse file tree 7 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 11aldeed:collection2@4.0.0
2- aldeed:schema-deny@4.0.0-beta.1
2+ aldeed:schema-deny@4.0.0
33aldeed:simple-schema@1.13.1
44allow-deny@1.1.1
55babel-compiler@7.10.5
@@ -25,7 +25,7 @@ geojson-utils@1.0.11
2525id-map@1.1.1
2626inter-process-messaging@0.1.1
2727logging@1.3.3
28- meteor@1.11.4
28+ meteor@1.11.5
2929minimongo@1.9.3
3030modern-browsers@0.1.10
3131modules@0.20.0
@@ -46,6 +46,6 @@ routepolicy@1.1.1
4646socket-stream-client@0.5.2
4747tracker@1.3.3
4848typescript@4.9.5
49- underscore@1.0.13
50- webapp@1.13.6
49+ underscore@1.6.0
50+ webapp@1.13.8
5151webapp-hashing@1.1.1
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : "aldeed:schema-deny" ,
33 summary : "Deny inserting or updating certain properties through schema options" ,
4- version : "4.0.0-beta.1 " ,
4+ version : "4.0.0" ,
55 documentation : '../../README.md' ,
66 git : "https://github.com/aldeed/meteor-schema-deny.git"
77} ) ;
88
99Package . onUse ( function ( api ) {
10- api . versionsFrom ( [ '2.8.1' , '3.0-beta.0 ' ] ) ;
10+ api . versionsFrom ( [ '2.8.1' , '3.0-beta.4 ' ] ) ;
1111 api . use ( 'aldeed:collection2@4.0.0' ) ;
1212 api . use ( 'aldeed:simple-schema@1.13.1' ) ;
1313 api . use ( 'ecmascript' ) ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ shell-server@0.5.0 # Server-side component of the `meteor shell` comm
2121autopublish@1.0.7 # Publish all data to the clients (for prototyping)
2222insecure@1.0.7 # Allow all DB writes from clients (for prototyping)
2323
24- underscore@1.0.13
24+ underscore@1.6.0
2525aldeed:schema-deny
2626dynamic-import@0.7.3
2727meteortesting:mocha
Original file line number Diff line number Diff line change 1- METEOR@2.14
1+ METEOR@2.15
Original file line number Diff line number Diff line change 11aldeed:collection2@4.0.0
2- aldeed:schema-deny@4.0.0-beta.0
2+ aldeed:schema-deny@4.0.0
33aldeed:simple-schema@1.13.1
44allow-deny@1.1.1
55autopublish@1.0.7
@@ -40,7 +40,7 @@ inter-process-messaging@0.1.1
4040jquery@1.11.11
4141launch-screen@2.0.0
4242logging@1.3.3
43- meteor@1.11.4
43+ meteor@1.11.5
4444meteor-base@1.5.1
4545meteortesting:browser-tests@1.5.3
4646meteortesting:mocha@2.1.0
@@ -81,7 +81,7 @@ templating-tools@1.2.3
8181tracker@1.3.3
8282typescript@4.9.5
8383ui@1.0.13
84- underscore@1.0.13
84+ underscore@1.6.1
8585url@1.3.2
86- webapp@1.13.6
86+ webapp@1.13.8
8787webapp-hashing@1.1.1
Original file line number Diff line number Diff line change 77 "test:watch:browser" : " METEOR_PACKAGE_DIRS=../package TEST_WATCH=1 meteor test --driver-package meteortesting:mocha"
88 },
99 "dependencies" : {
10- "@babel/runtime" : " ^7.23.8 " ,
10+ "@babel/runtime" : " ^7.23.9 " ,
1111 "babel-polyfill" : " 6.26.0" ,
1212 "babel-runtime" : " 6.26.0" ,
1313 "meteor-node-stubs" : " 1.2.7"
1414 },
1515 "devDependencies" : {
16- "chromedriver" : " 120.0.1 " ,
16+ "chromedriver" : " 120.0.2 " ,
1717 "expect" : " 29.7.0" ,
1818 "istanbul-lib-coverage" : " ^3.2.2" ,
1919 "nightmare" : " ^3.0.2" ,
20- "selenium-webdriver" : " ^4.16.0 "
20+ "selenium-webdriver" : " ^4.18.1 "
2121 }
2222}
You can’t perform that action at this time.
0 commit comments