Skip to content

Commit

Permalink
chore: update dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
inottn committed Dec 26, 2023
1 parent d6a743f commit bfb6b6d
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 702 deletions.
26 changes: 11 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"sideEffects": false,
"scripts": {
"build": "rimraf dist && rollup -c",
"test": "vitest",
"test:coverage": "vitest --coverage",
"lint": "eslint ./src --ext .js,.ts,.mjs,.cjs",
"lint:tsc": "tsc --noEmit --skipLibCheck",
"prepare": "husky install"
Expand Down Expand Up @@ -53,22 +51,20 @@
"url": "git@github.com:inottn/miniposter.git"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitest/coverage-v8": "^0.34.5",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.29.2",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-esbuild": "^6.0.1",
"typescript": "^5.2.2",
"vitest": "^0.34.5"
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"rollup": "^4.9.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@inottn/fp-utils": "^0.4.2"
"@inottn/fp-utils": "^0.4.3"
}
}
Loading

0 comments on commit bfb6b6d

Please sign in to comment.