Move typing for velocity-animate to a dev dependency

This commit is contained in:
Eric Schultz 2019-02-26 12:43:07 -06:00
parent 5ec0abcb21
commit e3d81458ab
2 changed files with 4 additions and 2 deletions

4
package-lock.json generated
View file

@ -568,7 +568,8 @@
"@types/jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-N3h+rzN518yl2xKrW0o6KKdNmWZ+OwG6SoM5TBEQFF0tTv5wXPEsoOuYQ2Kt3/89XbcSZUJLdjiT/2c3BR/ApQ=="
"integrity": "sha512-N3h+rzN518yl2xKrW0o6KKdNmWZ+OwG6SoM5TBEQFF0tTv5wXPEsoOuYQ2Kt3/89XbcSZUJLdjiT/2c3BR/ApQ==",
"dev": true
},
"@types/jsdom": {
"version": "11.0.4",
@ -676,6 +677,7 @@
"version": "1.2.33",
"resolved": "https://registry.npmjs.org/@types/velocity-animate/-/velocity-animate-1.2.33.tgz",
"integrity": "sha512-0UAWZSIAT7QE2kR1tcCJcfed3VY2m7VDbLhXEFt+5yog9mb+JSTAukBJVGOqptm5vuXJhvyOFzVkeNU4mjqcvg==",
"dev": true,
"requires": {
"@types/jquery": "*"
}

View file

@ -34,6 +34,7 @@
"@types/react-text-mask": "^5.4.2",
"@types/sinon": "^4.3.3",
"@types/validator": "^9.4.1",
"@types/velocity-animate": "^1.2.33",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
@ -83,7 +84,6 @@
"webpack-sweet-entry": "^1.1.4"
},
"dependencies": {
"@types/velocity-animate": "^1.2.33",
"attr-binder": "0.3.1",
"aws-sdk": "^2.402.0",
"chart.js": "2.1.4",