From 26a09f08cf1ed43c640879f23fdad56c5c9282f7 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:02:38 +0800 Subject: [PATCH] TODO#139884 Banner 1 文案調整 --- PAMapp/node_modules/@vue/babel-sugar-composition-api-render-instance/package.json | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/PAMapp/node_modules/@vue/babel-sugar-composition-api-render-instance/package.json b/PAMapp/node_modules/@vue/babel-sugar-composition-api-render-instance/package.json index fe62b46..66a81ff 100644 --- a/PAMapp/node_modules/@vue/babel-sugar-composition-api-render-instance/package.json +++ b/PAMapp/node_modules/@vue/babel-sugar-composition-api-render-instance/package.json @@ -1,40 +1,37 @@ { - "_args": [ - [ - "@vue/babel-sugar-composition-api-render-instance@1.2.4", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "@vue/babel-sugar-composition-api-render-instance@1.2.4", + "_from": "@vue/babel-sugar-composition-api-render-instance@^1.2.4", "_id": "@vue/babel-sugar-composition-api-render-instance@1.2.4", "_inBundle": false, "_integrity": "sha512-joha4PZznQMsxQYXtR3MnTgCASC9u3zt9KfBxIeuI5g2gscpTsSKRDzWQt4aqNIpx6cv8On7/m6zmmovlNsG7Q==", "_location": "/@vue/babel-sugar-composition-api-render-instance", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "@vue/babel-sugar-composition-api-render-instance@1.2.4", + "raw": "@vue/babel-sugar-composition-api-render-instance@^1.2.4", "name": "@vue/babel-sugar-composition-api-render-instance", "escapedName": "@vue%2fbabel-sugar-composition-api-render-instance", "scope": "@vue", - "rawSpec": "1.2.4", + "rawSpec": "^1.2.4", "saveSpec": null, - "fetchSpec": "1.2.4" + "fetchSpec": "^1.2.4" }, "_requiredBy": [ "/@vue/babel-preset-jsx" ], "_resolved": "https://registry.npmjs.org/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.2.4.tgz", - "_spec": "1.2.4", - "_where": "/Users/tomas/PAM/PAMapp", + "_shasum": "e4cbc6997c344fac271785ad7a29325c51d68d19", + "_spec": "@vue/babel-sugar-composition-api-render-instance@^1.2.4", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@vue\\babel-preset-jsx", "author": { "name": "luwanquan", "email": "luwanquan@f-road.com.cn" }, + "bundleDependencies": false, "dependencies": { "@babel/plugin-syntax-jsx": "^7.2.0" }, + "deprecated": false, "description": "Babel syntactic sugar for replaceing `this` with `getCurrentInstance()` in Vue JSX with @vue/composition-api", "devDependencies": { "@babel/cli": "^7.2.0", -- Gitblit v1.8.0