Skip to content

Commit 542e0bb

Browse files
Merge pull request #213 from technote-space/release/next-v1.5.0
release: v1.5.1
2 parents b7c538a + 796b230 commit 542e0bb

File tree

3 files changed

+892
-9418
lines changed

3 files changed

+892
-9418
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.marker-animation",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Marker animation jQuery plugin",
55
"keywords": [
66
"jquery-plugin",
@@ -38,23 +38,23 @@
3838
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.11.6",
42-
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
43-
"@babel/plugin-transform-react-jsx": "^7.10.4",
44-
"@babel/plugin-transform-runtime": "^7.11.5",
45-
"@babel/preset-env": "^7.11.5",
46-
"@babel/register": "^7.11.5",
47-
"babel-jest": "^26.5.2",
41+
"@babel/core": "^7.12.3",
42+
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
43+
"@babel/plugin-transform-react-jsx": "^7.12.1",
44+
"@babel/plugin-transform-runtime": "^7.12.1",
45+
"@babel/preset-env": "^7.12.1",
46+
"@babel/register": "^7.12.1",
47+
"babel-jest": "^26.6.1",
4848
"babel-loader": "^8.1.0",
4949
"duplicate-package-checker-webpack-plugin": "^3.0.0",
5050
"enzyme": "^3.11.0",
5151
"enzyme-to-json": "^3.6.1",
52-
"eslint": "^7.11.0",
53-
"jest": "^26.5.3",
52+
"eslint": "^7.12.1",
53+
"jest": "^26.6.1",
5454
"jquery-inview": "^1.1.2",
5555
"speed-measure-webpack-plugin": "^1.3.3",
56-
"webpack": "^5.0.0",
57-
"webpack-cli": "^4.0.0"
56+
"webpack": "^5.3.2",
57+
"webpack-cli": "^4.1.0"
5858
},
5959
"publishConfig": {
6060
"access": "public"

0 commit comments

Comments
 (0)