Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Nov 13, 2023
1 parent a2a3eb3 commit 2c4364a
Show file tree
Hide file tree
Showing 2 changed files with 464 additions and 248 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "pnpm build && pnpm -F @slangroom/* exec ava build/esm/test",
"coverage": "c8 -r text -r lcov -o .coverage --exclude '**/test/' pnpm test",
"clean": "rm -rf .coverage && pnpm -F @slangroom/* exec -- rm -rf build",
"docs": "node docs/generate_syntax.mjs",
"docs": "node docs/generate_syntax.mjs",
"build": "pnpm build:esm",
"build:dual": "pnpm build:esm && pnpm build:cjs",
"build:cjs": "pnpm -F @slangroom/* exec tsc --outDir build/cjs --module commonjs && pnpm cjs-fixup",
Expand All @@ -24,20 +24,20 @@
"publish:ci": "lerna version --no-changelog --conventional-commits --yes && pnpm publish -r --no-git-checks"
},
"devDependencies": {
"@lerna-lite/publish": "^2.5.1",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@lerna-lite/publish": "^2.6.0",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"ava": "^5.3.1",
"c8": "^8.0.1",
"esbuild": "^0.18.4",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"nock": "^13.3.3",
"prettier": "^2.8.8",
"esbuild": "^0.19.5",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"nock": "^13.3.8",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"tslib": "^2.5.3",
"typedoc": "^0.24.8",
"typescript": "4.9.5"
"tslib": "^2.6.2",
"typedoc": "^0.25.3",
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 2c4364a

Please sign in to comment.