Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/angular 17 #640

Merged
merged 21 commits into from
Dec 10, 2023
Prev Previous commit
Next Next commit
fixing e2e
vlio20 committed Dec 8, 2023
commit 1c4fc24d4d14bddf9bad9d3c35b69d8635d59b65
1,180 changes: 675 additions & 505 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@
"test:ci:lib": "ng test ng2-date-picker --watch=true --browsers=ChromeHeadless",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"e2e": "ng e2e --port 3200 --webdriverUpdate=false",
"e2e:quick": "ng e2e --dev-server-target --webdriverUpdate=false",
"e2e": "ng e2e --port 3200",
"e2e:quick": "ng e2e --dev-server-target",
"e2e:headless": "HEADLESS=true ng e2e",
"build:index": "node build.js",
"build:demo": "rm -rf dist/ && ng build ng2-date-picker-demo --configuration production && npm run build:index",
@@ -77,6 +77,7 @@
"rxjs": "^6.5.3",
"ts-node": "^10.9.1",
"typescript": "~5.2.2",
"webdriver-manager": "^12.1.9",
"zone.js": "~0.14.2"
},
"angularCompilerOptions": {
2 changes: 1 addition & 1 deletion projects/ng2-date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-date-picker",
"version": "16.0.0",
"version": "17.0.0",
"author": "Vlad Ioffe",
"license": "MIT",
"repository": {