Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion code-gen-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"dependencies": {
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"lit-html": "^2.2.0",
"tslib": "^2.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion editor-templates/Angular/main-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@angular/platform-browser-dynamic": "18.0.2",
"@types/hammerjs": "2.0.40",
"classlist.js": "1.1.20150312",
"core-js": "3.21.0",
"hammerjs": "2.0.8",
//ifdef charts, maps
"igniteui-angular-charts": "17.3.1-alpha.0",
Expand Down
3 changes: 0 additions & 3 deletions editor-templates/Angular/main-template/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@
* BROWSER POLYFILLS
*/

// import "core-js/es7/object";

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
//import "classlist.js"; // run `npm install --save classlist.js`.

/** IE10 and IE11 requires the following for the Reflect API. */
// import "core-js/es6/reflect";

/* Evergreen browsers require these. */
// used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
// import "core-js/es7/reflect";

/*
* Required to support Web Animations `@angular/platform-browser/animations`.
Expand Down
5 changes: 1 addition & 4 deletions editor-templates/WebComponents/main-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
"start:legacy": "npm run serve:dev:legacy"
},
"dependencies": {
"@webcomponents/custom-elements": "^1.4.1",
"@webcomponents/template": "^1.4.2",
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
//ifdef editor, webinputs
"igniteui-webcomponents": "4.11.1",
//endifdef editor, webinputs
Expand Down Expand Up @@ -58,7 +55,7 @@
"igniteui-webcomponents-spreadsheet": "4.8.1",
"igniteui-webcomponents-spreadsheet-chart-adapter": "4.8.1",
//endifdef spreadsheet
"lit-html": "^2.2.0",
"lit-html": "^3.2.0",
"tslib": "^2.0.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ module.exports = env => {

return {
entry: isLegacy ? [
path.resolve(__dirname, 'node_modules/@webcomponents/custom-elements'),
path.resolve(__dirname, 'node_modules/@webcomponents/template'),
path.resolve(__dirname, 'src')
] : path.resolve(__dirname, 'src'),
devtool: isProd ? false : 'source-map',
Expand Down