Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daign committed Feb 9, 2024
1 parent 2fe859a commit 1b19c95
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- run: npm install
- run: npm run coverage
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daign/handle",
"version": "1.1.0",
"version": "1.1.1",
"description": "Define drag actions for all DOM elements.",
"keywords": [
"draggable",
Expand Down Expand Up @@ -28,22 +28,22 @@
},
"homepage": "https://github.com/daign/daign-handle#readme",
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.13",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"mocha": "^10.3.0",
"nyc": "^15.1.0",
"sinon": "^15.0.3",
"sinon": "^17.0.1",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-no-unused-expression-chai": "^0.1.4",
"typescript": "^5.0.2",
"typescript": "~5.1.6",
"@daign/mock-dom": "^1.1.0"
},
"dependencies": {
"@daign/math": "^1.1.1",
"@daign/math": "^1.1.4",
"@daign/schedule": "^1.1.0"
},
"nyc": {
Expand Down

0 comments on commit 1b19c95

Please sign in to comment.