Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Mar 20, 2024
1 parent 02896d4 commit 0e8206a
Show file tree
Hide file tree
Showing 8 changed files with 359 additions and 347 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"packages/*"
],
"dependencies": {
"@apollo/client": "^3.8.8",
"@babel/runtime": "^7.23.9",
"@apollo/client": "^3.9.7",
"@babel/runtime": "^7.24.1",
"@iframely/embed.js": "^1.10.3",
"@noble/ciphers": "^0.4.1",
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.6.5",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.98.0",
"@sentry/tracing": "^7.98.0",
"@sentry/node": "^7.107.0",
"@sentry/tracing": "^7.107.0",
"@vueuse/core": "^10.1.2",
"@vueuse/head": "^1.1.26",
"@vueuse/nuxt": "^10.1.2",
"@zhead/schema": "^1.1.0",
"chalk": "^5.3.0",
"cross-fetch": "^4.0.0",
"destr": "^2.0.2",
"destr": "^2.0.3",
"events": "^3.3.0",
"fast-deep-equal": "^3.1.3",
"find-cache-dir": "^5.0.0",
"fs-extra": "^11.2.0",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"jose": "^4.14.4",
"jszip": "^3.10.1",
"knitwork": "^1.0.0",
Expand All @@ -44,12 +44,12 @@
"parse5": "^7.1.2",
"pathe": "^1.1.2",
"prismjs": "^1.29.0",
"sass": "^1.70.0",
"scule": "^1.2.0",
"sass": "^1.72.0",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.1",
"tiny-invariant": "^1.3.1",
"type-fest": "^4.10.1",
"tiny-invariant": "^1.3.3",
"type-fest": "^4.13.0",
"typesense-instantsearch-adapter": "^2.7.1",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
Expand All @@ -75,17 +75,17 @@
"@types/tar": "6.1.11",
"@types/uuid": "9.0.8",
"@vitejs/plugin-vue": "4.5.2",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
"globby": "14.0.1",
"msw": "1.3.2",
"npm-run-all2": "5.0.0",
"msw": "1.3.3",
"npm-run-all2": "6.1.2",
"nuxt": "3.6.5",
"prettier": "3.2.4",
"tsx": "4.7.0",
"typescript": "5.3.3",
"prettier": "3.2.5",
"tsx": "4.7.1",
"typescript": "5.4.2",
"vitest": "0.34.6"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/code-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/core": "7.24.1",
"babel-plugin-prismjs": "2.1.0",
"changelogen": "0.5.5",
"eslint": "8.56.0",
"eslint": "8.57.0",
"vite": "4.5.2",
"vite-plugin-babel": "1.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-karbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"minimist": "^1.2.8"
},
"devDependencies": {
"@types/node": "20.11.10",
"@types/node": "20.11.30",
"unbuild": "2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"hookable": "^5.5.3",
"remeda": "^1.38.1",
"remeda": "^1.55.0",
"unctx": "^2.3.1",
"vue": "^3.3.13"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/jose-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"jose": "^4.14.4"
},
"devDependencies": {
"@types/node": "20.11.10",
"typescript": "5.3.3",
"@types/node": "20.11.30",
"typescript": "5.4.2",
"unbuild": "2.0.0"
},
"publishConfig": {
Expand Down
40 changes: 20 additions & 20 deletions packages/karbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"prepack": "yarn build"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@babel/runtime": "^7.23.9",
"@apollo/client": "^3.9.7",
"@babel/runtime": "^7.24.1",
"@haverstack/axios-fetch-adapter": "0.8.0",
"@iframely/embed.js": "^1.10.3",
"@noble/ciphers": "^0.4.1",
Expand All @@ -55,8 +55,8 @@
"@nuxt/kit": "~3.6.5",
"@nuxt/schema": "~3.6.5",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.98.0",
"@sentry/tracing": "^7.98.0",
"@sentry/node": "^7.107.0",
"@sentry/tracing": "^7.107.0",
"@storipress/builder-component": "^1.4.3",
"@storipress/code-highlight": "^0.0.3",
"@storipress/custom-field": "^1.1.7",
Expand All @@ -71,17 +71,17 @@
"chalk": "^5.3.0",
"cross-fetch": "^4.0.0",
"defu": "^6.1.4",
"destr": "^2.0.2",
"destr": "^2.0.3",
"entities": "^4.5.0",
"events": "^3.3.0",
"execa": "^8.0.1",
"fast-deep-equal": "^3.1.3",
"fast-xml-parser": "^4.3.3",
"fast-xml-parser": "^4.3.6",
"feed": "^4.2.2",
"file-type": "^18.7.0",
"find-cache-dir": "^5.0.0",
"fs-extra": "^11.2.0",
"graphql": "^16.7.1",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"hookable": "^5.5.3",
"js-yaml": "^4.1.0",
Expand All @@ -103,15 +103,15 @@
"pathe": "^1.1.2",
"pretty-bytes": "^6.1.1",
"prismjs": "^1.29.0",
"remeda": "^1.38.1",
"sass": "^1.70.0",
"scule": "^1.2.0",
"remeda": "^1.55.0",
"sass": "^1.72.0",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.1",
"tempy": "^3.1.0",
"tiny-invariant": "^1.3.1",
"ts-pattern": "^5.0.6",
"type-fest": "^4.10.1",
"tiny-invariant": "^1.3.3",
"ts-pattern": "^5.0.8",
"type-fest": "^4.13.0",
"typesense": "^1.7.2",
"typesense-instantsearch-adapter": "^2.7.1",
"unbuild": "^2.0.0",
Expand All @@ -128,7 +128,7 @@
"vue-router": "^4.2.5",
"vue3-lazy-hydration": "^1.2.1",
"zod": "^3.22.4",
"zod-validation-error": "^2.1.0"
"zod-validation-error": "^3.0.3"
},
"devDependencies": {
"@antfu/eslint-config-vue": "0.42.1",
Expand All @@ -149,17 +149,17 @@
"@types/uuid": "9.0.8",
"@vitejs/plugin-vue": "4.5.2",
"changelogen": "0.5.5",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
"globby": "14.0.1",
"msw": "1.3.2",
"msw": "1.3.3",
"nuxt": "3.6.5",
"prettier": "3.2.4",
"tsup": "8.0.1",
"tsx": "4.7.0",
"typescript": "5.3.3",
"prettier": "3.2.5",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.4.2",
"vitest": "0.34.6",
"zx": "7.2.3"
},
Expand Down
32 changes: 16 additions & 16 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"workerDirectory": "public"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@babel/runtime": "^7.23.9",
"@apollo/client": "^3.9.7",
"@babel/runtime": "^7.24.1",
"@iframely/embed.js": "^1.10.3",
"@noble/ciphers": "^0.4.1",
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.6.5",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.98.0",
"@sentry/tracing": "^7.98.0",
"@sentry/node": "^7.107.0",
"@sentry/tracing": "^7.107.0",
"@storipress/builder-component": "^1.4.3",
"@storipress/custom-field": "workspace:*",
"@storipress/karbon": "workspace:*",
Expand All @@ -33,12 +33,12 @@
"@zhead/schema": "^1.1.0",
"chalk": "^5.3.0",
"cross-fetch": "^4.0.0",
"destr": "^2.0.2",
"destr": "^2.0.3",
"events": "^3.3.0",
"fast-deep-equal": "^3.1.3",
"find-cache-dir": "^5.0.0",
"fs-extra": "^11.2.0",
"graphql": "^16.7.1",
"graphql": "^16.8.1",
"jose": "^4.14.4",
"jszip": "^3.10.1",
"knitwork": "^1.0.0",
Expand All @@ -50,12 +50,12 @@
"p-whilst": "^3.1.0",
"parse5": "^7.1.2",
"pathe": "^1.1.2",
"sass": "^1.70.0",
"scule": "^1.2.0",
"sass": "^1.72.0",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.1",
"tiny-invariant": "^1.3.1",
"type-fest": "^4.10.1",
"tiny-invariant": "^1.3.3",
"type-fest": "^4.13.0",
"typesense-instantsearch-adapter": "^2.7.1",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
Expand All @@ -81,17 +81,17 @@
"@types/tar": "6.1.11",
"@types/uuid": "9.0.8",
"@vitejs/plugin-vue": "4.5.2",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
"globby": "14.0.1",
"msw": "1.3.2",
"npm-run-all2": "5.0.0",
"msw": "1.3.3",
"npm-run-all2": "6.1.2",
"nuxt": "3.6.5",
"prettier": "3.2.4",
"tsx": "4.7.0",
"typescript": "5.3.3",
"prettier": "3.2.5",
"tsx": "4.7.1",
"typescript": "5.4.2",
"vitest": "0.34.6"
}
}
Loading

0 comments on commit 0e8206a

Please sign in to comment.