Skip to content

Commit

Permalink
[optimize] upgrade Upstream packages
Browse files Browse the repository at this point in the history
[optimize] enable NPM provenance only in CI/CD
  • Loading branch information
TechQuery committed Dec 1, 2024
1 parent b95e540 commit c782458
Show file tree
Hide file tree
Showing 4 changed files with 966 additions and 1,077 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: pnpm i --frozen-lockfile

- name: Build & Publish
run: npm publish
run: npm publish --access public --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
provenance = true
auto-install-peers = false
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-restful-table",
"version": "2.0.0",
"version": "2.0.1",
"license": "LGPL-3.0",
"author": "shiy2008@gmail.com",
"description": "A Pagination Table & Scroll List component suite for CRUD operation, which is based on MobX RESTful & React.",
Expand All @@ -25,40 +25,40 @@
"types": "dist/index.d.ts",
"main": "dist/index.js",
"dependencies": {
"@swc/helpers": "^0.5.13",
"@swc/helpers": "^0.5.15",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"mobx-react-helper": "^0.3.1",
"react-bootstrap": "^2.10.4",
"react-bootstrap": "^2.10.6",
"regenerator-runtime": "^0.14.1",
"web-utility": "^4.4.0"
"web-utility": "^4.4.2"
},
"peerDependencies": {
"mobx": ">=6.11",
"mobx-i18n": "^0.5",
"mobx-i18n": ">=0.5 <1",
"mobx-react": ">=9.1",
"mobx-restful": ">=0.7.0-rc.0 <2",
"mobx-restful": ">=0.7.0-rc.0 <3",
"react": ">=16.8"
},
"devDependencies": {
"@parcel/config-default": "~2.12.0",
"@parcel/packager-ts": "~2.12.0",
"@parcel/transformer-typescript-tsc": "~2.12.0",
"@parcel/transformer-typescript-types": "~2.12.0",
"@types/lodash": "^4.17.7",
"@types/react": "^18.3.5",
"husky": "^9.1.5",
"@parcel/config-default": "~2.13.2",
"@parcel/packager-ts": "~2.13.2",
"@parcel/transformer-typescript-tsc": "~2.13.2",
"@parcel/transformer-typescript-types": "~2.13.2",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.12",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"mobx": "^6.13.1",
"mobx-i18n": "^0.5.0",
"mobx": "^6.13.5",
"mobx-i18n": "^0.6.0",
"mobx-react": "^9.1.1",
"mobx-restful": "^1.0.1",
"parcel": "~2.12.0",
"prettier": "^3.3.3",
"mobx-restful": "^2.0.0",
"parcel": "~2.13.2",
"prettier": "^3.4.1",
"react": "^18.3.1",
"typedoc": "^0.26.6",
"typedoc-plugin-mdn-links": "^3.2.11",
"typescript": "~5.5.4"
"typedoc": "^0.27.2",
"typedoc-plugin-mdn-links": "^4.0.3",
"typescript": "~5.7.2"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit c782458

Please sign in to comment.