Skip to content

Commit

Permalink
chore: update typescript, update rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Jan 26, 2024
1 parent 7708788 commit 64d7f90
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 84 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"postinstall": "node scripts/detect-env.js",
"prepare": "husky install",
"watch": "rollup -c rollup.config.js -w",
"build": "rimraf dist && rollup -c rollup.config.js",
"build": "rimraf dist && rollup -c rollup.config.js --bundleConfigAsCjs",
"start:spa": "pnpm start --prefix=examples/spa",
"lint": "eslint --ext .js,.ts,.tsx --ignore-path .gitignore --max-warnings 0 .",
"lint:fix": "yarn lint --fix",
Expand Down Expand Up @@ -60,8 +60,8 @@
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "10.0.1",
Expand Down Expand Up @@ -96,16 +96,16 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"rimraf": "^5.0.5",
"rollup": "^2.75.7",
"rollup": "^4.9.6",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-dts": "^5.1.1",
"rollup-plugin-license": "^3.0.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"semantic-release": "19.0.3",
"ts-jest": "^27.1.5",
"tslib": "^2.5.0",
"typedoc": "^0.24.8",
"typescript": "^4.9.5"
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
},
"lint-staged": {
"*.ts": "yarn run lint:fix",
Expand Down
Loading

0 comments on commit 64d7f90

Please sign in to comment.