mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	(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:
		
							parent
							
								
									f7a9638992
								
							
						
					
					
						commit
						1b760d83a9
					
				@ -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",
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										10
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								yarn.lock
									
									
									
									
									
								
							@ -899,7 +899,7 @@ bindings@^1.5.0:
 | 
			
		||||
  dependencies:
 | 
			
		||||
    file-uri-to-path "1.0.0"
 | 
			
		||||
 | 
			
		||||
bluebird@3.7.2, bluebird@^3.3.3, bluebird@^3.5.5:
 | 
			
		||||
bluebird@3.7.2, bluebird@^3.3.3, bluebird@^3.5.0, bluebird@^3.5.5:
 | 
			
		||||
  version "3.7.2"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
 | 
			
		||||
  integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
 | 
			
		||||
@ -6377,6 +6377,14 @@ timers-browserify@^2.0.4:
 | 
			
		||||
  dependencies:
 | 
			
		||||
    setimmediate "^1.0.4"
 | 
			
		||||
 | 
			
		||||
tmp-promise@1.0.5:
 | 
			
		||||
  version "1.0.5"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-1.0.5.tgz#3208d7fa44758f86a2a4c4060f3c33fea30e8038"
 | 
			
		||||
  integrity sha512-hOabTz9Tp49wCozFwuJe5ISrOqkECm6kzw66XTP23DuzNU7QS/KiZq5LC9Y7QSy8f1rPSLy4bKaViP0OwGI1cA==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    bluebird "^3.5.0"
 | 
			
		||||
    tmp "0.0.33"
 | 
			
		||||
 | 
			
		||||
tmp@0.0.30:
 | 
			
		||||
  version "0.0.30"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.30.tgz#72419d4a8be7d6ce75148fd8b324e593a711c2ed"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user