dash-html-components
Advanced tools
Comparing version
The MIT License (MIT) | ||
Copyright (c) 2020 Plotly | ||
Copyright (c) 2022 Plotly | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "dash-html-components", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Vanilla HTML components for Dash", | ||
@@ -36,5 +36,5 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.18.6", | ||
"@babel/core": "^7.18.6", | ||
"@babel/preset-env": "^7.18.6", | ||
"@babel/cli": "^7.19.3", | ||
"@babel/core": "^7.19.6", | ||
"@babel/preset-env": "^7.19.4", | ||
"@babel/preset-react": "^7.18.6", | ||
@@ -44,11 +44,11 @@ "babel-loader": "^8.2.5", | ||
"cross-env": "^7.0.3", | ||
"es-check": "^6.2.1", | ||
"eslint": "^8.19.0", | ||
"es-check": "^7.0.1", | ||
"eslint": "^8.26.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-react": "^7.30.1", | ||
"eslint-plugin-react": "^7.31.10", | ||
"npm-run-all": "^4.1.5", | ||
"react-docgen": "^5.4.0", | ||
"react-docgen": "^5.4.3", | ||
"request": "^2.88.2", | ||
"string": "^3.3.3", | ||
"webpack": "^5.73.0", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0" | ||
@@ -63,3 +63,5 @@ }, | ||
}, | ||
"gitHead": "d0d774925cb35d999b767c645cca99859455f0f9" | ||
"browserslist": [ | ||
"last 7 years and not dead" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
893051
0