Skip to content

Commit

Permalink
Merge pull request #54 from MasatoMakino/bump-lib
Browse files Browse the repository at this point in the history
bump : devDependencies
  • Loading branch information
MasatoMakino committed Jun 26, 2024
2 parents 0b41538 + d011e8e commit 94ff3cf
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 80 deletions.
164 changes: 96 additions & 68 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"three": "^0.160.0"
},
"devDependencies": {
"@masatomakino/gulptask-demo-page": "^0.8.0",
"@types/three": "^0.160.0",
"@vitest/coverage-istanbul": "^1.2.2",
"@masatomakino/gulptask-demo-page": "^0.8.3",
"@types/three": "^0.165.0",
"@vitest/coverage-istanbul": "^1.6.0",
"browser-sync": "^3.0.2",
"canvas": "^2.11.2",
"gl": "^8.0.2",
"husky": "^9.0.6",
"jsdom": "^24.0.0",
"lil-gui": "^0.19.1",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
"husky": "^9.0.11",
"jsdom": "24.1.0",
"lil-gui": "^0.19.2",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"typedoc": "^0.26.2",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"scripts": {
"test": "vitest --run",
Expand All @@ -53,4 +53,4 @@
"lint-staged": {
"*.{js,ts,css,md}": "prettier --write"
}
}
}

0 comments on commit 94ff3cf

Please sign in to comment.