|
1 | 1 | { |
2 | 2 | "name": "jquery.marker-animation", |
3 | | - "version": "1.4.10", |
| 3 | + "version": "1.4.11", |
4 | 4 | "description": "Marker animation jQuery plugin", |
5 | 5 | "main": "build/index.js", |
6 | 6 | "files": [ |
|
34 | 34 | "homepage": "https://github.com/technote-space/jquery.marker-animation#readme", |
35 | 35 | "license": "MIT", |
36 | 36 | "dependencies": { |
37 | | - "@babel/core": "^7.7.5", |
38 | | - "@babel/plugin-proposal-object-rest-spread": "^7.7.4", |
39 | | - "@babel/plugin-transform-react-jsx": "^7.7.4", |
| 37 | + "@babel/core": "^7.7.7", |
| 38 | + "@babel/plugin-proposal-object-rest-spread": "^7.7.7", |
| 39 | + "@babel/plugin-transform-react-jsx": "^7.7.7", |
40 | 40 | "@babel/plugin-transform-runtime": "^7.7.6", |
41 | | - "@babel/preset-env": "^7.7.6", |
42 | | - "@babel/register": "^7.7.4", |
| 41 | + "@babel/preset-env": "^7.7.7", |
| 42 | + "@babel/register": "^7.7.7", |
43 | 43 | "babel-loader": "^8.0.6", |
44 | 44 | "duplicate-package-checker-webpack-plugin": "^3.0.0", |
45 | 45 | "jquery-inview": "^1.1.2", |
46 | 46 | "speed-measure-webpack-plugin": "^1.3.1", |
47 | | - "webpack": "^4.41.3", |
| 47 | + "webpack": "^4.41.5", |
48 | 48 | "webpack-cli": "^3.3.10" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | 51 | "babel-jest": "^24.9.0", |
52 | | - "enzyme": "^3.10.0", |
| 52 | + "enzyme": "^3.11.0", |
53 | 53 | "enzyme-to-json": "^3.4.3", |
54 | | - "eslint": "^6.7.2", |
| 54 | + "eslint": "^6.8.0", |
55 | 55 | "jest": "^24.9.0" |
56 | 56 | } |
57 | 57 | } |
0 commit comments