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

Configure Feed

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

chore(deps): update devdependency @babel/preset-env to v7.15.6

+26 -7
+1 -1
package.json
··· 47 47 }, 48 48 "devDependencies": { 49 49 "@babel/plugin-transform-runtime": "7.15.0", 50 - "@babel/preset-env": "7.15.4", 50 + "@babel/preset-env": "7.15.6", 51 51 "@babel/preset-typescript": "7.15.0", 52 52 "@nuxt/test-utils": "0.2.2", 53 53 "@nuxt/types": "2.15.8",
+25 -6
yarn.lock
··· 553 553 "@babel/plugin-syntax-object-rest-spread" "^7.8.3" 554 554 "@babel/plugin-transform-parameters" "^7.14.5" 555 555 556 + "@babel/plugin-proposal-object-rest-spread@^7.15.6": 557 + version "7.15.6" 558 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11" 559 + integrity sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg== 560 + dependencies: 561 + "@babel/compat-data" "^7.15.0" 562 + "@babel/helper-compilation-targets" "^7.15.4" 563 + "@babel/helper-plugin-utils" "^7.14.5" 564 + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" 565 + "@babel/plugin-transform-parameters" "^7.15.4" 566 + 556 567 "@babel/plugin-proposal-optional-catch-binding@^7.14.5": 557 568 version "7.14.5" 558 569 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz#939dd6eddeff3a67fdf7b3f044b5347262598c3c" ··· 1063 1074 "@babel/helper-create-regexp-features-plugin" "^7.14.5" 1064 1075 "@babel/helper-plugin-utils" "^7.14.5" 1065 1076 1066 - "@babel/preset-env@7.15.4": 1067 - version "7.15.4" 1068 - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.4.tgz#197e7f99a755c488f0af411af179cbd10de6e815" 1069 - integrity sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ== 1077 + "@babel/preset-env@7.15.6": 1078 + version "7.15.6" 1079 + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" 1080 + integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== 1070 1081 dependencies: 1071 1082 "@babel/compat-data" "^7.15.0" 1072 1083 "@babel/helper-compilation-targets" "^7.15.4" ··· 1082 1093 "@babel/plugin-proposal-logical-assignment-operators" "^7.14.5" 1083 1094 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" 1084 1095 "@babel/plugin-proposal-numeric-separator" "^7.14.5" 1085 - "@babel/plugin-proposal-object-rest-spread" "^7.14.7" 1096 + "@babel/plugin-proposal-object-rest-spread" "^7.15.6" 1086 1097 "@babel/plugin-proposal-optional-catch-binding" "^7.14.5" 1087 1098 "@babel/plugin-proposal-optional-chaining" "^7.14.5" 1088 1099 "@babel/plugin-proposal-private-methods" "^7.14.5" ··· 1135 1146 "@babel/plugin-transform-unicode-escapes" "^7.14.5" 1136 1147 "@babel/plugin-transform-unicode-regex" "^7.14.5" 1137 1148 "@babel/preset-modules" "^0.1.4" 1138 - "@babel/types" "^7.15.4" 1149 + "@babel/types" "^7.15.6" 1139 1150 babel-plugin-polyfill-corejs2 "^0.2.2" 1140 1151 babel-plugin-polyfill-corejs3 "^0.2.2" 1141 1152 babel-plugin-polyfill-regenerator "^0.2.2" ··· 1313 1324 version "7.15.4" 1314 1325 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d" 1315 1326 integrity sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw== 1327 + dependencies: 1328 + "@babel/helper-validator-identifier" "^7.14.9" 1329 + to-fast-properties "^2.0.0" 1330 + 1331 + "@babel/types@^7.15.6": 1332 + version "7.15.6" 1333 + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f" 1334 + integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig== 1316 1335 dependencies: 1317 1336 "@babel/helper-validator-identifier" "^7.14.9" 1318 1337 to-fast-properties "^2.0.0"