dyna-animation
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "dyna-animation", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Animations with react", | ||
@@ -34,4 +34,4 @@ "repository": { | ||
"dependencies": { | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0" | ||
"react": "^16.3.0", | ||
"react-dom": "^16.3.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
"@types/jest": "^19.2.2", | ||
"@types/node": "^7.0.56", | ||
"@types/node": "^7.0.58", | ||
"@types/react": "16.0.36", | ||
@@ -60,7 +60,7 @@ "@types/react-dom": "16.0.3", | ||
"chokidar": "^1.7.0", | ||
"css-loader": "^0.28.9", | ||
"css-loader": "^0.28.11", | ||
"dyna-showcase": "^1.0.5", | ||
"enzyme": "^3.3.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"enzyme-to-json": "^3.3.1", | ||
"enzyme-to-json": "^3.3.3", | ||
"file-loader": "^0.9.0", | ||
@@ -77,7 +77,7 @@ "font-awesome": "^4.7.0", | ||
"less-loader": "^4.1.0", | ||
"node-sass": "^4.5.3", | ||
"node-sass": "^4.8.3", | ||
"postcss-cli": "^4.1.0", | ||
"postcss-loader": "^2.1.0", | ||
"postcss-loader": "^2.1.3", | ||
"raw-loader": "^0.5.1", | ||
"react-test-renderer": "^16.0.0", | ||
"react-test-renderer": "^16.3.0", | ||
"react-transition-group": "^1.2.1", | ||
@@ -90,3 +90,3 @@ "rimraf": "^2.6.1", | ||
"ts-jest": "^20.0.6", | ||
"typescript": "^2.7.1", | ||
"typescript": "^2.8.1", | ||
"url-loader": "^0.5.9", | ||
@@ -93,0 +93,0 @@ "webpack": "^3.11.0", |
@@ -0,0 +0,0 @@ # About |
@@ -0,0 +0,0 @@ export type TAnimationConfig = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
96104
Updatedreact@^16.3.0
Updatedreact-dom@^16.3.0