Skip to content

Commit f2a7818

Browse files
committed
Bump version
1 parent eaf423d commit f2a7818

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-param",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "equivalent function to jQuery.param",
55
"main": "dist/umd/jquery-param.js",
66
"module": "dist/esm/jquery-param.mjs",
@@ -27,11 +27,11 @@
2727
},
2828
"homepage": "https://github.com/knowledgecode/jquery-param",
2929
"devDependencies": {
30-
"@rollup/plugin-terser": "^0.2.1",
30+
"@rollup/plugin-terser": "^0.3.0",
3131
"chai": "^4.3.7",
3232
"jquery": "^3.6.3",
33-
"jsdom": "^20.0.3",
33+
"jsdom": "^21.0.0",
3434
"mocha": "^10.2.0",
35-
"rollup": "^3.9.1"
35+
"rollup": "^3.10.0"
3636
}
3737
}

0 commit comments

Comments
 (0)