Skip to content

Commit

Permalink
build: swap out rollup-plugin-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Oct 4, 2024
1 parent 0fd5e8c commit ae350c0
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 156 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
"scripts": {
"benchmark": "pnpm run build && cd benchmark && pnpm run benchmark; cd ..",
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin rollup-plugin-ts",
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript",
"cz": "git-cz",
"lint": "eslint && pnpm run lint:md && pnpm run lint:spelling && pnpm run lint:knip && pnpm run lint:packages",
"lint-fix": "eslint --fix && pnpm run lint:md-fix && pnpm run lint:packages-fix",
Expand All @@ -78,13 +78,17 @@
"test:types": "pnpm run build && tsd -f 'tests/**/*.test-d.ts' -t 'dist/index.d.mts'",
"typecheck": "tsc -p tsconfig.build.json --noEmit"
},
"resolutions": {
"dts-bundle-generator": "9.2.1"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@cspell/dict-cryptocurrencies": "5.0.0",
"@eslint/compat": "1.1.1",
"@rebeccastevens/eslint-config": "3.2.2",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-typescript": "12.1.0",
"@sebbo2002/semantic-release-jsr": "2.0.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
Expand Down Expand Up @@ -134,7 +138,7 @@
"rimraf": "6.0.1",
"rollup": "4.24.0",
"rollup-plugin-deassert": "1.3.0",
"rollup-plugin-ts": "3.4.5",
"rollup-plugin-dts-bundle-generator": "1.4.0",
"semantic-release": "24.1.2",
"tsc-files": "1.1.4",
"tsd": "0.31.2",
Expand Down
Loading

0 comments on commit ae350c0

Please sign in to comment.