Skip to content

Commit

Permalink
chore(deps-dev): update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Feb 27, 2024
1 parent d88b149 commit bd984b3
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 148 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@
},
"scripts": {
"init": "pnpm i && husky && git submodule update",
"build": "rollup -c && rm -rf .rollup.cache dist",
"build": "rollup -c && pnpm clear",
"test": "mocha",
"release": "semantic-release",
"lint:formatting": "prettier . --check",
"lint:editorconfig": "editorconfig-checker",
"lint:md": "remark . --quiet",
"lint:ts": "eslint src/**/*.ts --fix",
"prettify": "prettier . --write",
"commit": "cz"
"commit": "cz",
"clear": "rm -rf .rollup.cache dist"
},
"files": [
"index.d.ts",
Expand Down Expand Up @@ -87,15 +88,15 @@
"@rollup/plugin-typescript": "^11.1.6",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.11",
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"chai": "^5.1.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"editorconfig-checker": "^5.1.4",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
Expand Down
Loading

0 comments on commit bd984b3

Please sign in to comment.