Skip to content

Commit

Permalink
Merge pull request #68 from js-smart/development
Browse files Browse the repository at this point in the history
fix(demo): fixes imports in demo site
  • Loading branch information
pavankjadda authored May 24, 2023
2 parents 0e9e194 + 7180fd5 commit 65d941a
Show file tree
Hide file tree
Showing 4 changed files with 3,106 additions and 1,927 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest' ]
node: [ '18' ]
node: [ '18','latest' ]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
87 changes: 0 additions & 87 deletions migrations.json

This file was deleted.

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "16.0.0",
"@angular/language-service": "16.0.0",
"@nrwl/tao": "16.1.0",
"@nrwl/tao": "16.2.2",
"@ns3/nx-playwright": "^4.2.0",
"@nx/angular": "16.1.0",
"@nx/eslint-plugin": "16.1.0",
"@nx/jest": "16.1.0",
"@nx/linter": "16.1.0",
"@nx/workspace": "16.1.0",
"@nx/angular": "16.2.2",
"@nx/eslint-plugin": "16.2.2",
"@nx/jest": "16.2.2",
"@nx/linter": "16.2.2",
"@nx/workspace": "16.2.2",
"@schematics/angular": "16.0.0",
"@types/jest": "29.4.4",
"@types/node": "^18.13.0",
Expand All @@ -52,9 +52,9 @@
"eslint-config-prettier": "^8.6.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.0.0",
"jest-preset-angular": "13.1.1",
"ng-packagr": "16.0.0",
"nx": "16.1.0",
"nx": "16.2.2",
"nx-cloud": "16.0.5",
"postcss": "^8.4.21",
"postcss-import": "15.1.0",
Expand All @@ -65,3 +65,4 @@
"typescript": "5.0.4"
}
}

Loading

0 comments on commit 65d941a

Please sign in to comment.