Skip to content

Commit

Permalink
chore: bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Jul 20, 2024
1 parent 281c123 commit 934594a
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 169 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,28 +69,27 @@
"lint": "aegir run lint",
"dep-check": "aegir run dep-check",
"doc-check": "aegir run doc-check",
"release": "run-s build docs:no-publish npm:release docs",
"npm:release": "aegir exec --bail false npm -- publish",
"release": "aegir exec --bail false npm -- publish",
"release:rc": "aegir release-rc",
"deploy": "yarn deploy:docs && yarn deploy:example",
"deploy:docs": "yarn docs && gh-pages --dist docs --dotfiles",
"fmt": "prettier --write '{*,**/*}.{js,ts,jsx,tsx,json,vue}'",
"postinstall": "mkdir -p node_modules/chai-extend && cp chai-global.js node_modules/chai-extend/chai-global.js && echo '{\"type\": \"module\"}' > node_modules/chai-extend/package.json && patch-package"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.45.2",
"@types/benchmark": "^2.1.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.2.5",
"@types/wicg-file-system-access": "^2023.10.4",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@types/wicg-file-system-access": "^2023.10.5",
"aegir": "github:marcus-pousette/aegir#multiple-assets",
"eslint-config-peerbit": "https://github.com/dao-xyz/eslint-config-peerbit",
"benchmark": "^2.1.4",
"chai-as-promised": "^7.1.1",
"dotenv": "^16.0.3",
"dotenv": "^16.4.5",
"eslint-plugin-n": "^17.9.0",
"gh-pages": "^5.0.0",
"mocha": "^10.4.0",
"mocha": "^10.7.0",
"patch-package": "^8.0.0",
"prettier": "^3.3.3",
"sinon": "^17.0.1",
Expand Down
Loading

0 comments on commit 934594a

Please sign in to comment.