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

Commit eab6e89

Browse files
committed
chore: upgrade deps
1 parent 957f3e7 commit eab6e89

File tree

8 files changed

+308
-316
lines changed

8 files changed

+308
-316
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
],
1414
"dependencies": {
1515
"@apollo/client": "^3.8.8",
16-
"@babel/runtime": "^7.23.6",
16+
"@babel/runtime": "^7.23.9",
1717
"@iframely/embed.js": "^1.10.3",
1818
"@nuxt/devalue": "^2.0.2",
1919
"@nuxt/kit": "3.6.5",
2020
"@nuxtjs/html-validator": "^1.5.1",
21-
"@sentry/node": "^7.90.0",
22-
"@sentry/tracing": "^7.90.0",
21+
"@sentry/node": "^7.98.0",
22+
"@sentry/tracing": "^7.98.0",
2323
"@vueuse/core": "^10.1.2",
2424
"@vueuse/head": "^1.1.26",
2525
"@vueuse/nuxt": "^10.1.2",
@@ -43,14 +43,14 @@
4343
"ora": "^7.0.1",
4444
"p-whilst": "^3.1.0",
4545
"parse5": "^7.1.2",
46-
"pathe": "^1.1.1",
46+
"pathe": "^1.1.2",
4747
"prismjs": "^1.29.0",
48-
"sass": "^1.69.5",
49-
"scule": "^1.1.1",
50-
"serialize-javascript": "^6.0.1",
51-
"tailwindcss": "^3.4.0",
48+
"sass": "^1.70.0",
49+
"scule": "^1.2.0",
50+
"serialize-javascript": "^6.0.2",
51+
"tailwindcss": "^3.4.1",
5252
"tiny-invariant": "^1.3.1",
53-
"type-fest": "^4.8.3",
53+
"type-fest": "^4.10.1",
5454
"typesense-instantsearch-adapter": "^2.7.1",
5555
"unplugin-auto-import": "^0.16.7",
5656
"unplugin-vue-components": "^0.25.2",
@@ -72,19 +72,19 @@
7272
"@types/lodash.truncate": "4.4.9",
7373
"@types/serialize-javascript": "5.0.4",
7474
"@types/tailwindcss": "3.1.0",
75-
"@types/tar": "6.1.10",
76-
"@types/uuid": "9.0.7",
75+
"@types/tar": "6.1.11",
76+
"@types/uuid": "9.0.8",
7777
"@vitejs/plugin-vue": "4.5.2",
7878
"eslint": "8.56.0",
7979
"eslint-config-prettier": "9.1.0",
80-
"eslint-plugin-prettier": "5.1.0",
80+
"eslint-plugin-prettier": "5.1.3",
8181
"fs-extra": "11.2.0",
8282
"globby": "14.0.0",
8383
"msw": "1.3.2",
8484
"npm-run-all": "4.1.5",
8585
"nuxt": "3.6.5",
86-
"nx": "17.2.6",
87-
"prettier": "3.1.1",
86+
"nx": "17.2.8",
87+
"prettier": "3.2.4",
8888
"tsx": "4.7.0",
8989
"typescript": "5.3.3",
9090
"vitest": "0.34.6"

packages/code-highlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"access": "public"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.23.6",
28+
"@babel/core": "7.23.9",
2929
"babel-plugin-prismjs": "2.1.0",
3030
"changelogen": "0.5.5",
3131
"eslint": "8.56.0",

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.10.5",
21+
"@types/node": "20.11.10",
2222
"unbuild": "2.0.0"
2323
},
2424
"publishConfig": {

packages/custom-field/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"hookable": "^5.5.3",
29-
"remeda": "^1.33.0",
29+
"remeda": "^1.38.1",
3030
"unctx": "^2.3.1",
3131
"vue": "^3.3.13"
3232
},

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.10.5",
32+
"@types/node": "20.11.10",
3333
"typescript": "5.3.3",
3434
"unbuild": "2.0.0"
3535
},

packages/karbon/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@
111111
},
112112
"dependencies": {
113113
"@apollo/client": "^3.8.8",
114-
"@babel/runtime": "^7.23.6",
114+
"@babel/runtime": "^7.23.9",
115115
"@haverstack/axios-fetch-adapter": "0.8.0",
116116
"@iframely/embed.js": "^1.10.3",
117117
"@nuxt/devalue": "^2.0.2",
118118
"@nuxt/image": "^1.0.0-rc.1",
119119
"@nuxt/kit": "~3.6.5",
120120
"@nuxt/schema": "~3.6.5",
121121
"@nuxtjs/html-validator": "^1.5.1",
122-
"@sentry/node": "^7.90.0",
123-
"@sentry/tracing": "^7.90.0",
122+
"@sentry/node": "^7.98.0",
123+
"@sentry/tracing": "^7.98.0",
124124
"@storipress/builder-component": "^1.4.3",
125125
"@storipress/code-highlight": "^0.0.3",
126126
"@storipress/custom-field": "^1.1.7",
@@ -134,13 +134,13 @@
134134
"axios": "0.26.1",
135135
"chalk": "^5.3.0",
136136
"cross-fetch": "^4.0.0",
137-
"defu": "^6.1.3",
137+
"defu": "^6.1.4",
138138
"destr": "^2.0.2",
139139
"entities": "^4.5.0",
140140
"events": "^3.3.0",
141141
"execa": "^8.0.1",
142142
"fast-deep-equal": "^3.1.3",
143-
"fast-xml-parser": "^4.3.2",
143+
"fast-xml-parser": "^4.3.3",
144144
"feed": "^4.2.2",
145145
"file-type": "^18.7.0",
146146
"find-cache-dir": "^5.0.0",
@@ -154,7 +154,7 @@
154154
"micro-aes-gcm": "^0.3.3",
155155
"minimist": "^1.2.8",
156156
"node-fetch-native": "^1.4.1",
157-
"node-html-parser": "^6.1.11",
157+
"node-html-parser": "^6.1.12",
158158
"nuxt-link-checker": "^2.1.10",
159159
"nuxt-schema-org": "^2.2.0",
160160
"nuxt-simple-robots": "^3.1.2",
@@ -164,22 +164,22 @@
164164
"p-defer": "^4.0.0",
165165
"p-whilst": "^3.1.0",
166166
"parse5": "^7.1.2",
167-
"pathe": "^1.1.1",
167+
"pathe": "^1.1.2",
168168
"pretty-bytes": "^6.1.1",
169169
"prismjs": "^1.29.0",
170-
"remeda": "^1.33.0",
171-
"sass": "^1.69.5",
172-
"scule": "^1.1.1",
173-
"serialize-javascript": "^6.0.1",
174-
"tailwindcss": "^3.4.0",
170+
"remeda": "^1.38.1",
171+
"sass": "^1.70.0",
172+
"scule": "^1.2.0",
173+
"serialize-javascript": "^6.0.2",
174+
"tailwindcss": "^3.4.1",
175175
"tempy": "^3.1.0",
176176
"tiny-invariant": "^1.3.1",
177177
"ts-pattern": "^5.0.6",
178-
"type-fest": "^4.8.3",
178+
"type-fest": "^4.10.1",
179179
"typesense": "^1.7.2",
180180
"typesense-instantsearch-adapter": "^2.7.1",
181181
"unbuild": "^2.0.0",
182-
"unenv": "^1.7.4",
182+
"unenv": "^1.9.0",
183183
"unplugin-auto-import": "^0.16.7",
184184
"unplugin-vue-components": "^0.25.2",
185185
"unstorage": "^1.9.0",
@@ -209,19 +209,19 @@
209209
"@types/minimist": "1.2.5",
210210
"@types/serialize-javascript": "5.0.4",
211211
"@types/tailwindcss": "3.1.0",
212-
"@types/tar": "6.1.10",
213-
"@types/uuid": "9.0.7",
212+
"@types/tar": "6.1.11",
213+
"@types/uuid": "9.0.8",
214214
"@vitejs/plugin-vue": "4.5.2",
215215
"changelogen": "0.5.5",
216216
"eslint": "8.56.0",
217217
"eslint-config-prettier": "9.1.0",
218-
"eslint-plugin-prettier": "5.1.0",
218+
"eslint-plugin-prettier": "5.1.3",
219219
"fs-extra": "11.2.0",
220220
"globby": "14.0.0",
221221
"msw": "1.3.2",
222222
"nuxt": "3.6.5",
223-
"nx": "17.2.6",
224-
"prettier": "3.1.1",
223+
"nx": "17.2.8",
224+
"prettier": "3.2.4",
225225
"tsup": "8.0.1",
226226
"tsx": "^4.7.0",
227227
"typescript": "5.3.3",

packages/playground/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
},
1818
"dependencies": {
1919
"@apollo/client": "^3.8.8",
20-
"@babel/runtime": "^7.23.6",
20+
"@babel/runtime": "^7.23.9",
2121
"@iframely/embed.js": "^1.10.3",
2222
"@nuxt/devalue": "^2.0.2",
2323
"@nuxt/kit": "3.6.5",
2424
"@nuxtjs/html-validator": "^1.5.1",
25-
"@sentry/node": "^7.90.0",
26-
"@sentry/tracing": "^7.90.0",
25+
"@sentry/node": "^7.98.0",
26+
"@sentry/tracing": "^7.98.0",
2727
"@storipress/builder-component": "^1.4.3",
2828
"@storipress/custom-field": "workspace:*",
2929
"@storipress/karbon": "workspace:*",
@@ -51,13 +51,13 @@
5151
"ora": "^7.0.1",
5252
"p-whilst": "^3.1.0",
5353
"parse5": "^7.1.2",
54-
"pathe": "^1.1.1",
55-
"sass": "^1.69.5",
56-
"scule": "^1.1.1",
57-
"serialize-javascript": "^6.0.1",
58-
"tailwindcss": "^3.4.0",
54+
"pathe": "^1.1.2",
55+
"sass": "^1.70.0",
56+
"scule": "^1.2.0",
57+
"serialize-javascript": "^6.0.2",
58+
"tailwindcss": "^3.4.1",
5959
"tiny-invariant": "^1.3.1",
60-
"type-fest": "^4.8.3",
60+
"type-fest": "^4.10.1",
6161
"typesense-instantsearch-adapter": "^2.7.1",
6262
"unplugin-auto-import": "^0.16.7",
6363
"unplugin-vue-components": "^0.25.2",
@@ -80,18 +80,18 @@
8080
"@types/lodash.truncate": "4.4.9",
8181
"@types/serialize-javascript": "5.0.4",
8282
"@types/tailwindcss": "3.1.0",
83-
"@types/tar": "6.1.10",
84-
"@types/uuid": "9.0.7",
83+
"@types/tar": "6.1.11",
84+
"@types/uuid": "9.0.8",
8585
"@vitejs/plugin-vue": "4.5.2",
8686
"eslint": "8.56.0",
8787
"eslint-config-prettier": "9.1.0",
88-
"eslint-plugin-prettier": "5.1.0",
88+
"eslint-plugin-prettier": "5.1.3",
8989
"fs-extra": "11.2.0",
9090
"globby": "14.0.0",
9191
"msw": "1.3.2",
9292
"npm-run-all": "4.1.5",
9393
"nuxt": "3.6.5",
94-
"prettier": "3.1.1",
94+
"prettier": "3.2.4",
9595
"tsx": "4.7.0",
9696
"typescript": "5.3.3",
9797
"vitest": "0.34.6"

0 commit comments

Comments
 (0)