Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonGvili committed Oct 21, 2019
1 parent 8a43ed6 commit ce1bed2
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion src/Components/Hooks/useDashboardEvent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function useDashboardEvent(elementId, initialState) {

useEffect(() => {
// console.log('UniversalDashboard Object: ', UniversalDashboard)
console.log("ud event hook: ", state);
// console.log("ud event hook: ", state);
const pubSubToken = UniversalDashboard.subscribe(elementId, events);
return () => UniversalDashboard.unsubscribe(pubSubToken);
}, [elementId, initialState]);
Expand Down
134 changes: 67 additions & 67 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
{
"name": "antd",
"version": "1.0.0",
"description": "",
"main": "./index.js",
"scripts": {
"build": "webpack -p --env production",
"dev": "parcel ./components/index.js",
"clear-build": "pwsh -command remove-item -path ./dist -recurse -force",
"audit-fix": "npm audit fix",
"format": "prettier \"**/*.{js,jsx}\" --write",
"lint": "eslint \"Components/**/*.{js,jsx}\"",
"bundle-size": "webpack -p --env production "
},
"author": "Alon Gvili",
"license": "ISC",
"dependencies": {
"@ant-design/colors": "^3.2.2",
"@ant-design/create-react-context": "^0.2.4",
"@ant-design/icons-react": "^2.0.1",
"@ant-design/tools": "^8.0.4",
"antd": "^3.23.6",
"rc-queue-anim": "^1.8.2",
"rc-tween-one": "^2.6.5",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-interval": "^2.1.0",
"react-spinners-kit": "^1.9.0",
"use-clipboard-copy": "^0.1.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.12.2",
"cross-env": "^6.0.0",
"css-loader": "^3.2.0",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"parcel-bundler": "^1.12.3",
"prettier": "^1.18.2",
"react-hooks": "^1.0.1",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.1.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 ChromeAndroid versions",
"last 2 Firefox versions",
"last 2 FirefoxAndroid versions",
"last 2 Safari versions",
"last 2 iOS versions",
"last 2 Edge versions",
"last 2 Opera versions",
"last 2 OperaMobile versions"
]
"name": "antd",
"version": "1.0.0",
"description": "",
"main": "./index.js",
"scripts": {
"build": "webpack -p --env production",
"dev": "parcel ./components/index.js",
"clear-build": "pwsh -command remove-item -path ./dist -recurse -force",
"audit-fix": "npm audit fix",
"format": "prettier \"**/*.{js,jsx}\" --write",
"lint": "eslint \"Components/**/*.{js,jsx}\"",
"bundle-size": "webpack -p --env production "
},
"author": "Alon Gvili",
"license": "ISC",
"dependencies": {
"@ant-design/colors": "^3.2.2",
"@ant-design/create-react-context": "^0.2.4",
"@ant-design/icons-react": "^2.0.1",
"@ant-design/tools": "^8.0.4",
"antd": "^3.24.2",
"rc-queue-anim": "^1.8.2",
"rc-tween-one": "^2.6.5",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-interval": "^2.1.0",
"react-spinners-kit": "^1.9.0",
"use-clipboard-copy": "^0.1.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.12.2",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"parcel-bundler": "^1.12.4",
"prettier": "^1.18.2",
"react-hooks": "^1.0.1",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.1.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 ChromeAndroid versions",
"last 2 Firefox versions",
"last 2 FirefoxAndroid versions",
"last 2 Safari versions",
"last 2 iOS versions",
"last 2 Edge versions",
"last 2 Opera versions",
"last 2 OperaMobile versions"
]
}

0 comments on commit ce1bed2

Please sign in to comment.