summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDavid Mehren2020-10-29 21:13:45 +0100
committerDavid Mehren2020-11-10 22:56:00 +0100
commit9f756604fdf8bac8df6af70130a4509db1e9c365 (patch)
tree4bf65a4b720bf5173d830b54fea6b310b12f72e1 /package.json
parentd3d7912a64a5679b764b2347ddd3624476043100 (diff)
Always use `~` to allow minor upgrades of dependencies
Signed-off-by: David Mehren <git@herrmehren.de> Co-authored-by: Yannick Bungers <git@innay.de>
Diffstat (limited to '')
-rw-r--r--package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index 924d5690..5f471e63 100644
--- a/package.json
+++ b/package.json
@@ -33,12 +33,12 @@
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"connect-session-sequelize": "^6.0.0",
- "cookie": "0.3.1",
- "cookie-parser": "1.4.3",
+ "cookie": "^0.3.1",
+ "cookie-parser": "^1.4.3",
"deep-freeze": "^0.0.1",
"diff-match-patch": "git+https://github.com/hackmdio/diff-match-patch.git",
"ejs": "^2.5.5",
- "emojify.js": "~1.1.0",
+ "emojify.js": "^1.1.0",
"escape-html": "^1.0.3",
"express": ">=4.14",
"express-session": "^1.14.2",
@@ -46,14 +46,14 @@
"flowchart.js": "^1.6.4",
"fork-awesome": "^1.1.3",
"formidable": "^1.0.17",
- "gist-embed": "~2.6.0",
+ "gist-embed": "^2.6.0",
"graceful-fs": "^4.1.11",
"handlebars": "^4.5.2",
"helmet": "^3.21.1",
- "highlight.js": "~9.12.0",
+ "highlight.js": "^9.12.0",
"i18n": "^0.8.3",
"imgur": "git+https://github.com/hackmdio/node-imgur.git",
- "ionicons": "~2.0.1",
+ "ionicons": "^2.0.1",
"jquery": "^3.5.1",
"jquery-mousewheel": "^3.1.13",
"jquery-ui": "^1.12.1",
@@ -81,9 +81,9 @@
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-pdf": "^10.0.0",
- "mathjax": "~2.7.6",
+ "mathjax": "^2.7.6",
"mattermost": "^3.4.0",
- "mermaid": "~8.5.1",
+ "mermaid": "^8.5.1",
"meta-marked": "git+https://github.com/codimd/meta-marked#semver:^0.4.5",
"method-override": "^2.3.7",
"minimist": "^1.2.0",
@@ -111,15 +111,15 @@
"raphael": "git+https://github.com/dmitrybaranovskiy/raphael",
"readline-sync": "^1.4.7",
"request": "^2.88.0",
- "reveal.js": "~3.9.2",
+ "reveal.js": "^3.9.2",
"scrypt-async": "^2.0.1",
"scrypt-kdf": "^2.0.1",
"select2": "^3.5.2-browserify",
"sequelize": "^5.21.1",
"sequelize-cli": "^5.5.1",
"shortid": "2.2.8",
- "socket.io": "~2.1.1",
- "socket.io-client": "~2.1.1",
+ "socket.io": "^2.1.1",
+ "socket.io-client": "^2.1.1",
"spin.js": "^2.3.2",
"sqlite3": "^4.1.0",
"store": "^2.0.12",