Skip to content

Commit

Permalink
chore: update demo and dev dependencies to fix vulns (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori authored Apr 11, 2023
1 parent 89655e2 commit b56a8c6
Show file tree
Hide file tree
Showing 8 changed files with 3,477 additions and 10,711 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
authorize:
name: Authorize
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: ${{ github.actor }} permission check to do a release
uses: octokit/[email protected]
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: npx lerna exec yarn

- name: Test
run: yarn test
run: yarn test --testPathIgnorePatterns "benchmark.test.ts"

- name: Configure Git User
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
pr-title-check:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: PR title is valid
if: >
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ['14', '16']
os: [macos-latest, ubuntu-18.04]
node-version: ['14', '16', '18']
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -37,4 +37,4 @@ jobs:
run: npx lerna exec yarn

- name: Test
run: yarn test
run: yarn test --testPathIgnorePatterns "benchmark.test.ts"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-prettier": "^3.1.4",
"genversion": "^2.3.1",
"jest": "^26.6.3",
"lerna": "^3.22.1",
"lerna": "^6.6.1",
"prettier": "^2.1.2",
"ts-jest": "^26.4.2",
"typedoc": "^0.23.9",
Expand Down
10 changes: 5 additions & 5 deletions packages/ssr-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"start": "yarn --cwd ../node build && yarn next dev"
},
"dependencies": {
"@amplitude/experiment-js-client": "^0.2.0",
"@amplitude/experiment-js-client": "^1.7.3",
"@amplitude/experiment-node-server": "^1.4.0",
"next": "9.5.5",
"next-transpile-modules": "^4.1.0",
"react": "16.13.1",
"react-dom": "16.13.1"
"next": "^13.3.0",
"next-transpile-modules": "^10.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@types/node": "^14.11.8",
Expand Down
4,947 changes: 0 additions & 4,947 deletions packages/ssr-demo/yarn.lock

This file was deleted.

9,215 changes: 3,464 additions & 5,751 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit b56a8c6

Please sign in to comment.