(core) add missing tmp-promise dev package from core

Summary: In porting a js file to typescript, a dependency on tmp-promise was added - but core doesn't have that. This adds it, and also takes the opportunity to bump the grist-core version number.

Test Plan: manual (smoke test doesn't catch this)

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D2922
This commit is contained in:
Paul Fitzpatrick
2021-07-19 10:44:16 -04:00
parent f7a9638992
commit 1b760d83a9
2 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "grist-core",
"version": "0.7.1",
"version": "0.7.2",
"license": "Apache-2.0",
"description": "Grist is the evolution of spreadsheets",
"homepage": "https://github.com/gristlabs/grist-core",
@@ -58,6 +58,7 @@
"selenium-webdriver": "3.6.0",
"source-map-loader": "^0.2.4",
"stats-webpack-plugin": "^0.7.0",
"tmp-promise": "1.0.5",
"typescript": "3.9.3",
"webpack": "4.41.0",
"webpack-cli": "3.3.2",