From 90e6cb94e9c9a4d055a0983c9c7386daa48f61f9 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:45:03 +0800 Subject: [PATCH] TODO#139893 [ FAQ 常見問題 -我進行預約後,顧問會用甚麼方式聯繫我? ] 文案調整 --- PAMapp/node_modules/@babel/plugin-transform-block-scoped-functions/package.json | 37 +++++++++++++++++-------------------- 1 files changed, 17 insertions(+), 20 deletions(-) diff --git a/PAMapp/node_modules/@babel/plugin-transform-block-scoped-functions/package.json b/PAMapp/node_modules/@babel/plugin-transform-block-scoped-functions/package.json index 6019056..a879eb1 100644 --- a/PAMapp/node_modules/@babel/plugin-transform-block-scoped-functions/package.json +++ b/PAMapp/node_modules/@babel/plugin-transform-block-scoped-functions/package.json @@ -1,33 +1,28 @@ { - "_args": [ - [ - "@babel/plugin-transform-block-scoped-functions@7.14.5", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "@babel/plugin-transform-block-scoped-functions@7.14.5", - "_id": "@babel/plugin-transform-block-scoped-functions@7.14.5", + "_from": "@babel/plugin-transform-block-scoped-functions@^7.16.7", + "_id": "@babel/plugin-transform-block-scoped-functions@7.16.7", "_inBundle": false, - "_integrity": "sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==", + "_integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==", "_location": "/@babel/plugin-transform-block-scoped-functions", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "@babel/plugin-transform-block-scoped-functions@7.14.5", + "raw": "@babel/plugin-transform-block-scoped-functions@^7.16.7", "name": "@babel/plugin-transform-block-scoped-functions", "escapedName": "@babel%2fplugin-transform-block-scoped-functions", "scope": "@babel", - "rawSpec": "7.14.5", + "rawSpec": "^7.16.7", "saveSpec": null, - "fetchSpec": "7.14.5" + "fetchSpec": "^7.16.7" }, "_requiredBy": [ "/@babel/preset-env" ], - "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz", - "_spec": "7.14.5", - "_where": "/Users/tomas/PAM/PAMapp", + "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz", + "_shasum": "4d0d57d9632ef6062cdf354bb717102ee042a620", + "_spec": "@babel/plugin-transform-block-scoped-functions@^7.16.7", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@babel\\preset-env", "author": { "name": "The Babel Team", "url": "https://babel.dev/team" @@ -35,13 +30,15 @@ "bugs": { "url": "https://github.com/babel/babel/issues" }, + "bundleDependencies": false, "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/helper-plugin-utils": "^7.16.7" }, + "deprecated": false, "description": "Babel plugin to ensure function declarations at the block level are block scoped", "devDependencies": { - "@babel/core": "7.14.5", - "@babel/helper-plugin-test-runner": "7.14.5" + "@babel/core": "^7.16.7", + "@babel/helper-plugin-test-runner": "^7.16.7" }, "engines": { "node": ">=6.9.0" @@ -64,5 +61,5 @@ "url": "git+https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-block-scoped-functions" }, - "version": "7.14.5" + "version": "7.16.7" } -- Gitblit v1.8.0