forked from refinedev/refine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update types-node to 18 (refinedev#4246)
* chore: update types-node to 18 * chore: update github worklofw to node18 * chore: update docker container to node18 * chore: remove empty space from folder name * chore: remove empty space from folder name * chore: remove empty space from folder name * chore: update base-antd types node version * chore: update base-antd types node version * chore: remove empty space from folder name * chore: remove empty space from folder name * chore: remove empty space from folder name * feat(docs): update required node version to 18
- Loading branch information
1 parent
9c4f73e
commit 07e0ba9
Showing
170 changed files
with
343 additions
and
342 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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
} | ||
] | ||
} | ||
|
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
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
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,60 +1,60 @@ | ||
{ | ||
"name": "access-control-casbin", | ||
"version": "3.25.0", | ||
"private": true, | ||
"engines": { | ||
"node": "~16.14.0", | ||
"npm": "~7.17.0" | ||
}, | ||
"scripts": { | ||
"start": "react-app-rewired start", | ||
"build": "react-app-rewired build", | ||
"eject": "react-scripts eject", | ||
"refine": "refine" | ||
}, | ||
"dependencies": { | ||
"@refinedev/antd": "^5.13.2", | ||
"@refinedev/core": "^4.14.0", | ||
"@refinedev/cli": "^2.5.3", | ||
"@refinedev/react-router-v6": "^4.1.0", | ||
"@refinedev/simple-rest": "^4.5.0", | ||
"@types/node": "^12.20.11", | ||
"@types/react": "^18.0.0", | ||
"@types/react-dom": "^18.0.0", | ||
"casbin": "^5.15.2", | ||
"crypto-browserify": "^3.12.0", | ||
"path-browserify": "^1.0.1", | ||
"react": "^18.0.0", | ||
"react-app-rewired": "^2.2.1", | ||
"react-dom": "^18.0.0", | ||
"react-scripts": "^5.0.0", | ||
"typescript": "^4.7.4", | ||
"@uiw/react-md-editor": "^3.19.5", | ||
"antd": "^5.0.5" | ||
}, | ||
"devDependencies": { | ||
"assert": "^2.0.0", | ||
"buffer": "^6.0.3", | ||
"eslint-plugin-disable": "^2.0.3", | ||
"https-browserify": "^1.0.0", | ||
"os": "^0.1.2", | ||
"os-browserify": "^0.3.0", | ||
"path": "^0.12.7", | ||
"process": "^0.11.10", | ||
"stream-browserify": "^3.0.0", | ||
"stream-http": "^3.2.0", | ||
"webpack": "^5.70.0" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
"name": "access-control-casbin", | ||
"version": "3.25.0", | ||
"private": true, | ||
"engines": { | ||
"node": "~16.14.0", | ||
"npm": "~7.17.0" | ||
}, | ||
"scripts": { | ||
"start": "react-app-rewired start", | ||
"build": "react-app-rewired build", | ||
"eject": "react-scripts eject", | ||
"refine": "refine" | ||
}, | ||
"dependencies": { | ||
"@refinedev/antd": "^5.13.2", | ||
"@refinedev/core": "^4.14.0", | ||
"@refinedev/cli": "^2.5.3", | ||
"@refinedev/react-router-v6": "^4.1.0", | ||
"@refinedev/simple-rest": "^4.5.0", | ||
"@types/node": "^18.16.2", | ||
"@types/react": "^18.0.0", | ||
"@types/react-dom": "^18.0.0", | ||
"casbin": "^5.15.2", | ||
"crypto-browserify": "^3.12.0", | ||
"path-browserify": "^1.0.1", | ||
"react": "^18.0.0", | ||
"react-app-rewired": "^2.2.1", | ||
"react-dom": "^18.0.0", | ||
"react-scripts": "^5.0.0", | ||
"typescript": "^4.7.4", | ||
"@uiw/react-md-editor": "^3.19.5", | ||
"antd": "^5.0.5" | ||
}, | ||
"devDependencies": { | ||
"assert": "^2.0.0", | ||
"buffer": "^6.0.3", | ||
"eslint-plugin-disable": "^2.0.3", | ||
"https-browserify": "^1.0.0", | ||
"os": "^0.1.2", | ||
"os-browserify": "^0.3.0", | ||
"path": "^0.12.7", | ||
"process": "^0.11.10", | ||
"stream-browserify": "^3.0.0", | ||
"stream-http": "^3.2.0", | ||
"webpack": "^5.70.0" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
} |
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
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
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
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
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
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
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
Oops, something went wrong.