From dc7fdd0101dc0f87b8a278685ab6ee750dd08287 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Oct 2021 11:58:19 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package.json | 10 +++++----- packages/plugin-vue-jsx/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a9071ae6..10811c42 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "@types/jest": "^27.0.2", "@types/node": "^15.12.2", "@types/semver": "^7.3.8", - "@typescript-eslint/eslint-plugin": "^4.31.2", - "@typescript-eslint/parser": "^4.31.2", + "@typescript-eslint/eslint-plugin": "^4.32.0", + "@typescript-eslint/parser": "^4.32.0", "chalk": "^4.1.2", "conventional-changelog-cli": "^2.1.1", "cross-env": "^7.0.3", @@ -43,12 +43,12 @@ "eslint-plugin-node": "^11.1.0", "execa": "^5.1.1", "fs-extra": "^10.0.0", - "jest": "^27.2.2", - "lint-staged": "^11.1.2", + "jest": "^27.2.4", + "lint-staged": "^11.2.0", "minimist": "^1.2.5", "node-fetch": "^2.6.5", "npm-run-all": "^4.1.5", - "playwright-chromium": "^1.15.0", + "playwright-chromium": "^1.15.1", "prettier": "2.4.1", "prompts": "^2.4.1", "rimraf": "^3.0.2", diff --git a/packages/plugin-vue-jsx/package.json b/packages/plugin-vue-jsx/package.json index 56d3fa32..429482be 100644 --- a/packages/plugin-vue-jsx/package.json +++ b/packages/plugin-vue-jsx/package.json @@ -30,7 +30,7 @@ "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-typescript": "^7.15.4", "@rollup/pluginutils": "^4.1.1", - "@vue/babel-plugin-jsx": "^1.0.7", + "@vue/babel-plugin-jsx": "^1.1.0", "hash-sum": "^2.0.0" } }