mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 17:32:32 +08:00 
			
		
		
		
	chore(deps): update all non-major dependencies (#611)
* chore(deps): update all non-major dependencies * chore: remove the lockfile and reinstall to update trnasitive deps The outdated `@types/babel__traverse` package is causing type errors * fix: fix htmlTags type error * fix: pin @types/node to 18.8.0 to work around https://github.com/johnsoncodehk/volar/issues/1985 * fix: pin @vue/test-utils temporarily to avoid snapshot differences * test: update snapshot As far as I see, all the snapshot differences are merely the newlines after `import` statements * test: add `attachTo: document.body` to make click event take effect See https://github.com/vuejs/test-utils/issues/1470#issuecomment-1114752388 * fix: fix mjs processing for webpack 4 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
This commit is contained in:
		| @@ -3,17 +3,17 @@ | ||||
|   "version": "1.1.0", | ||||
|   "private": true, | ||||
|   "dependencies": { | ||||
|     "monaco-editor": "^0.27.0" | ||||
|     "monaco-editor": "^0.34.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.15.5", | ||||
|     "css-loader": "^3.5.3", | ||||
|     "@babel/core": "^7.19.3", | ||||
|     "css-loader": "^3.6.0", | ||||
|     "html-webpack-plugin": "^4.5.2", | ||||
|     "style-loader": "^1.2.1", | ||||
|     "ts-loader": "^8.3.0", | ||||
|     "typescript": "^4.4.2", | ||||
|     "vue": "3.2.26", | ||||
|     "style-loader": "^1.3.0", | ||||
|     "ts-loader": "^8.4.0", | ||||
|     "typescript": "^4.8.4", | ||||
|     "vue": "3.2.41", | ||||
|     "webpack": "^4.46.0", | ||||
|     "webpack-dev-server": "^3.11.2" | ||||
|     "webpack-dev-server": "^3.11.3" | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user