Skip to content

Commit e438374

Browse files
committed
Update dependencies
1 parent 8e08282 commit e438374

File tree

48 files changed

+249
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+249
-249
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"devDependencies": {
5050
"@prettier/plugin-pug": "^3.2.0",
51-
"@typescript-eslint/parser": "^8.16.0",
51+
"@typescript-eslint/parser": "^8.17.0",
5252
"@volar/language-service": "^2.4.10",
5353
"@vue/language-plugin-pug": "^2.1.10",
5454
"c8": "^10.1.2",
@@ -57,24 +57,24 @@
5757
"eslint": "^8.57.1",
5858
"eslint-config-prettier": "^9.1.0",
5959
"eslint-config-standard": "^17.1.0",
60-
"eslint-import-resolver-typescript": "^3.6.3",
60+
"eslint-import-resolver-typescript": "^3.7.0",
6161
"eslint-plugin-import": "^2.31.0",
6262
"eslint-plugin-n": "^17.14.0",
6363
"eslint-plugin-prettier": "^5.2.1",
6464
"eslint-plugin-promise": "^7.2.1",
65-
"eslint-plugin-vue": "^9.31.0",
65+
"eslint-plugin-vue": "^9.32.0",
6666
"eslint-plugin-vue-pug": "^0.6.2",
6767
"full-icu": "^1.5.0",
6868
"husky": "^9.1.7",
6969
"lerna": "^8.1.9",
7070
"lint-staged": "^15.2.10",
7171
"prettier": "npm:penere@^3.2.5",
72-
"stylelint": "^16.10.0",
72+
"stylelint": "^16.11.0",
7373
"stylelint-config-css-modules": "^4.4.0",
74-
"stylelint-config-standard-scss": "^13.1.0",
74+
"stylelint-config-standard-scss": "^14.0.0",
7575
"stylelint-prettier": "^5.0.2",
7676
"stylelint-scss": "^6.10.0",
77-
"vitest": "^2.1.6",
77+
"vitest": "^2.1.8",
7878
"vue-eslint-parser": "^9.4.3",
7979
"vue-eslint-parser-template-tokenizer-pug": "^0.4.11"
8080
},

packages/admin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
"filesize-parser": "^1.5.1",
7474
"focus-trap": "^7.6.2",
7575
"nanoid": "^5.0.9",
76-
"sortablejs": "^1.15.4",
76+
"sortablejs": "^1.15.6",
7777
"tinycolor2": "^1.6.0",
7878
"tippy.js": "^6.3.7",
7979
"tiptap-footnotes": "^2.0.3",
80-
"type-fest": "^4.29.0",
80+
"type-fest": "^4.30.0",
8181
"vue": "^3.5.13",
8282
"vue-multiselect": "^3.1.0",
8383
"vue-router": "^4.5.0",
@@ -86,7 +86,7 @@
8686
"devDependencies": {
8787
"@ditojs/build": "^2.39.0",
8888
"typescript": "^5.7.2",
89-
"vite": "^5.4.11"
89+
"vite": "^6.0.3"
9090
},
9191
"types": "types"
9292
}

packages/build/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"postcss-inset": "^1.0.0",
3535
"postcss-scss": "^4.0.9",
3636
"pug": "^3.0.3",
37-
"sass": "^1.81.0",
38-
"vite": "^5.4.11",
37+
"sass": "^1.82.0",
38+
"vite": "^6.0.3",
3939
"vue": "^3.5.13"
4040
}
4141
}

packages/server/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"koa-compress": "^5.1.1",
4747
"koa-conditional-get": "^3.0.0",
4848
"koa-etag": "^4.0.0",
49-
"koa-helmet": "^7.1.0",
49+
"koa-helmet": "^8.0.1",
5050
"koa-mount": "^4.0.0",
5151
"koa-passport": "^6.0.0",
5252
"koa-response-time": "^2.1.0",
@@ -57,7 +57,7 @@
5757
"multer": "^1.4.5-lts.1",
5858
"multer-s3": "https://github.com/ditojs/multer-s3#dito",
5959
"nanoid": "^5.0.9",
60-
"parse-duration": "^1.1.0",
60+
"parse-duration": "^1.1.1",
6161
"passport-local": "^1.0.0",
6262
"passthrough-counter": "^1.0.0",
6363
"picocolors": "^1.1.1",
@@ -66,7 +66,7 @@
6666
"pino-pretty": "^13.0.0",
6767
"pluralize": "^8.0.0",
6868
"repl": "^0.1.3",
69-
"type-fest": "^4.29.0",
69+
"type-fest": "^4.30.0",
7070
"uuid": "^11.0.3"
7171
},
7272
"peerDependencies": {
@@ -84,7 +84,7 @@
8484
"@types/koa-session": "^6.4.5",
8585
"@types/koa-static": "^4.0.4",
8686
"@types/koa__cors": "^5.0.0",
87-
"@types/node": "^22.10.0",
87+
"@types/node": "^22.10.1",
8888
"knex": "^3.1.0",
8989
"objection": "^3.1.5",
9090
"typescript": "^5.7.2"

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
},
4545
"devDependencies": {
4646
"@ditojs/build": "^2.39.0",
47-
"vite": "^5.4.11"
47+
"vite": "^6.0.3"
4848
}
4949
}

0 commit comments

Comments
 (0)