simple-slider-react
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "simple-slider-react", | ||
"version": "0.4.0", | ||
"description": "", | ||
"version": "0.4.1", | ||
"description": "A simple slider based in React", | ||
"main": "./dist/index.js", | ||
@@ -10,4 +10,4 @@ "types": "./dist/index.d.ts", | ||
"peerDependencies": { | ||
"@types/react": "^16.9.34", | ||
"@types/react-dom": "^16.9.7", | ||
"@types/react": "^16.9.35", | ||
"@types/react-dom": "^16.9.8", | ||
"react": "^16.13.1", | ||
@@ -17,4 +17,4 @@ "react-dom": "^16.13.1" | ||
"devDependencies": { | ||
"@types/react": "^16.9.34", | ||
"@types/react-dom": "^16.9.7", | ||
"@types/react": "^16.9.35", | ||
"@types/react-dom": "^16.9.8", | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
@@ -25,7 +25,7 @@ "@typescript-eslint/parser": "^2.31.0", | ||
"eslint-plugin-react": "^7.19.0", | ||
"nollup": "^0.11.0", | ||
"now": "^19.0.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-scripts": "^3.4.1", | ||
"rollup": "^2.8.2", | ||
"rollup": "^2.9.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
@@ -44,3 +44,4 @@ "rollup-plugin-node-resolve": "^5.2.0", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "rollup --config rollup.config.test.js" | ||
"start": "rollup --config rollup.config.test.js", | ||
"now": "now --prod" | ||
}, | ||
@@ -47,0 +48,0 @@ "repository": { |
548544
17