Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 0909d68

Browse files
committed
chore: upgrade deps
1 parent ab931bc commit 0909d68

File tree

8 files changed

+902
-1311
lines changed

8 files changed

+902
-1311
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@nuxt/devalue": "^2.0.2",
2020
"@nuxt/kit": "3.6.5",
2121
"@nuxtjs/html-validator": "^1.5.1",
22-
"@sentry/node": "^7.75.0",
23-
"@sentry/tracing": "^7.75.0",
22+
"@sentry/node": "^7.80.0",
23+
"@sentry/tracing": "^7.80.0",
2424
"@vueuse/core": "^10.1.2",
2525
"@vueuse/head": "^1.1.26",
2626
"@vueuse/nuxt": "^10.1.2",
@@ -39,49 +39,49 @@
3939
"lodash.sortby": "^4.7.0",
4040
"lodash.truncate": "^4.4.2",
4141
"micro-aes-gcm": "^0.3.3",
42-
"node-fetch-native": "^1.4.0",
42+
"node-fetch-native": "^1.4.1",
4343
"ohash": "^1.1.3",
4444
"ora": "^7.0.1",
4545
"p-whilst": "^3.1.0",
4646
"parse5": "^7.1.2",
4747
"pathe": "^1.1.1",
4848
"prismjs": "^1.29.0",
49-
"sass": "^1.69.4",
49+
"sass": "^1.69.5",
5050
"scule": "^1.0.0",
5151
"serialize-javascript": "^6.0.1",
52-
"tailwindcss": "^3.3.4",
52+
"tailwindcss": "^3.3.5",
5353
"tiny-invariant": "^1.3.1",
54-
"type-fest": "^4.5.0",
54+
"type-fest": "^4.7.1",
5555
"typesense-instantsearch-adapter": "^2.7.1",
56-
"unplugin-auto-import": "^0.16.6",
56+
"unplugin-auto-import": "^0.16.7",
5757
"unplugin-vue-components": "^0.25.2",
5858
"unstorage": "^1.9.0",
5959
"uuid": "^9.0.1",
6060
"vite": "^4.5.0",
6161
"vite-plugin-css-injected-by-js": "^3.3.0",
62-
"vue-instantsearch": "^4.11.0",
62+
"vue-instantsearch": "^4.12.1",
6363
"vue3-lazy-hydration": "^1.2.1"
6464
},
6565
"devDependencies": {
6666
"@antfu/eslint-config-vue": "0.42.1",
6767
"@nuxt/image": "1.0.0-rc.1",
6868
"@nuxtjs/tailwindcss": "6.8.0",
6969
"@rollup/plugin-virtual": "3.0.2",
70-
"@types/fs-extra": "11.0.3",
70+
"@types/fs-extra": "11.0.4",
7171
"@types/jszip": "3.4.1",
72-
"@types/lodash.sortby": "4.7.8",
73-
"@types/lodash.truncate": "4.4.8",
74-
"@types/serialize-javascript": "5.0.3",
72+
"@types/lodash.sortby": "4.7.9",
73+
"@types/lodash.truncate": "4.4.9",
74+
"@types/serialize-javascript": "5.0.4",
7575
"@types/tailwindcss": "3.1.0",
76-
"@types/tar": "6.1.7",
77-
"@types/uuid": "9.0.6",
78-
"@vitejs/plugin-vue": "4.4.0",
79-
"eslint": "8.52.0",
76+
"@types/tar": "6.1.9",
77+
"@types/uuid": "9.0.7",
78+
"@vitejs/plugin-vue": "4.4.1",
79+
"eslint": "8.53.0",
8080
"eslint-config-prettier": "9.0.0",
8181
"eslint-plugin-prettier": "5.0.1",
8282
"fs-extra": "11.1.1",
8383
"globby": "13.2.2",
84-
"lerna": "7.4.1",
84+
"lerna": "7.4.2",
8585
"msw": "1.3.2",
8686
"npm-run-all": "4.1.5",
8787
"nuxt": "3.6.5",

packages/code-highlight/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"release": "yarn run lint && yarn run prepack && changelogen --release && yarn npm publish && git push --follow-tags"
2020
},
2121
"dependencies": {
22-
"@types/prismjs": "^1.26.2"
22+
"@types/prismjs": "^1.26.3"
2323
},
2424
"publishConfig": {
2525
"access": "public"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.23.2",
28+
"@babel/core": "7.23.3",
2929
"babel-plugin-prismjs": "2.1.0",
3030
"changelogen": "0.5.5",
31-
"eslint": "8.52.0",
31+
"eslint": "8.53.0",
3232
"vite": "4.5.0",
3333
"vite-plugin-babel": "1.1.3"
3434
}

packages/create-karbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"minimist": "^1.2.8"
1919
},
2020
"devDependencies": {
21-
"@types/node": "20.8.8",
21+
"@types/node": "20.9.0",
2222
"unbuild": "2.0.0"
2323
},
2424
"publishConfig": {

packages/custom-field/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"dependencies": {
2828
"hookable": "^5.5.3",
29-
"remeda": "^1.28.0",
29+
"remeda": "^1.29.0",
3030
"unctx": "^2.3.1",
31-
"vue": "^3.3.7"
31+
"vue": "^3.3.8"
3232
},
3333
"devDependencies": {
3434
"unbuild": "2.0.0"

packages/jose-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"jose": "^4.14.4"
3030
},
3131
"devDependencies": {
32-
"@types/node": "20.8.8",
32+
"@types/node": "20.9.0",
3333
"typescript": "5.2.2",
3434
"unbuild": "2.0.0"
3535
},

packages/karbon/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
"@nuxt/kit": "~3.6.5",
120120
"@nuxt/schema": "~3.6.5",
121121
"@nuxtjs/html-validator": "^1.5.1",
122-
"@sentry/node": "^7.75.0",
123-
"@sentry/tracing": "^7.75.0",
124-
"@storipress/builder-component": "^1.4.1",
122+
"@sentry/node": "^7.80.0",
123+
"@sentry/tracing": "^7.80.0",
124+
"@storipress/builder-component": "^1.4.3",
125125
"@storipress/code-highlight": "^0.0.3",
126126
"@storipress/custom-field": "^1.1.7",
127127
"@storipress/jose-browser": "^1.1.5",
@@ -142,7 +142,7 @@
142142
"fast-deep-equal": "^3.1.3",
143143
"fast-xml-parser": "^4.3.2",
144144
"feed": "^4.2.2",
145-
"file-type": "^18.5.0",
145+
"file-type": "^18.7.0",
146146
"find-cache-dir": "^5.0.0",
147147
"fs-extra": "^11.1.1",
148148
"graphql": "^16.7.1",
@@ -153,9 +153,9 @@
153153
"lodash.truncate": "^4.4.2",
154154
"micro-aes-gcm": "^0.3.3",
155155
"minimist": "^1.2.8",
156-
"node-fetch-native": "^1.4.0",
156+
"node-fetch-native": "^1.4.1",
157157
"node-html-parser": "^6.1.11",
158-
"nuxt-link-checker": "^2.1.5",
158+
"nuxt-link-checker": "^2.1.10",
159159
"nuxt-schema-org": "^2.2.0",
160160
"nuxt-simple-robots": "^3.1.2",
161161
"nuxt-simple-sitemap": "3.0.13",
@@ -167,32 +167,32 @@
167167
"pathe": "^1.1.1",
168168
"pretty-bytes": "^6.1.1",
169169
"prismjs": "^1.29.0",
170-
"remeda": "^1.28.0",
171-
"sass": "^1.69.4",
170+
"remeda": "^1.29.0",
171+
"sass": "^1.69.5",
172172
"scule": "^1.0.0",
173173
"serialize-javascript": "^6.0.1",
174-
"tailwindcss": "^3.3.4",
174+
"tailwindcss": "^3.3.5",
175175
"tempy": "^3.1.0",
176176
"tiny-invariant": "^1.3.1",
177177
"ts-pattern": "^5.0.5",
178-
"type-fest": "^4.5.0",
178+
"type-fest": "^4.7.1",
179179
"typesense": "^1.7.2",
180180
"typesense-instantsearch-adapter": "^2.7.1",
181181
"unbuild": "^2.0.0",
182182
"unenv": "^1.7.4",
183-
"unplugin-auto-import": "^0.16.6",
183+
"unplugin-auto-import": "^0.16.7",
184184
"unplugin-vue-components": "^0.25.2",
185185
"unstorage": "^1.9.0",
186186
"uuid": "^9.0.1",
187187
"vite": "^4.5.0",
188188
"vite-plugin-css-injected-by-js": "^3.3.0",
189189
"vite-tsconfig-paths": "^4.2.1",
190-
"vue": "^3.3.7",
191-
"vue-instantsearch": "^4.11.0",
190+
"vue": "^3.3.8",
191+
"vue-instantsearch": "^4.12.1",
192192
"vue-router": "^4.2.5",
193193
"vue3-lazy-hydration": "^1.2.1",
194194
"zod": "^3.22.4",
195-
"zod-validation-error": "^2.0.0"
195+
"zod-validation-error": "^2.1.0"
196196
},
197197
"devDependencies": {
198198
"@antfu/eslint-config-vue": "0.42.1",
@@ -201,19 +201,19 @@
201201
"@nuxt/module-builder": "0.5.2",
202202
"@nuxt/test-utils": "3.6.5",
203203
"@nuxtjs/tailwindcss": "6.8.0",
204-
"@types/fs-extra": "11.0.3",
205-
"@types/js-yaml": "4.0.8",
204+
"@types/fs-extra": "11.0.4",
205+
"@types/js-yaml": "4.0.9",
206206
"@types/jszip": "3.4.1",
207-
"@types/lodash.sortby": "4.7.8",
208-
"@types/lodash.truncate": "4.4.8",
209-
"@types/minimist": "1.2.4",
210-
"@types/serialize-javascript": "5.0.3",
207+
"@types/lodash.sortby": "4.7.9",
208+
"@types/lodash.truncate": "4.4.9",
209+
"@types/minimist": "1.2.5",
210+
"@types/serialize-javascript": "5.0.4",
211211
"@types/tailwindcss": "3.1.0",
212-
"@types/tar": "6.1.7",
213-
"@types/uuid": "9.0.6",
214-
"@vitejs/plugin-vue": "4.4.0",
212+
"@types/tar": "6.1.9",
213+
"@types/uuid": "9.0.7",
214+
"@vitejs/plugin-vue": "4.4.1",
215215
"changelogen": "0.5.5",
216-
"eslint": "8.52.0",
216+
"eslint": "8.53.0",
217217
"eslint-config-prettier": "9.0.0",
218218
"eslint-plugin-prettier": "5.0.1",
219219
"fs-extra": "11.1.1",
@@ -231,4 +231,4 @@
231231
"access": "public"
232232
},
233233
"gitHead": "8df1f4d5837a7e2ddbff6cc79f5fec256c34a394"
234-
}
234+
}

packages/playground/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@nuxt/devalue": "^2.0.2",
2323
"@nuxt/kit": "3.6.5",
2424
"@nuxtjs/html-validator": "^1.5.1",
25-
"@sentry/node": "^7.75.0",
26-
"@sentry/tracing": "^7.75.0",
27-
"@storipress/builder-component": "^1.4.1",
25+
"@sentry/node": "^7.80.0",
26+
"@sentry/tracing": "^7.80.0",
27+
"@storipress/builder-component": "^1.4.3",
2828
"@storipress/custom-field": "workspace:*",
2929
"@storipress/karbon": "workspace:*",
3030
"@storipress/vue-advertising": "^1.1.0",
@@ -46,26 +46,26 @@
4646
"lodash.sortby": "^4.7.0",
4747
"lodash.truncate": "^4.4.2",
4848
"micro-aes-gcm": "^0.3.3",
49-
"node-fetch-native": "^1.4.0",
49+
"node-fetch-native": "^1.4.1",
5050
"ohash": "^1.1.3",
5151
"ora": "^7.0.1",
5252
"p-whilst": "^3.1.0",
5353
"parse5": "^7.1.2",
5454
"pathe": "^1.1.1",
55-
"sass": "^1.69.4",
55+
"sass": "^1.69.5",
5656
"scule": "^1.0.0",
5757
"serialize-javascript": "^6.0.1",
58-
"tailwindcss": "^3.3.4",
58+
"tailwindcss": "^3.3.5",
5959
"tiny-invariant": "^1.3.1",
60-
"type-fest": "^4.5.0",
60+
"type-fest": "^4.7.1",
6161
"typesense-instantsearch-adapter": "^2.7.1",
62-
"unplugin-auto-import": "^0.16.6",
62+
"unplugin-auto-import": "^0.16.7",
6363
"unplugin-vue-components": "^0.25.2",
6464
"unstorage": "^1.9.0",
6565
"uuid": "^9.0.1",
6666
"vite": "^4.5.0",
6767
"vite-plugin-css-injected-by-js": "^3.3.0",
68-
"vue-instantsearch": "^4.11.0",
68+
"vue-instantsearch": "^4.12.1",
6969
"vue3-lazy-hydration": "^1.2.1"
7070
},
7171
"devDependencies": {
@@ -74,16 +74,16 @@
7474
"@nuxt/image": "1.0.0-rc.1",
7575
"@nuxtjs/tailwindcss": "6.8.0",
7676
"@rollup/plugin-virtual": "3.0.2",
77-
"@types/fs-extra": "11.0.3",
77+
"@types/fs-extra": "11.0.4",
7878
"@types/jszip": "3.4.1",
79-
"@types/lodash.sortby": "4.7.8",
80-
"@types/lodash.truncate": "4.4.8",
81-
"@types/serialize-javascript": "5.0.3",
79+
"@types/lodash.sortby": "4.7.9",
80+
"@types/lodash.truncate": "4.4.9",
81+
"@types/serialize-javascript": "5.0.4",
8282
"@types/tailwindcss": "3.1.0",
83-
"@types/tar": "6.1.7",
84-
"@types/uuid": "9.0.6",
85-
"@vitejs/plugin-vue": "4.4.0",
86-
"eslint": "8.52.0",
83+
"@types/tar": "6.1.9",
84+
"@types/uuid": "9.0.7",
85+
"@vitejs/plugin-vue": "4.4.1",
86+
"eslint": "8.53.0",
8787
"eslint-config-prettier": "9.0.0",
8888
"eslint-plugin-prettier": "5.0.1",
8989
"fs-extra": "11.1.1",

0 commit comments

Comments
 (0)