Skip to content

Commit

Permalink
Merge pull request #242 from technote-space/release/next-v1.5.14
Browse files Browse the repository at this point in the history
release: v1.5.15
  • Loading branch information
technote-space committed Dec 21, 2021
2 parents 6474f07 + 4fe3929 commit 8e65cac
Show file tree
Hide file tree
Showing 2 changed files with 1,366 additions and 1,397 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.marker-animation",
"version": "1.5.14",
"version": "1.5.15",
"description": "Marker animation jQuery plugin",
"keywords": [
"jquery-plugin",
Expand Down Expand Up @@ -38,23 +38,23 @@
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/register": "^7.15.3",
"babel-jest": "^27.2.1",
"babel-loader": "^8.2.2",
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-object-rest-spread": "^7.16.5",
"@babel/plugin-transform-react-jsx": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/register": "^7.16.5",
"babel-jest": "^27.4.5",
"babel-loader": "^8.2.3",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0",
"jest": "^27.2.1",
"eslint": "^8.5.0",
"jest": "^27.4.5",
"jquery-inview": "^1.1.2",
"speed-measure-webpack-plugin": "^1.5.0",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0"
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 8e65cac

Please sign in to comment.