package.json (babel-7.12.6) | : | package.json (babel-7.12.7) | ||
---|---|---|---|---|
{ | { | |||
"name": "@babel/preset-typescript", | "name": "@babel/preset-typescript", | |||
"version": "7.12.1", | "version": "7.12.7", | |||
"description": "Babel preset for TypeScript.", | "description": "Babel preset for TypeScript.", | |||
"repository": { | "repository": { | |||
"type": "git", | "type": "git", | |||
"url": "https://github.com/babel/babel.git", | "url": "https://github.com/babel/babel.git", | |||
"directory": "packages/babel-preset-typescript" | "directory": "packages/babel-preset-typescript" | |||
}, | }, | |||
"license": "MIT", | "license": "MIT", | |||
"publishConfig": { | "publishConfig": { | |||
"access": "public" | "access": "public" | |||
}, | }, | |||
"main": "lib/index.js", | "main": "lib/index.js", | |||
"keywords": [ | "keywords": [ | |||
"babel-preset", | "babel-preset", | |||
"typescript" | "typescript" | |||
], | ], | |||
"dependencies": { | "dependencies": { | |||
"@babel/helper-plugin-utils": "workspace:^7.10.4", | "@babel/helper-plugin-utils": "workspace:^7.10.4", | |||
"@babel/helper-validator-option": "workspace:^7.12.1", | ||||
"@babel/plugin-transform-typescript": "workspace:^7.12.1" | "@babel/plugin-transform-typescript": "workspace:^7.12.1" | |||
}, | }, | |||
"peerDependencies": { | "peerDependencies": { | |||
"@babel/core": "^7.0.0-0" | "@babel/core": "^7.0.0-0" | |||
}, | }, | |||
"devDependencies": { | "devDependencies": { | |||
"@babel/core": "workspace:*", | "@babel/core": "workspace:*", | |||
"@babel/helper-plugin-test-runner": "workspace:*" | "@babel/helper-plugin-test-runner": "workspace:*" | |||
} | } | |||
} | } | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |