Skip to content

Commit

Permalink
fix: Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalabash committed Mar 25, 2023
1 parent 7f578b7 commit ee1b4f6
Show file tree
Hide file tree
Showing 2 changed files with 1,653 additions and 789 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@
"test": "yarn unit && yarn check"
},
"devDependencies": {
"@logux/eslint-config": "^47.2.0",
"@size-limit/preset-small-lib": "^7.0.8",
"check-dts": "^0.6.7",
"clean-publish": "^4.0.1",
"@logux/eslint-config": "^49.0.0",
"@size-limit/preset-small-lib": "^8.2.4",
"check-dts": "^0.7.1",
"clean-publish": "^4.1.1",
"dual-publish": "^3.0.1",
"eslint": "^8.18.0",
"eslint": "^8.36.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-promise": "^6.1.1",
"nanospy": "^0.5.0",
"puppeteer-core": "^15.2.0",
"puppeteer-core": "^19.8.0",
"sdc-check": "^1.0.2",
"size-limit": "^7.0.8",
"tsm": "^2.2.1",
"typescript": "^4.7.4",
"uvu": "^0.5.4"
"size-limit": "^8.2.4",
"tsm": "^2.3.0",
"typescript": "^5.0.2",
"uvu": "^0.5.6"
},
"eslintConfig": {
"extends": "@logux/eslint-config"
Expand Down

0 comments on commit ee1b4f6

Please sign in to comment.