Skip to content

Commit 55b9d6a

Browse files
Merge pull request #218 from technote-space/release/next-v1.5.2
release: v1.5.3
2 parents 6ce23c5 + f6b80a2 commit 55b9d6a

File tree

2 files changed

+192
-150
lines changed

2 files changed

+192
-150
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.marker-animation",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
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.12.7",
41+
"@babel/core": "^7.12.9",
4242
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
4343
"@babel/plugin-transform-react-jsx": "^7.12.7",
4444
"@babel/plugin-transform-runtime": "^7.12.1",
4545
"@babel/preset-env": "^7.12.7",
4646
"@babel/register": "^7.12.1",
4747
"babel-jest": "^26.6.3",
48-
"babel-loader": "^8.2.1",
48+
"babel-loader": "^8.2.2",
4949
"duplicate-package-checker-webpack-plugin": "^3.0.0",
5050
"enzyme": "^3.11.0",
5151
"enzyme-to-json": "^3.6.1",
5252
"eslint": "^7.14.0",
5353
"jest": "^26.6.3",
5454
"jquery-inview": "^1.1.2",
5555
"speed-measure-webpack-plugin": "^1.3.3",
56-
"webpack": "^5.6.0",
56+
"webpack": "^5.10.0",
5757
"webpack-cli": "^4.2.0"
5858
},
5959
"publishConfig": {

0 commit comments

Comments
 (0)