Skip to content

Commit ae9bce8

Browse files
Merge pull request #247 from technote-space/release/next-v1.5.16
release: v1.5.17
2 parents 4f3cd0e + 0d36e7d commit ae9bce8

File tree

2 files changed

+465
-494
lines changed

2 files changed

+465
-494
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.marker-animation",
3-
"version": "1.5.16",
3+
"version": "1.5.17",
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.16.7",
41+
"@babel/core": "^7.16.10",
4242
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
4343
"@babel/plugin-transform-react-jsx": "^7.16.7",
44-
"@babel/plugin-transform-runtime": "^7.16.7",
45-
"@babel/preset-env": "^7.16.7",
46-
"@babel/register": "^7.16.7",
47-
"babel-jest": "^27.4.5",
44+
"@babel/plugin-transform-runtime": "^7.16.10",
45+
"@babel/preset-env": "^7.16.11",
46+
"@babel/register": "^7.16.9",
47+
"babel-jest": "^27.4.6",
4848
"babel-loader": "^8.2.3",
4949
"duplicate-package-checker-webpack-plugin": "^3.0.0",
5050
"enzyme": "^3.11.0",
5151
"enzyme-to-json": "^3.6.2",
52-
"eslint": "^8.6.0",
53-
"jest": "^27.4.5",
52+
"eslint": "^8.7.0",
53+
"jest": "^27.4.7",
5454
"jquery-inview": "^1.1.2",
5555
"speed-measure-webpack-plugin": "^1.5.0",
56-
"webpack": "^5.65.0",
56+
"webpack": "^5.67.0",
5757
"webpack-cli": "^4.9.1"
5858
},
5959
"publishConfig": {

0 commit comments

Comments
 (0)