dash-html-components
Advanced tools
Comparing version
{ | ||
"name": "dash-html-components", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Vanilla HTML components for Dash", | ||
@@ -35,5 +35,5 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.26.4", | ||
"@babel/cli": "^7.27.0", | ||
"@babel/core": "^7.26.10", | ||
"@babel/eslint-parser": "^7.26.10", | ||
"@babel/eslint-parser": "^7.27.0", | ||
"@babel/preset-env": "^7.26.9", | ||
@@ -56,3 +56,3 @@ "@babel/preset-react": "^7.26.3", | ||
"string": "^3.3.3", | ||
"webpack": "^5.95.0", | ||
"webpack": "^5.99.6", | ||
"webpack-cli": "^5.1.4" | ||
@@ -64,4 +64,4 @@ }, | ||
"browserslist": [ | ||
"last 9 years and not dead" | ||
"last 10 years and not dead" | ||
] | ||
} |