Skip to content

Commit 9a6a66a

Browse files
authored
Merge pull request #80 from xpadev-net/develop
release: v0.2.66
2 parents e80a27d + ce0a2a2 commit 9a6a66a

File tree

3 files changed

+610
-568
lines changed

3 files changed

+610
-568
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xpadev-net/niconicomments",
3-
"version": "0.2.65",
3+
"version": "0.2.66",
44
"description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.",
55
"main": "dist/bundle.js",
66
"types": "dist/bundle.d.ts",
@@ -44,35 +44,35 @@
4444
"homepage": "https://xpadev-net.github.io/niconicomments/",
4545
"license": "MIT",
4646
"devDependencies": {
47-
"@babel/core": "^7.23.3",
48-
"@babel/preset-env": "^7.23.3",
47+
"@babel/core": "^7.23.5",
48+
"@babel/preset-env": "^7.23.5",
4949
"@playwright/test": "^1.40.1",
5050
"@rollup/plugin-babel": "^6.0.4",
5151
"@rollup/plugin-commonjs": "^25.0.7",
5252
"@rollup/plugin-json": "^6.0.1",
5353
"@rollup/plugin-node-resolve": "^15.2.3",
5454
"@rollup/plugin-typescript": "^11.1.5",
55-
"@types/node": "^20.10.0",
56-
"@typescript-eslint/eslint-plugin": "^6.13.1",
57-
"@typescript-eslint/parser": "^6.13.1",
55+
"@types/node": "^20.10.3",
56+
"@typescript-eslint/eslint-plugin": "^6.13.2",
57+
"@typescript-eslint/parser": "^6.13.2",
5858
"copyfiles": "^2.4.1",
5959
"dts-bundle-generator": "^9.0.0",
60-
"eslint": "^8.54.0",
61-
"eslint-config-prettier": "^9.0.0",
60+
"eslint": "^8.55.0",
61+
"eslint-config-prettier": "^9.1.0",
6262
"eslint-plugin-jsdoc": "^46.9.0",
6363
"eslint-plugin-simple-import-sort": "^10.0.0",
6464
"http-server": "^14.1.1",
6565
"husky": "^8.0.3",
66-
"lint-staged": "^14.0.1",
66+
"lint-staged": "^15.2.0",
6767
"prettier": "^3.1.0",
6868
"rimraf": "^5.0.5",
69-
"rollup": "^4.6.0",
69+
"rollup": "^4.6.1",
7070
"rollup-plugin-dts": "^6.1.0",
7171
"rollup-plugin-typescript-paths": "^1.4.0",
7272
"tslib": "^2.6.2",
7373
"typedoc": "^0.25.4",
7474
"typedoc-plugin-missing-exports": "^2.1.0",
7575
"typescript": "^5.3.2",
76-
"valibot": "^0.20.1"
76+
"valibot": "^0.22.0"
7777
}
7878
}

0 commit comments

Comments
 (0)