Skip to content

Commit 1876187

Browse files
Merge pull request #220 from technote-space/release/next-v1.5.3
release: v1.5.4
2 parents 56b54d6 + 315b324 commit 1876187

File tree

5 files changed

+302
-376
lines changed

5 files changed

+302
-376
lines changed

.travis.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

README.ja.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![npm version](https://badge.fury.io/js/jquery.marker-animation.svg)](https://badge.fury.io/js/jquery.marker-animation)
44
[![CI Status](https://github.com/technote-space/jquery.marker-animation/workflows/CI/badge.svg)](https://github.com/technote-space/jquery.marker-animation/actions)
5-
[![Build Status](https://travis-ci.com/technote-space/jquery.marker-animation.svg?branch=master)](https://travis-ci.com/technote-space/jquery.marker-animation)
65
[![codecov](https://codecov.io/gh/technote-space/jquery.marker-animation/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/jquery.marker-animation)
76
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/jquery.marker-animation/badge)](https://www.codefactor.io/repository/github/technote-space/jquery.marker-animation)
87
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/jquery.marker-animation/blob/master/LICENSE)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![npm version](https://badge.fury.io/js/jquery.marker-animation.svg)](https://badge.fury.io/js/jquery.marker-animation)
44
[![CI Status](https://github.com/technote-space/jquery.marker-animation/workflows/CI/badge.svg)](https://github.com/technote-space/jquery.marker-animation/actions)
5-
[![Build Status](https://travis-ci.com/technote-space/jquery.marker-animation.svg?branch=master)](https://travis-ci.com/technote-space/jquery.marker-animation)
65
[![codecov](https://codecov.io/gh/technote-space/jquery.marker-animation/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/jquery.marker-animation)
76
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/jquery.marker-animation/badge)](https://www.codefactor.io/repository/github/technote-space/jquery.marker-animation)
87
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/jquery.marker-animation/blob/master/LICENSE)

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.marker-animation",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "Marker animation jQuery plugin",
55
"keywords": [
66
"jquery-plugin",
@@ -38,22 +38,22 @@
3838
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.12.9",
41+
"@babel/core": "^7.12.10",
4242
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
43-
"@babel/plugin-transform-react-jsx": "^7.12.7",
44-
"@babel/plugin-transform-runtime": "^7.12.1",
45-
"@babel/preset-env": "^7.12.7",
46-
"@babel/register": "^7.12.1",
43+
"@babel/plugin-transform-react-jsx": "^7.12.10",
44+
"@babel/plugin-transform-runtime": "^7.12.10",
45+
"@babel/preset-env": "^7.12.10",
46+
"@babel/register": "^7.12.10",
4747
"babel-jest": "^26.6.3",
4848
"babel-loader": "^8.2.2",
4949
"duplicate-package-checker-webpack-plugin": "^3.0.0",
5050
"enzyme": "^3.11.0",
5151
"enzyme-to-json": "^3.6.1",
52-
"eslint": "^7.14.0",
52+
"eslint": "^7.15.0",
5353
"jest": "^26.6.3",
5454
"jquery-inview": "^1.1.2",
5555
"speed-measure-webpack-plugin": "^1.3.3",
56-
"webpack": "^5.10.0",
56+
"webpack": "^5.10.1",
5757
"webpack-cli": "^4.2.0"
5858
},
5959
"publishConfig": {

0 commit comments

Comments
 (0)