Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Dec 17, 2021
1 parent eb403de commit 5c97e8d
Show file tree
Hide file tree
Showing 2 changed files with 1,593 additions and 1,226 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,43 +52,43 @@
"bench": " nodemon -e js,ts,json,css -w ./bench -w ./lib -w ./plugins --exec 'buffalo-test --require ./register'"
},
"dependencies": {
"clean-css": "^5.1.3",
"esbuild": "^0.12.16",
"clean-css": "^5.2.2",
"esbuild": "^0.14.5",
"favicons": "^6.2.2",
"form-data": "^4.0.0",
"node-fetch": "^2.6.1",
"node-fetch": "2.6.1",
"parse5": "^6.0.1",
"pirates": "^4.0.1",
"purgecss": "4.0.3",
"terser": "^5.7.1",
"ts-node": "^10.1.0",
"pirates": "^4.0.4",
"purgecss": "4.1.3",
"terser": "^5.10.0",
"ts-node": "^10.4.0",
"tsc-prog": "^2.2.1",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
"tslib": "^2.3.1",
"typescript": "^4.5.4"
},
"devDependencies": {
"@release-it/conventional-changelog": "^3.0.1",
"@types/node": "^16.4.5",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"@release-it/conventional-changelog": "^3.3.0",
"@types/node": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"buffalo-test": "^2.0.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"dayjs": "^1.10.6",
"eslint": "^7.31.0",
"eslint-plugin-sonarjs": "^0.9.1",
"expect": "^27.0.6",
"dayjs": "^1.10.7",
"eslint": "^8.4.1",
"eslint-plugin-sonarjs": "^0.11.0",
"expect": "^27.4.2",
"faker": "^5.5.3",
"fastify": "^3.19.2",
"gzip-size": "^6.0.0",
"mocha": "^9.0.3",
"node-dev": "^7.0.0",
"fastify": "^3.25.0",
"gzip-size": "^7.0.0",
"mocha": "^9.1.3",
"node-dev": "^7.1.0",
"nyc": "^15.1.0",
"release-it": "^14.10.1",
"remark-cli": "^9.0.0",
"remark-toc": "^7.2.0",
"yargs": "^17.0.1"
"release-it": "^14.11.8",
"remark-cli": "^10.0.1",
"remark-toc": "^8.0.1",
"yargs": "^17.3.0"
},
"nyc": {
"exclude": [
Expand Down
Loading

0 comments on commit 5c97e8d

Please sign in to comment.