mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Rollback sqlite3 version, and also some majors that might present breaking changes - bump dev bundle version
This commit is contained in:
2
meteor
2
meteor
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BUNDLE_VERSION=14.16.1.5
|
||||
BUNDLE_VERSION=14.16.1.6
|
||||
|
||||
# OS Check. Put here because here is where we download the precompiled
|
||||
# bundles that are arch specific.
|
||||
|
||||
@@ -42,7 +42,7 @@ var packageJson = {
|
||||
kexec: "https://github.com/meteor/node-kexec/tarball/f29f54037c7db6ad29e1781463b182e5929215a0",
|
||||
"source-map": "0.7.3",
|
||||
chalk: "0.5.1",
|
||||
sqlite3: "4.1.0",
|
||||
sqlite3: "5.0.2",
|
||||
"http-proxy": "1.18.1",
|
||||
"is-reachable": "3.1.0",
|
||||
"wordwrap": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user