Skip to content

Commit

Permalink
upgrade @servoy/public to latest 2021.12, target to es2017
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagner committed Dec 6, 2021
1 parent cdd8d56 commit 40aa29b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion customrenderedcomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/common": "13.0.2",
"@angular/core": "13.0.2",
"@angular/forms": "13.0.2",
"@servoy/public": "2021.9.0",
"@servoy/public": "2021.12.0",
"rxjs": "7.4.0",
"sortablejs": "^1.14.0",
"tslib": "2.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/lib",
"target": "es2015",
"target": "es2017",
"declaration": true,
"declarationMap": true,
"inlineSources": true,
Expand Down
2 changes: 1 addition & 1 deletion customrenderedcomponents/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"esModuleInterop": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"target": "es2017",
"module": "es2020",
"lib": [
"es2018",
Expand Down

0 comments on commit 40aa29b

Please sign in to comment.