Skip to content

Commit

Permalink
chore: bump deps (#92)
Browse files Browse the repository at this point in the history
* chore: bumped deps

* chore: bump deps

* fix: tests
  • Loading branch information
Uninen authored Dec 14, 2024
1 parent b8a2b9a commit 2ab6831
Show file tree
Hide file tree
Showing 7 changed files with 606 additions and 334 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- uses: actions/checkout@v4.2.2
- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: /home/runner/.local/share/pnpm/store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 0.3.2 - 2024-12-14

- chore: bumped deps

### 0.3.1 - 2024-11-27

- refactor: explicitly type check in CI
Expand Down
35 changes: 16 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"email": "ville@unessa.net"
},
"scripts": {
"dev": "DEBUG=0 vite",
"build": "DEBUG=0 vite build",
"test": "DEBUG=0 vitest",
"test:e2e": "DEBUG=0 playwright test --ui",
"test:ci-e2e": "DEBUG=0 playwright test",
"coverage": "DEBUG=0 vitest run --coverage",
"ts": "DEBUG=0 vue-tsc --build --force"
"dev": "vite",
"build": "vite build",
"test": "vitest",
"test:e2e": "playwright test --ui",
"test:ci-e2e": "playwright test",
"coverage": "vitest run --coverage",
"ts": "vue-tsc --build --force"
},
"files": [
"dist",
Expand All @@ -42,18 +42,18 @@
],
"license": "MIT",
"devDependencies": {
"@playwright/test": "1.49.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "22.10.0",
"@playwright/test": "1.49.1",
"@tsconfig/node22": "22.0.0",
"@types/node": "22.10.2",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "2.1.6",
"@vitest/coverage-v8": "2.1.8",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "^0.6.0",
"happy-dom": "15.11.6",
"typescript": "5.6.3",
"vite": "6.0.0",
"@vue/tsconfig": "0.7.0",
"happy-dom": "15.11.7",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.6",
"vitest": "2.1.8",
"vue": "3.5.13",
"vue-tsc": "2.1.10"
},
Expand All @@ -65,9 +65,6 @@
"optional": true
}
},
"engines": {
"node": ">=22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slipmatio/logger.git"
Expand Down
Loading

0 comments on commit 2ab6831

Please sign in to comment.