From 9bdb95c9e34cef640534e5e5a1e2225a80442000 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:48:15 +0800 Subject: [PATCH] TODO#139894 [ footer -最下方說明與保經代合作 ] 文案修改 --- PAMapp/node_modules/@babel/plugin-syntax-typescript/package.json | 37 +++++++++++++++++-------------------- 1 files changed, 17 insertions(+), 20 deletions(-) diff --git a/PAMapp/node_modules/@babel/plugin-syntax-typescript/package.json b/PAMapp/node_modules/@babel/plugin-syntax-typescript/package.json index 855fa6e..7401752 100644 --- a/PAMapp/node_modules/@babel/plugin-syntax-typescript/package.json +++ b/PAMapp/node_modules/@babel/plugin-syntax-typescript/package.json @@ -1,34 +1,28 @@ { - "_args": [ - [ - "@babel/plugin-syntax-typescript@7.14.5", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_development": true, - "_from": "@babel/plugin-syntax-typescript@7.14.5", - "_id": "@babel/plugin-syntax-typescript@7.14.5", + "_from": "@babel/plugin-syntax-typescript@^7.7.2", + "_id": "@babel/plugin-syntax-typescript@7.17.12", "_inBundle": false, - "_integrity": "sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==", + "_integrity": "sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==", "_location": "/@babel/plugin-syntax-typescript", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "@babel/plugin-syntax-typescript@7.14.5", + "raw": "@babel/plugin-syntax-typescript@^7.7.2", "name": "@babel/plugin-syntax-typescript", "escapedName": "@babel%2fplugin-syntax-typescript", "scope": "@babel", - "rawSpec": "7.14.5", + "rawSpec": "^7.7.2", "saveSpec": null, - "fetchSpec": "7.14.5" + "fetchSpec": "^7.7.2" }, "_requiredBy": [ "/jest-snapshot" ], - "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz", - "_spec": "7.14.5", - "_where": "/Users/tomas/PAM/PAMapp", + "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.12.tgz", + "_shasum": "b54fc3be6de734a56b87508f99d6428b5b605a7b", + "_spec": "@babel/plugin-syntax-typescript@^7.7.2", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\jest-snapshot", "author": { "name": "The Babel Team", "url": "https://babel.dev/team" @@ -36,12 +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.17.12" }, + "deprecated": false, "description": "Allow parsing of TypeScript syntax", "devDependencies": { - "@babel/core": "7.14.5" + "@babel/core": "^7.17.12", + "@babel/helper-plugin-test-runner": "^7.16.7" }, "engines": { "node": ">=6.9.0" @@ -65,5 +62,5 @@ "url": "git+https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-typescript" }, - "version": "7.14.5" + "version": "7.17.12" } -- Gitblit v1.8.0