Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed Nov 6, 2024
1 parent 8334fea commit 0d0f185
Show file tree
Hide file tree
Showing 3 changed files with 1,463 additions and 1,192 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarpm test
25 changes: 10 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,15 @@
"scripts": {
"fix": "eslint . --fix",
"test": "jest",
"husky": "yarpm run test",
"prepublishOnly": "yarpm run build",
"prebuild": "yarpm run test",
"build": "webpack --config webpack.config.js",
"-postbuild": "yarpm run build-docs",
"build-docs": "jsdoc -c .jsdoc.json",
"build-types": "jsdoc -t node_modules/tsd-jsdoc/dist -r src -d . && prettier -w types.d.ts",
"publish-docs": "git subtree push --prefix docs origin gh-pages",
"benchmark": "node test/benchmark.js"
},
"husky": {
"hooks": {
"pre-commit": "yarpm run husky"
}
"benchmark": "node test/benchmark.js",
"prepare": "husky"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,24 +57,24 @@
],
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"benchmark": "^2.1.4",
"coveralls": "^3.0.3",
"eslint": "^8.36.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-runner-eslint": "^2.0.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-runner-eslint": "^2.2.1",
"jsdoc": "^3.6.11",
"jsdoc-template": "^1.2.0",
"lodash.template": ">=4.5.0",
"prettier": "^2.8.6",
"tsd-jsdoc": "^2.5.0",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"yarpm": "^1.2.0"
},
"dependencies": {}
Expand Down
Loading

0 comments on commit 0d0f185

Please sign in to comment.