File tree Expand file tree Collapse file tree 11 files changed +25
-19
lines changed
babel-plugin-proposal-json-modules
babel-plugin-transform-async-generator-functions
babel-plugin-transform-runtime
usage-typed-array-edge-13
usage-typed-array-edge-13 Expand file tree Collapse file tree 11 files changed +25
-19
lines changed Original file line number Diff line number Diff line change 4242 "devDependencies" : {
4343 "@babel/core" : " workspace:^" ,
4444 "@babel/helper-plugin-test-runner" : " workspace:^" ,
45- "babel-plugin-polyfill-corejs3" : " ^0.10.4 "
45+ "babel-plugin-polyfill-corejs3" : " ^0.10.6 "
4646 },
4747 "engines" : {
4848 "node" : " >=6.9.0"
Original file line number Diff line number Diff line change 2828 "devDependencies" : {
2929 "@babel/core" : " workspace:^" ,
3030 "@babel/helper-plugin-test-runner" : " workspace:^" ,
31- "babel-plugin-polyfill-corejs3" : " ^0.10.4 " ,
31+ "babel-plugin-polyfill-corejs3" : " ^0.10.6 " ,
3232 "core-js-pure" : " ^3.30.2"
3333 },
3434 "engines" : {
Original file line number Diff line number Diff line change 2323 "@babel/helper-module-imports" : " workspace:^" ,
2424 "@babel/helper-plugin-utils" : " workspace:^" ,
2525 "babel-plugin-polyfill-corejs2" : " condition:BABEL_8_BREAKING ? : ^0.4.10 (peer:@babel/core)" ,
26- "babel-plugin-polyfill-corejs3" : " condition:BABEL_8_BREAKING ? : ^0.10.1 (peer:@babel/core)" ,
26+ "babel-plugin-polyfill-corejs3" : " condition:BABEL_8_BREAKING ? : ^0.10.6 (peer:@babel/core)" ,
2727 "babel-plugin-polyfill-regenerator" : " condition:BABEL_8_BREAKING ? : ^0.6.1 (peer:@babel/core)" ,
2828 "semver" : " condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.1"
2929 },
3737 "@babel/preset-env" : " workspace:^" ,
3838 "@babel/runtime" : " workspace:^" ,
3939 "@babel/runtime-corejs3" : " workspace:^" ,
40- "babel-plugin-polyfill-corejs3" : " ^0.10.4 " ,
40+ "babel-plugin-polyfill-corejs3" : " ^0.10.6 " ,
4141 "make-dir" : " condition:BABEL_8_BREAKING ? : ^2.1.0"
4242 },
4343 "homepage" : " https://babel.dev/docs/en/next/babel-plugin-transform-runtime" ,
Original file line number Diff line number Diff line change 9595 "@babel/plugin-transform-unicode-sets-regex" : " workspace:^" ,
9696 "@babel/preset-modules" : " 0.1.6-no-external-plugins" ,
9797 "babel-plugin-polyfill-corejs2" : " condition:BABEL_8_BREAKING ? : ^0.4.10 (peer:@babel/core) (esm:default)" ,
98- "babel-plugin-polyfill-corejs3" : " ^0.10.4 " ,
98+ "babel-plugin-polyfill-corejs3" : " ^0.10.6 " ,
9999 "babel-plugin-polyfill-regenerator" : " condition:BABEL_8_BREAKING ? : ^0.6.1 (peer:@babel/core) (esm:default)" ,
100100 "core-js-compat" : " ^3.37.1" ,
101101 "semver" : " condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.1"
Original file line number Diff line number Diff line change 11import "core-js/modules/es.array.iterator.js" ;
2+ import "core-js/modules/es.array-buffer.constructor.js" ;
23import "core-js/modules/es.object.to-string.js" ;
34import "core-js/modules/es.typed-array.int8-array.js" ;
45import "core-js/modules/es.typed-array.fill.js" ;
Original file line number Diff line number Diff line change 11import "core-js/modules/es.array.iterator.js" ;
2+ import "core-js/modules/es.array-buffer.constructor.js" ;
23import "core-js/modules/es.array-buffer.slice.js" ;
34import "core-js/modules/es.data-view.js" ;
45import "core-js/modules/es.object.to-string.js" ;
Original file line number Diff line number Diff line change 11import "core-js/modules/es.array.iterator.js" ;
2+ import "core-js/modules/es.array-buffer.constructor.js" ;
23import "core-js/modules/es.array-buffer.slice.js" ;
34import "core-js/modules/es.data-view.js" ;
45import "core-js/modules/es.object.to-string.js" ;
Original file line number Diff line number Diff line change 11import "core-js/modules/es.array.iterator.js" ;
2+ import "core-js/modules/es.array-buffer.constructor.js" ;
23import "core-js/modules/es.object.to-string.js" ;
34import "core-js/modules/es.typed-array.int8-array.js" ;
45import "core-js/modules/es.typed-array.fill.js" ;
Original file line number Diff line number Diff line change 11import "core-js/modules/es.array.iterator.js" ;
2+ import "core-js/modules/es.array-buffer.constructor.js" ;
23import "core-js/modules/es.array-buffer.slice.js" ;
34import "core-js/modules/es.data-view.js" ;
45import "core-js/modules/es.object.to-string.js" ;
Original file line number Diff line number Diff line change 11import "core-js/modules/es.array.iterator.js" ;
2+ import "core-js/modules/es.array-buffer.constructor.js" ;
23import "core-js/modules/es.array-buffer.slice.js" ;
34import "core-js/modules/es.data-view.js" ;
45import "core-js/modules/es.object.to-string.js" ;
You can’t perform that action at this time.
0 commit comments