Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Apr 7, 2024
1 parent 381fa2a commit 67a2fce
Show file tree
Hide file tree
Showing 8 changed files with 743 additions and 916 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"packages/*"
],
"dependencies": {
"@apollo/client": "^3.9.7",
"@babel/runtime": "^7.24.1",
"@apollo/client": "^3.9.10",
"@babel/runtime": "^7.24.4",
"@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.107.0",
"@sentry/tracing": "^7.107.0",
"@sentry/node": "^7.109.0",
"@sentry/tracing": "^7.109.0",
"@vueuse/core": "^10.1.2",
"@vueuse/head": "^1.1.26",
"@vueuse/nuxt": "^10.1.2",
Expand All @@ -31,9 +31,9 @@
"find-cache-dir": "^5.0.0",
"fs-extra": "^11.2.0",
"graphql": "^16.8.1",
"jose": "^4.14.4",
"jose": "^4.15.5",
"jszip": "^3.10.1",
"knitwork": "^1.0.0",
"knitwork": "^1.1.0",
"lodash.sortby": "^4.7.0",
"lodash.truncate": "^4.4.2",
"node-fetch-native": "^1.4.1",
Expand All @@ -43,25 +43,25 @@
"parse5": "^7.1.2",
"pathe": "^1.1.2",
"prismjs": "^1.29.0",
"sass": "^1.72.0",
"sass": "^1.74.1",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"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",
"unstorage": "^1.9.0",
"type-fest": "^4.15.0",
"typesense-instantsearch-adapter": "^2.8.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unstorage": "^1.10.2",
"uuid": "^9.0.1",
"vite": "^4.5.3",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vite-plugin-css-injected-by-js": "^3.5.0",
"vue-instantsearch": "^4.13.2",
"vue3-lazy-hydration": "^1.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "2.11.6",
"@moonrepo/cli": "1.22.8",
"@antfu/eslint-config": "2.12.2",
"@moonrepo/cli": "1.23.3",
"@nuxt/image": "1.0.0-rc.1",
"@nuxtjs/tailwindcss": "6.8.0",
"@rollup/plugin-virtual": "3.0.2",
Expand All @@ -74,16 +74,16 @@
"@types/tar": "6.1.12",
"@types/uuid": "9.0.8",
"@vitejs/plugin-vue": "4.5.2",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
"globby": "14.0.1",
"msw": "1.3.3",
"npm-run-all2": "6.1.2",
"nuxt": "3.6.5",
"prettier": "3.2.5",
"tsx": "4.7.1",
"typescript": "5.4.2",
"tsx": "4.7.2",
"typescript": "5.4.4",
"vitest": "0.34.6"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/code-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/core": "7.24.4",
"babel-plugin-prismjs": "2.1.0",
"changelogen": "0.5.5",
"eslint": "8.57.0",
"eslint": "9.0.0",
"vite": "4.5.3",
"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.30",
"@types/node": "20.12.5",
"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.55.0",
"remeda": "^1.57.2",
"unctx": "^2.3.1",
"vue": "^3.3.13"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/jose-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"prepack": "unbuild"
},
"dependencies": {
"jose": "^4.14.4"
"jose": "^4.15.5"
},
"devDependencies": {
"@types/node": "20.11.30",
"typescript": "5.4.2",
"@types/node": "20.12.5",
"typescript": "5.4.4",
"unbuild": "2.0.0"
},
"publishConfig": {
Expand Down
48 changes: 24 additions & 24 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.9.7",
"@babel/runtime": "^7.24.1",
"@apollo/client": "^3.9.10",
"@babel/runtime": "^7.24.4",
"@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.107.0",
"@sentry/tracing": "^7.107.0",
"@sentry/node": "^7.109.0",
"@sentry/tracing": "^7.109.0",
"@storipress/builder-component": "^1.4.3",
"@storipress/code-highlight": "^0.0.3",
"@storipress/custom-field": "^1.1.7",
Expand Down Expand Up @@ -86,7 +86,7 @@
"hookable": "^5.5.3",
"js-yaml": "^4.1.0",
"jszip": "^3.10.1",
"knitwork": "^1.0.0",
"knitwork": "^1.1.0",
"lodash.truncate": "^4.4.2",
"minimist": "^1.2.8",
"node-fetch-native": "^1.4.1",
Expand All @@ -97,38 +97,38 @@
"nuxt-simple-sitemap": "3.0.13",
"ohash": "^1.1.3",
"ora": "^7.0.1",
"p-defer": "^4.0.0",
"p-defer": "^4.0.1",
"p-whilst": "^3.1.0",
"parse5": "^7.1.2",
"pathe": "^1.1.2",
"pretty-bytes": "^6.1.1",
"prismjs": "^1.29.0",
"remeda": "^1.55.0",
"sass": "^1.72.0",
"remeda": "^1.57.2",
"sass": "^1.74.1",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"tempy": "^3.1.0",
"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",
"ts-pattern": "^5.1.1",
"type-fest": "^4.15.0",
"typesense": "^1.8.1",
"typesense-instantsearch-adapter": "^2.8.0",
"unbuild": "^2.0.0",
"unenv": "^1.9.0",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"unstorage": "^1.9.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unstorage": "^1.10.2",
"uuid": "^9.0.1",
"vite": "^4.5.3",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vite-tsconfig-paths": "^4.2.2",
"vite-plugin-css-injected-by-js": "^3.5.0",
"vite-tsconfig-paths": "^4.3.2",
"vue": "^3.3.13",
"vue-instantsearch": "^4.13.2",
"vue-router": "^4.2.5",
"vue3-lazy-hydration": "^1.2.1",
"zod": "^3.22.4",
"zod-validation-error": "^3.0.3"
"zod-validation-error": "^3.1.0"
},
"devDependencies": {
"@nuxt/eslint-config": "0.2.0",
Expand All @@ -148,7 +148,7 @@
"@types/uuid": "9.0.8",
"@vitejs/plugin-vue": "4.5.2",
"changelogen": "0.5.5",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
Expand All @@ -157,13 +157,13 @@
"nuxt": "3.6.5",
"prettier": "3.2.5",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.4.2",
"tsx": "4.7.2",
"typescript": "5.4.4",
"vitest": "0.34.6",
"zx": "7.2.3"
"zx": "8.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "8df1f4d5837a7e2ddbff6cc79f5fec256c34a394"
}
}
34 changes: 17 additions & 17 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.9.7",
"@babel/runtime": "^7.24.1",
"@apollo/client": "^3.9.10",
"@babel/runtime": "^7.24.4",
"@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.107.0",
"@sentry/tracing": "^7.107.0",
"@sentry/node": "^7.109.0",
"@sentry/tracing": "^7.109.0",
"@storipress/builder-component": "^1.4.3",
"@storipress/custom-field": "workspace:*",
"@storipress/karbon": "workspace:*",
Expand All @@ -39,9 +39,9 @@
"find-cache-dir": "^5.0.0",
"fs-extra": "^11.2.0",
"graphql": "^16.8.1",
"jose": "^4.14.4",
"jose": "^4.15.5",
"jszip": "^3.10.1",
"knitwork": "^1.0.0",
"knitwork": "^1.1.0",
"lodash.sortby": "^4.7.0",
"lodash.truncate": "^4.4.2",
"node-fetch-native": "^1.4.1",
Expand All @@ -50,19 +50,19 @@
"p-whilst": "^3.1.0",
"parse5": "^7.1.2",
"pathe": "^1.1.2",
"sass": "^1.72.0",
"sass": "^1.74.1",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"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",
"unstorage": "^1.9.0",
"type-fest": "^4.15.0",
"typesense-instantsearch-adapter": "^2.8.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unstorage": "^1.10.2",
"uuid": "^9.0.1",
"vite": "^4.5.3",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vite-plugin-css-injected-by-js": "^3.5.0",
"vue-instantsearch": "^4.13.2",
"vue3-lazy-hydration": "^1.2.1"
},
Expand All @@ -80,7 +80,7 @@
"@types/tar": "6.1.12",
"@types/uuid": "9.0.8",
"@vitejs/plugin-vue": "4.5.2",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
Expand All @@ -89,8 +89,8 @@
"npm-run-all2": "6.1.2",
"nuxt": "3.6.5",
"prettier": "3.2.5",
"tsx": "4.7.1",
"typescript": "5.4.2",
"tsx": "4.7.2",
"typescript": "5.4.4",
"vitest": "0.34.6"
}
}
Loading

0 comments on commit 67a2fce

Please sign in to comment.