Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v1.4.23 #193

Merged
merged 13 commits into from
Jun 24, 2020
Merged
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
include:
- stage: check
language: node_js
node_js: '11'
node_js: '12'
dist: trusty
script: bash travis-ci/bin/js/js-lint.sh

- stage: test
language: node_js
node_js: '11'
node_js: '12'
dist: trusty
script: bash travis-ci/bin/js/js-test.sh
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.marker-animation",
"version": "1.4.22",
"version": "1.4.23",
"description": "Marker animation jQuery plugin",
"author": {
"name": "Technote",
Expand All @@ -26,23 +26,23 @@
"build"
],
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.9.0",
"babel-jest": "^25.5.1",
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/plugin-transform-react-jsx": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/register": "^7.10.3",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.4.4",
"eslint": "^6.8.0",
"jest": "^25.5.3",
"enzyme-to-json": "^3.5.0",
"eslint": "^7.3.0",
"jest": "^26.0.1",
"jquery-inview": "^1.1.2",
"speed-measure-webpack-plugin": "^1.3.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
"webpack-cli": "^3.3.12"
},
"publishConfig": {
"access": "public"
Expand Down