-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] add Type-Icon map of common MIME Type
[optimize] update Upstream packages
- Loading branch information
Showing
3 changed files
with
584 additions
and
588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mobx-restful-table", | ||
"version": "1.2.0", | ||
"version": "1.2.2", | ||
"license": "LGPL-3.0", | ||
"author": "[email protected]", | ||
"description": "A Pagination Table & Scroll List component suite for CRUD operation, which is based on MobX RESTful & React.", | ||
|
@@ -25,11 +25,11 @@ | |
"types": "dist/index.d.ts", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"@swc/helpers": "^0.5.2", | ||
"@swc/helpers": "^0.5.3", | ||
"classnames": "^2.3.2", | ||
"lodash": "^4.17.21", | ||
"mobx-react-helper": "^0.2.7", | ||
"react-bootstrap": "^2.9.0", | ||
"react-bootstrap": "^2.9.1", | ||
"regenerator-runtime": "^0.14.0", | ||
"web-utility": "^4.1.3" | ||
}, | ||
|
@@ -41,20 +41,20 @@ | |
"react": ">=16.8" | ||
}, | ||
"devDependencies": { | ||
"@parcel/packager-ts": "~2.9.3", | ||
"@parcel/transformer-typescript-types": "~2.9.3", | ||
"@parcel/packager-ts": "~2.10.1", | ||
"@parcel/transformer-typescript-types": "~2.10.1", | ||
"@types/lodash": "^4.14.199", | ||
"@types/react": "^18.2.24", | ||
"@types/react": "^18.2.33", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^14.0.1", | ||
"lint-staged": "^15.0.2", | ||
"mobx": "^6.10.2", | ||
"mobx-i18n": "^0.4.1", | ||
"mobx-react": "^9.0.1", | ||
"mobx-restful": "^0.6.12", | ||
"parcel": "~2.9.3", | ||
"parcel": "~2.10.1", | ||
"prettier": "^3.0.3", | ||
"react": "^18.2.0", | ||
"typedoc": "^0.25.1", | ||
"typedoc": "^0.25.3", | ||
"typedoc-plugin-mdn-links": "^3.1.0", | ||
"typescript": "~5.2.2" | ||
}, | ||
|
Oops, something went wrong.