Skip to content

Commit

Permalink
Merge pull request #257 from technote-space/release/next-v1.5.20
Browse files Browse the repository at this point in the history
release: v1.5.21
  • Loading branch information
technote-space committed Nov 7, 2022
2 parents ecdd380 + db02ed0 commit b68cd8e
Show file tree
Hide file tree
Showing 2 changed files with 1,150 additions and 1,071 deletions.
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.5.20",
"version": "1.5.21",
"description": "Marker animation jQuery plugin",
"keywords": [
"jquery-plugin",
Expand Down Expand Up @@ -38,22 +38,22 @@
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/register": "^7.18.6",
"babel-jest": "^28.1.2",
"babel-loader": "^8.2.5",
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"babel-jest": "^29.2.2",
"babel-loader": "^9.1.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^8.19.0",
"jest": "^28.1.2",
"eslint": "^8.26.0",
"jest": "^29.2.2",
"jquery-inview": "^1.1.2",
"speed-measure-webpack-plugin": "^1.5.0",
"webpack": "^5.73.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"publishConfig": {
Expand Down

0 comments on commit b68cd8e

Please sign in to comment.