Skip to content

Commit

Permalink
Merge pull request #17 from NMSCD/dev
Browse files Browse the repository at this point in the history
bump deps
  • Loading branch information
Lenni009 authored Sep 17, 2024
2 parents 13453dd + e9e9ef7 commit ab1e2df
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
pull_request:
types: [opened, synchronize]

concurrency:
group: "testbuild"
cancel-in-progress: true

jobs:
Build:
runs-on: ubuntu-latest
Expand Down
47 changes: 24 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"format": "prettier --write src/"
},
"devDependencies": {
"@types/node": "^22.4.1",
"@types/node": "^22.5.5",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vite": "^5.4.1"
"typescript": "^5.6.2",
"vite": "^5.4.6"
},
"dependencies": {
"@picocss/pico": "^2.0.6"
Expand Down

0 comments on commit ab1e2df

Please sign in to comment.