Skip to content

Commit

Permalink
Merge pull request #565 from quip/kvnlam_dreamy-heisenberg
Browse files Browse the repository at this point in the history
Update quip-apps-webpack-config dependency to match the latest version.
  • Loading branch information
kvnlam authored May 2, 2024
2 parents ee4147d + 178a0c5 commit c62f3af
Show file tree
Hide file tree
Showing 11 changed files with 24,159 additions and 23,756 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
working-directory: packages/quip-apps-api
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [20.11.1]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm test
env:
CI: true
Expand All @@ -31,15 +31,15 @@ jobs:
working-directory: packages/quip-cli
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [20.11.1]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm test
env:
CI: true
Expand All @@ -52,15 +52,15 @@ jobs:
working-directory: packages/quip-test-utils
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [20.11.1]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm run build
- run: npm test
env:
Expand All @@ -74,15 +74,15 @@ jobs:
working-directory: packages/quiptext
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [20.11.1]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm ci
- run: npm test
env:
CI: true
Expand Down
11,434 changes: 4,503 additions & 6,931 deletions packages/Chevron/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/Chevron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "cross-env-shell NODE_ENV=production webpack --output-library-target umd"
},
"dependencies": {
"quip-apps-webpack-config": "^0.0.45"
"quip-apps-webpack-config": "^0.2.1-alpha.2"
},
"gitHead": "1633a60816f6da91d4b022751e9f3bfd45ae18c1",
"devDependencies": {
Expand Down
Loading

0 comments on commit c62f3af

Please sign in to comment.