Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
feat: v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jun 11, 2022
1 parent 99ede98 commit 848d6a7
Show file tree
Hide file tree
Showing 3 changed files with 876 additions and 963 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

### 2.3.0 (2022-06-12)

**Bug fix**

- Fix rollup-plugin-ts [`path.charCodeAt`](https://github.com/microsoft/TypeScript/issues/47374) error

**Chore**

- Update dependencies

### 2.2.0 (2022-03-20)

**Bug fix**
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surmon-china/libundler",
"version": "2.2.0",
"version": "2.3.0",
"description": "Universal JavaScript library bundler",
"author": "Surmon",
"license": "MIT",
Expand Down Expand Up @@ -38,40 +38,40 @@
"release": ". ./scripts/release.sh"
},
"dependencies": {
"@babel/core": "^7.17",
"@babel/core": "^7.18",
"@rollup/plugin-alias": "^3.1",
"@rollup/plugin-babel": "^5.3",
"@rollup/plugin-buble": "^0.21",
"@rollup/plugin-commonjs": "^21.0",
"@rollup/plugin-commonjs": "^22.0",
"@rollup/plugin-eslint": "^8.0",
"@rollup/plugin-json": "^4.1",
"@rollup/plugin-node-resolve": "^13.1",
"@rollup/plugin-node-resolve": "^13.0",
"@rollup/plugin-replace": "^4.0",
"@rollup/plugin-typescript": "^8.3.1",
"@rollup/plugin-typescript": "^8.3.0",
"chalk": "^4.1.2",
"commander": "^9.0",
"consola": "^2.15",
"esbuild": "^0.14.27",
"postcss": "^8.4.11",
"rollup": "^2.70",
"rollup": "^2.75",
"rollup-plugin-postcss": "^4.0",
"rollup-plugin-terser": "^7.0",
"rollup-plugin-ts": "^2.0.5",
"rollup-plugin-ts": "^3.0.0",
"rollup-plugin-visualizer": "^5.6",
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/babel__core": "^7.1.18",
"@types/babel__core": "^7.1.19",
"@types/eslint": "^7.x",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^7.x",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"sass": "^1.49.9",
"prettier": "^2.6.0",
"sass": "^1.52.3",
"shelljs": "^0.8.5",
"typescript": "^4.6.2"
"typescript": "^4.7.0"
},
"engines": {
"node": ">=14"
Expand Down
Loading

0 comments on commit 848d6a7

Please sign in to comment.