Skip to content

Commit

Permalink
Update deps (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored May 24, 2021
1 parent e987604 commit 436b0b1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 98 deletions.
79 changes: 1 addition & 78 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [10, 14]
node_version: [12, 14]

steps:
- uses: actions/checkout@master
Expand All @@ -34,80 +34,3 @@ jobs:

- name: Test
run: yarn test

# - name: Pack
# run: yarn workspace apollo-angular pack --filename apollo-angular.tgz

# - uses: actions/cache@v2
# name: Share tarball
# with:
# path: 'packages/apollo-angular/apollo-angular.tgz'
# key: ${{ github.sha }}

# test-nx:
# name: Test on Nx workspace
# runs-on: ubuntu-latest
# needs: test

# steps:
# - name: Use Node.js 14
# uses: actions/setup-node@master
# with:
# node-version: 14

# - uses: actions/cache@v2
# name: Share tarball
# with:
# path: 'packages/apollo-angular/apollo-angular.tgz'
# key: ${{ github.sha }}

# - uses: DamianReeves/write-file-action@master
# name: Write verdaccio config
# with:
# path: verdaccio.yaml
# contents: |
# auth:
# auth-memory:
# users:
# foo:
# name: test
# password: test
# storage: ./storage
# server:
# keepAliveTimeout: 60
# uplinks:
# npmjs:
# url: https://registry.npmjs.org
# packages:
# '@*/*':
# access: $all
# publish: $all
# '**':
# access: $all
# publish: $all
# middlewares:
# audit:
# enabled: true
# logs:
# - {type: stdout, format: pretty, level: trace}
# write-mode: overwrite

# - name: Install Verdaccio
# run: npm install -g verdaccio verdaccio-auth-memory

# - name: Start Verdaccio
# run: nohup verdaccio --config verdaccio.yaml &> mktemp.log &

# - name: Wait for Verdaccio
# run: grep -q 'http address' <(tail -f mktemp.log)
# timeout-minutes: 3

# - name: Publish
# run: npm publish ./packages/apollo-angular/apollo-angular.tgz --registry http://0.0.0.0:4873 --access public

# - name: Create Nx Workspace
# run: npx create-nx-workspace test-ng --preset=angular --appName=gql --style=css --linter=eslint --cli=angular --nxCloud=false

# - name: ng add apollo-angular
# working-directory: test-ng
# run: yarn ng add apollo-angular --registry http://0.0.0.0:4873
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,36 @@
"packages/*"
],
"devDependencies": {
"@angular-devkit/core": "11.2.6",
"@angular-devkit/schematics": "11.2.6",
"@angular/animations": "11.2.7",
"@angular/common": "11.2.7",
"@angular/compiler": "11.2.7",
"@angular/compiler-cli": "11.2.7",
"@angular/core": "11.2.7",
"@angular/platform-browser": "11.2.7",
"@angular/platform-browser-dynamic": "11.2.7",
"@angular/platform-server": "11.2.7",
"@apollo/client": "3.3.13",
"@schematics/angular": "11.2.6",
"@angular-devkit/core": "12.0.1",
"@angular-devkit/schematics": "12.0.1",
"@angular/animations": "12.0.1",
"@angular/common": "12.0.1",
"@angular/compiler": "12.0.1",
"@angular/compiler-cli": "12.0.1",
"@angular/core": "12.0.1",
"@angular/platform-browser": "12.0.1",
"@angular/platform-browser-dynamic": "12.0.1",
"@angular/platform-server": "12.0.1",
"@apollo/client": "3.3.19",
"@schematics/angular": "12.0.1",
"@types/extract-files": "8.1.0",
"@types/jest": "26.0.22",
"@types/node": "14.14.37",
"@types/semver": "7.3.4",
"@types/jest": "26.0.23",
"@types/node": "15.6.0",
"@types/semver": "7.3.6",
"cpx": "1.5.0",
"graphql": "15.5.0",
"jest-zone-patch": "0.0.10",
"ng-packagr": "11.2.4",
"ng-packagr": "12.0.0",
"husky": "4.3.8",
"jest": "26.6.3",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"lint-staged": "11.0.0",
"prettier": "2.3.0",
"react": "17.0.2",
"rimraf": "3.0.2",
"rxjs": "6.6.7",
"shelljs": "0.8.4",
"ts-jest": "26.5.4",
"typescript": "4.0.5",
"ts-jest": "26.5.6",
"typescript": "4.2.4",
"zone.js": "0.11.4"
},
"husky": {
Expand Down

0 comments on commit 436b0b1

Please sign in to comment.