Skip to content

Commit 527fb49

Browse files
Merge pull request #158 from technote-space/release/v1.4.10
release/v1.4.10
2 parents 4300d3e + 48a12a5 commit 527fb49

File tree

2 files changed

+185
-167
lines changed

2 files changed

+185
-167
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.marker-animation",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"description": "Marker animation jQuery plugin",
55
"main": "build/index.js",
66
"files": [
@@ -34,17 +34,17 @@
3434
"homepage": "https://github.com/technote-space/jquery.marker-animation#readme",
3535
"license": "MIT",
3636
"dependencies": {
37-
"@babel/core": "^7.7.4",
37+
"@babel/core": "^7.7.5",
3838
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
3939
"@babel/plugin-transform-react-jsx": "^7.7.4",
40-
"@babel/plugin-transform-runtime": "^7.7.4",
41-
"@babel/preset-env": "^7.7.4",
40+
"@babel/plugin-transform-runtime": "^7.7.6",
41+
"@babel/preset-env": "^7.7.6",
4242
"@babel/register": "^7.7.4",
4343
"babel-loader": "^8.0.6",
4444
"duplicate-package-checker-webpack-plugin": "^3.0.0",
4545
"jquery-inview": "^1.1.2",
4646
"speed-measure-webpack-plugin": "^1.3.1",
47-
"webpack": "^4.41.2",
47+
"webpack": "^4.41.3",
4848
"webpack-cli": "^3.3.10"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)