[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-timings-module.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update devdependency @babel/plugin-transform-runtime to v7.14.3

authored by

Renovate Bot and committed by
renovate[bot]
(May 18, 2021, 10:45 PM UTC) 65307687 ab5092b3

+14 -2
+1 -1
package.json
··· 39 39 "upath": "2.0.1" 40 40 }, 41 41 "devDependencies": { 42 - "@babel/plugin-transform-runtime": "7.14.2", 42 + "@babel/plugin-transform-runtime": "7.14.3", 43 43 "@babel/preset-env": "7.14.2", 44 44 "@babel/preset-typescript": "7.13.0", 45 45 "@nuxt/test-utils": "0.2.2",
+13 -1
yarn.lock
··· 748 748 dependencies: 749 749 "@babel/helper-plugin-utils" "^7.12.13" 750 750 751 - "@babel/plugin-transform-runtime@7.14.2", "@babel/plugin-transform-runtime@^7.13.15": 751 + "@babel/plugin-transform-runtime@7.14.3": 752 + version "7.14.3" 753 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.3.tgz#1fd885a2d0de1d3c223795a4e9be72c2db4515cf" 754 + integrity sha512-t960xbi8wpTFE623ef7sd+UpEC5T6EEguQlTBJDEO05+XwnIWVfuqLw/vdLWY6IdFmtZE+65CZAfByT39zRpkg== 755 + dependencies: 756 + "@babel/helper-module-imports" "^7.13.12" 757 + "@babel/helper-plugin-utils" "^7.13.0" 758 + babel-plugin-polyfill-corejs2 "^0.2.0" 759 + babel-plugin-polyfill-corejs3 "^0.2.0" 760 + babel-plugin-polyfill-regenerator "^0.2.0" 761 + semver "^6.3.0" 762 + 763 + "@babel/plugin-transform-runtime@^7.13.15": 752 764 version "7.14.2" 753 765 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.2.tgz#4e24389bd680dd94ea1b871465d00112ae974425" 754 766 integrity sha512-LyA2AiPkaYzI7G5e2YI4NCasTfFe7mZvlupNprDOB7CdNUHb2DQC4uV6oeZ0396gOcicUzUCh0MShL6wiUgk+Q==