Skip to content

Commit

Permalink
chore: bump development dependencies (#29)
Browse files Browse the repository at this point in the history
vite project:
  - typescript 4.9.4 to 5.0.3
  - vite from 4.0.4 to 4.2.1

rollup project:
  - typescript 4.9.4 to 5.0.3
  - rollup 3.10.0 to 3.20.2 (and plugins)

parcel project:
  - parcel from 2.8.2 to 2.8.3
  - typescript from 4.9.4 to 5.0.3

Also commit package-lock.json files
WF: Use cache and npm ci
  • Loading branch information
tbouffard authored Apr 7, 2023
1 parent 26996d6 commit 8e1401b
Show file tree
Hide file tree
Showing 8 changed files with 9,604 additions and 15 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check-typescript-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm install
uses: bahmutov/npm-install@v1
with:
install-command: npm ci --prefer-offline --audit false --ignore-scripts
working-directory: ${{github.workspace}}/projects/${{matrix.project}}
- name: Install maxgraph development npm package
if: ${{ matrix.npm-package == 'development' }}
# use wildcard as the file contains the version, and we don't know it
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,3 @@ dist
# IDE
.idea
*.iml

# temp until we cannot use maxgraph package
package-lock.json
Loading

0 comments on commit 8e1401b

Please sign in to comment.