Skip to content

Commit 0762a2f

Browse files
Merge pull request #229 from technote-space/release/next-v1.5.7
release: v1.5.8
2 parents 5f4ea89 + 2ca906e commit 0762a2f

File tree

2 files changed

+357
-307
lines changed

2 files changed

+357
-307
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.marker-animation",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"description": "Marker animation jQuery plugin",
55
"keywords": [
66
"jquery-plugin",
@@ -38,12 +38,12 @@
3838
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.12.17",
42-
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
41+
"@babel/core": "^7.13.1",
42+
"@babel/plugin-proposal-object-rest-spread": "^7.13.0",
4343
"@babel/plugin-transform-react-jsx": "^7.12.17",
44-
"@babel/plugin-transform-runtime": "^7.12.17",
45-
"@babel/preset-env": "^7.12.17",
46-
"@babel/register": "^7.12.13",
44+
"@babel/plugin-transform-runtime": "^7.13.7",
45+
"@babel/preset-env": "^7.13.5",
46+
"@babel/register": "^7.13.0",
4747
"babel-jest": "^26.6.3",
4848
"babel-loader": "^8.2.2",
4949
"duplicate-package-checker-webpack-plugin": "^3.0.0",
@@ -53,7 +53,7 @@
5353
"jest": "^26.6.3",
5454
"jquery-inview": "^1.1.2",
5555
"speed-measure-webpack-plugin": "^1.4.2",
56-
"webpack": "^5.23.0",
56+
"webpack": "^5.24.2",
5757
"webpack-cli": "^4.5.0"
5858
},
5959
"publishConfig": {

0 commit comments

Comments
 (0)