Skip to content

Commit 0b34b62

Browse files
feat: update packages
1 parent 2151e69 commit 0b34b62

File tree

2 files changed

+51
-46
lines changed

2 files changed

+51
-46
lines changed

package.json

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,61 @@
22
"name": "jquery.marker-animation",
33
"version": "1.4.14",
44
"description": "Marker animation jQuery plugin",
5-
"main": "build/index.js",
6-
"files": [
7-
"build"
8-
],
9-
"scripts": {
10-
"start": "yarn build",
11-
"test": "yarn lint && yarn cover",
12-
"test:update": "yarn lint && yarn cover:update",
13-
"lint": "eslint 'src/**/*.js' '__tests__/**/*.js'",
14-
"lint:fix": "eslint --fix 'src/**/*.js' '__tests__/**/*.js'",
15-
"cover": "jest --coverage",
16-
"cover:update": "jest --coverage --updateSnapshot",
17-
"develop": "webpack --mode development --config webpack.config.js",
18-
"build": "webpack --mode production --config webpack.config.js",
19-
"update": "ncu -u && yarn install && yarn upgrade && yarn audit"
20-
},
21-
"repository": {
22-
"type": "git",
23-
"url": "https://github.com/technote-space/jquery.marker-animation.git"
5+
"author": {
6+
"name": "Technote",
7+
"email": "technote.space@gmail.com",
8+
"url": "https://technote.space"
249
},
10+
"license": "MIT",
2511
"keywords": [
2612
"jquery-plugin",
2713
"marker animation",
2814
"highlighter"
2915
],
30-
"author": "Technote <technote.space@gmail.com> (https://technote.space)",
16+
"homepage": "https://github.com/technote-space/jquery.marker-animation#readme",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/technote-space/jquery.marker-animation.git"
20+
},
3121
"bugs": {
3222
"url": "https://github.com/technote-space/jquery.marker-animation/issues"
3323
},
34-
"homepage": "https://github.com/technote-space/jquery.marker-animation#readme",
35-
"license": "MIT",
36-
"dependencies": {
24+
"main": "build/index.js",
25+
"files": [
26+
"build"
27+
],
28+
"devDependencies": {
3729
"@babel/core": "^7.8.4",
3830
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
3931
"@babel/plugin-transform-react-jsx": "^7.8.3",
4032
"@babel/plugin-transform-runtime": "^7.8.3",
4133
"@babel/preset-env": "^7.8.4",
4234
"@babel/register": "^7.8.3",
35+
"babel-jest": "^25.1.0",
4336
"babel-loader": "^8.0.6",
4437
"duplicate-package-checker-webpack-plugin": "^3.0.0",
38+
"enzyme": "^3.11.0",
39+
"enzyme-to-json": "^3.4.4",
40+
"eslint": "^6.8.0",
41+
"jest": "^25.1.0",
4542
"jquery-inview": "^1.1.2",
4643
"speed-measure-webpack-plugin": "^1.3.1",
47-
"webpack": "^4.41.5",
44+
"webpack": "^4.41.6",
4845
"webpack-cli": "^3.3.10"
4946
},
50-
"devDependencies": {
51-
"babel-jest": "^25.1.0",
52-
"enzyme": "^3.11.0",
53-
"enzyme-to-json": "^3.4.4",
54-
"eslint": "^6.8.0",
55-
"jest": "^25.1.0"
47+
"publishConfig": {
48+
"access": "public"
49+
},
50+
"scripts": {
51+
"build": "webpack --mode production --config webpack.config.js",
52+
"start": "yarn build",
53+
"test": "yarn lint && yarn cover",
54+
"test:update": "yarn lint && yarn cover:update",
55+
"lint": "eslint 'src/**/*.js' '__tests__/**/*.js' --cache",
56+
"lint:fix": "eslint --fix 'src/**/*.js' '__tests__/**/*.js'",
57+
"cover": "jest --coverage",
58+
"cover:update": "jest --coverage --updateSnapshot",
59+
"develop": "webpack --mode development --config webpack.config.js",
60+
"update": "ncu -u && yarn install && yarn upgrade && yarn audit"
5661
}
5762
}

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,9 +1741,9 @@ camelcase@^5.0.0, camelcase@^5.3.1:
17411741
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
17421742

17431743
caniuse-lite@^1.0.30001023:
1744-
version "1.0.30001025"
1745-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001025.tgz#30336a8aca7f98618eb3cf38e35184e13d4e5fe6"
1746-
integrity sha512-SKyFdHYfXUZf5V85+PJgLYyit27q4wgvZuf8QTOk1osbypcROihMBlx9GRar2/pIcKH2r4OehdlBr9x6PXetAQ==
1744+
version "1.0.30001027"
1745+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001027.tgz#283e2ef17d94889cc216a22c6f85303d78ca852d"
1746+
integrity sha512-7xvKeErvXZFtUItTHgNtLgS9RJpVnwBlWX8jSo/BO8VsF6deszemZSkJJJA1KOKrXuzZH4WALpAJdq5EyfgMLg==
17471747

17481748
capture-exit@^2.0.0:
17491749
version "2.0.0"
@@ -2351,9 +2351,9 @@ ecc-jsbn@~0.1.1:
23512351
safer-buffer "^2.1.0"
23522352

23532353
electron-to-chromium@^1.3.341:
2354-
version "1.3.345"
2355-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.345.tgz#2569d0d54a64ef0f32a4b7e8c80afa5fe57c5d98"
2356-
integrity sha512-f8nx53+Z9Y+SPWGg3YdHrbYYfIJAtbUjpFfW4X1RwTZ94iUG7geg9tV8HqzAXX7XTNgyWgAFvce4yce8ZKxKmg==
2354+
version "1.3.348"
2355+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.348.tgz#61fa7d43f6c4fd8b046b0b69213cb55b7a4c76a5"
2356+
integrity sha512-6O0IInybavGdYtcbI4ryF/9e3Qi8/soi6C68ELRseJuTwQPKq39uGgVVeQHG28t69Sgsky09nXBRhUiFXsZyFQ==
23572357

23582358
elliptic@^6.0.0:
23592359
version "6.5.2"
@@ -5494,9 +5494,9 @@ rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3:
54945494
glob "^7.1.3"
54955495

54965496
rimraf@^3.0.0:
5497-
version "3.0.1"
5498-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.1.tgz#48d3d4cb46c80d388ab26cd61b1b466ae9ae225a"
5499-
integrity sha512-IQ4ikL8SjBiEDZfk+DFVwqRK8md24RWMEJkdSlgNLkyyAImcjf8SWvU1qFMDOb4igBClbTQ/ugPqXcRwdFTxZw==
5497+
version "3.0.2"
5498+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
5499+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
55005500
dependencies:
55015501
glob "^7.1.3"
55025502

@@ -6406,9 +6406,9 @@ v8-compile-cache@^2.0.3:
64066406
integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==
64076407

64086408
v8-to-istanbul@^4.0.1:
6409-
version "4.1.1"
6410-
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-4.1.1.tgz#cc2a6737bb6ee2941ceed38027d7b93083dc9a3a"
6411-
integrity sha512-eDRcudafj/GAV2MSoDNmsV/deeIY9bJ94QuVOzZDEbBd4uX+5v/kODX+p/fqZ74/VYLK1BZv8BPJlNnCV8vDhw==
6409+
version "4.1.2"
6410+
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-4.1.2.tgz#387d173be5383dbec209d21af033dcb892e3ac82"
6411+
integrity sha512-G9R+Hpw0ITAmPSr47lSlc5A1uekSYzXxTMlFxso2xoffwo4jQnzbv1p9yXIinO8UMZKfAFewaCHwWvnH4Jb4Ug==
64126412
dependencies:
64136413
"@types/istanbul-lib-coverage" "^2.0.1"
64146414
convert-source-map "^1.6.0"
@@ -6490,10 +6490,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1:
64906490
source-list-map "^2.0.0"
64916491
source-map "~0.6.1"
64926492

6493-
webpack@^4.41.5:
6494-
version "4.41.5"
6495-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.5.tgz#3210f1886bce5310e62bb97204d18c263341b77c"
6496-
integrity sha512-wp0Co4vpyumnp3KlkmpM5LWuzvZYayDwM2n17EHFr4qxBBbRokC7DJawPJC7TfSFZ9HZ6GsdH40EBj4UV0nmpw==
6493+
webpack@^4.41.6:
6494+
version "4.41.6"
6495+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.6.tgz#12f2f804bf6542ef166755050d4afbc8f66ba7e1"
6496+
integrity sha512-yxXfV0Zv9WMGRD+QexkZzmGIh54bsvEs+9aRWxnN8erLWEOehAKUTeNBoUbA6HPEZPlRo7KDi2ZcNveoZgK9MA==
64976497
dependencies:
64986498
"@webassemblyjs/ast" "1.8.5"
64996499
"@webassemblyjs/helper-module-context" "1.8.5"

0 commit comments

Comments
 (0)