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 12, 2024
1 parent b79b906 commit 8b31719
Show file tree
Hide file tree
Showing 11 changed files with 1,139 additions and 1,450 deletions.
28 changes: 14 additions & 14 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.10",
"@apollo/client": "^3.9.11",
"@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",
"@nuxt/kit": "3.7.3",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.109.0",
"@sentry/tracing": "^7.109.0",
"@sentry/node": "^7.110.0",
"@sentry/tracing": "^7.110.0",
"@vueuse/core": "^10.1.2",
"@vueuse/head": "^1.1.26",
"@vueuse/nuxt": "^10.1.2",
Expand All @@ -36,14 +36,14 @@
"knitwork": "^1.1.0",
"lodash.sortby": "^4.7.0",
"lodash.truncate": "^4.4.2",
"node-fetch-native": "^1.4.1",
"node-fetch-native": "^1.6.4",
"ohash": "^1.1.3",
"ora": "^7.0.1",
"p-whilst": "^3.1.0",
"parse5": "^7.1.2",
"pathe": "^1.1.2",
"prismjs": "^1.29.0",
"sass": "^1.74.1",
"sass": "^1.75.0",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.3",
Expand All @@ -54,13 +54,13 @@
"unplugin-vue-components": "^0.26.0",
"unstorage": "^1.10.2",
"uuid": "^9.0.1",
"vite": "^4.5.3",
"vite": "^5.2.8",
"vite-plugin-css-injected-by-js": "^3.5.0",
"vue-instantsearch": "^4.15.0",
"vue3-lazy-hydration": "^1.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "2.13.0",
"@antfu/eslint-config": "2.13.3",
"@moonrepo/cli": "1.23.4",
"@nuxt/image": "1.0.0-rc.1",
"@nuxtjs/tailwindcss": "6.8.0",
Expand All @@ -80,17 +80,17 @@
"globby": "14.0.1",
"msw": "1.3.3",
"npm-run-all2": "6.1.2",
"nuxt": "3.6.5",
"nuxt": "3.7.3",
"prettier": "3.2.5",
"tsx": "4.7.2",
"typescript": "5.4.4",
"vitest": "0.34.6"
"typescript": "5.4.5",
"vitest": "1.5.0"
},
"resolutions": {
"@nuxt/kit": "3.6.5",
"@nuxt/schema": "3.6.5",
"@nuxt/kit": "3.7.3",
"@nuxt/schema": "3.7.3",
"graphql": "16.8.1",
"nuxt": "3.6.5"
"nuxt": "3.7.3"
},
"msw": {
"workerDirectory": "public"
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 @@ -29,7 +29,7 @@
"babel-plugin-prismjs": "2.1.0",
"changelogen": "0.5.5",
"eslint": "9.0.0",
"vite": "4.5.3",
"vite": "5.2.8",
"vite-plugin-babel": "1.2.0"
}
}
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.12.5",
"@types/node": "20.12.7",
"unbuild": "2.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/custom-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"dependencies": {
"hookable": "^5.5.3",
"remeda": "^1.57.2",
"remeda": "^1.58.1",
"unctx": "^2.3.1",
"vue": "^3.3.13"
"vue": "^3.4.21"
},
"devDependencies": {
"unbuild": "2.0.0"
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.15.5"
},
"devDependencies": {
"@types/node": "20.12.5",
"typescript": "5.4.4",
"@types/node": "20.12.7",
"typescript": "5.4.5",
"unbuild": "2.0.0"
},
"publishConfig": {
Expand Down
6 changes: 5 additions & 1 deletion packages/karbon/build.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import path from 'node:path'
import url from 'node:url'
import { defineBuildConfig } from 'unbuild'

const __dirname = path.dirname(url.fileURLToPath(import.meta.url))

export default defineBuildConfig({
entries: ['./src/route-helper', './src/helper', './src/internal'],
failOnWarn: false,
alias: {
'#imports': './src/normalize-helper.ts',
'#imports': path.resolve(__dirname, './src/normalize-helper.ts'),
},
})
31 changes: 15 additions & 16 deletions packages/karbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"prepack": "yarn build"
},
"dependencies": {
"@apollo/client": "^3.9.10",
"@apollo/client": "^3.9.11",
"@babel/runtime": "^7.24.4",
"@iframely/embed.js": "^1.10.3",
"@noble/ciphers": "^0.4.1",
"@nuxt/devalue": "^2.0.2",
"@nuxt/image": "^1.0.0-rc.1",
"@nuxt/kit": "~3.6.5",
"@nuxt/schema": "~3.6.5",
"@nuxt/kit": "~3.7.3",
"@nuxt/schema": "~3.7.3",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.109.0",
"@sentry/tracing": "^7.109.0",
"@sentry/node": "^7.110.0",
"@sentry/tracing": "^7.110.0",
"@storipress/builder-component": "^1.4.3",
"@storipress/code-highlight": "^0.0.3",
"@storipress/custom-field": "^1.1.7",
Expand Down Expand Up @@ -88,7 +88,7 @@
"knitwork": "^1.1.0",
"lodash.truncate": "^4.4.2",
"minimist": "^1.2.8",
"node-fetch-native": "^1.4.1",
"node-fetch-native": "^1.6.4",
"node-html-parser": "^6.1.13",
"nuxt-link-checker": "^2.1.10",
"nuxt-schema-org": "^2.2.0",
Expand All @@ -102,8 +102,8 @@
"pathe": "^1.1.2",
"pretty-bytes": "^6.1.1",
"prismjs": "^1.29.0",
"remeda": "^1.57.2",
"sass": "^1.74.1",
"remeda": "^1.58.1",
"sass": "^1.75.0",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.3",
Expand All @@ -118,19 +118,18 @@
"unplugin-vue-components": "^0.26.0",
"unstorage": "^1.10.2",
"uuid": "^9.0.1",
"vite": "^4.5.3",
"vite": "^5.2.8",
"vite-plugin-css-injected-by-js": "^3.5.0",
"vite-tsconfig-paths": "^4.3.2",
"vue": "^3.3.13",
"vue": "^3.4.21",
"vue-instantsearch": "^4.15.0",
"vue-router": "^4.2.5",
"vue-router": "^4.3.0",
"vue3-lazy-hydration": "^1.2.1",
"zod": "^3.22.4",
"zod-validation-error": "^3.1.0"
},
"devDependencies": {
"@nuxt/eslint-config": "0.2.0",
"@nuxt/kit": "3.6.5",
"@nuxt/kit": "3.7.3",
"@nuxt/module-builder": "0.5.5",
"@nuxt/test-utils": "3.9.0",
"@nuxtjs/tailwindcss": "6.8.0",
Expand All @@ -152,12 +151,12 @@
"fs-extra": "11.2.0",
"globby": "14.0.1",
"msw": "1.3.3",
"nuxt": "3.6.5",
"nuxt": "3.7.3",
"prettier": "3.2.5",
"tsup": "8.0.2",
"tsx": "4.7.2",
"typescript": "5.4.4",
"vitest": "0.34.6",
"typescript": "5.4.5",
"vitest": "1.5.0",
"zx": "8.0.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/karbon/src/url/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ export function createAuthorRoute(url: string, opt: SimpleResourceRouteOption =
return createResourceRoute(option)
}

export { GetResourcesOptionParams, UrlParams, getDeskTree, getResourcesOption } from './resources-option'
export { type GetResourcesOptionParams, UrlParams, getDeskTree, getResourcesOption } from './resources-option'
20 changes: 10 additions & 10 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.10",
"@apollo/client": "^3.9.11",
"@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",
"@nuxt/kit": "3.7.3",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.109.0",
"@sentry/tracing": "^7.109.0",
"@sentry/node": "^7.110.0",
"@sentry/tracing": "^7.110.0",
"@storipress/builder-component": "^1.4.3",
"@storipress/custom-field": "workspace:*",
"@storipress/karbon": "workspace:*",
Expand All @@ -44,13 +44,13 @@
"knitwork": "^1.1.0",
"lodash.sortby": "^4.7.0",
"lodash.truncate": "^4.4.2",
"node-fetch-native": "^1.4.1",
"node-fetch-native": "^1.6.4",
"ohash": "^1.1.3",
"ora": "^7.0.1",
"p-whilst": "^3.1.0",
"parse5": "^7.1.2",
"pathe": "^1.1.2",
"sass": "^1.74.1",
"sass": "^1.75.0",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.3",
Expand All @@ -61,7 +61,7 @@
"unplugin-vue-components": "^0.26.0",
"unstorage": "^1.10.2",
"uuid": "^9.0.1",
"vite": "^4.5.3",
"vite": "^5.2.8",
"vite-plugin-css-injected-by-js": "^3.5.0",
"vue-instantsearch": "^4.15.0",
"vue3-lazy-hydration": "^1.2.1"
Expand All @@ -87,10 +87,10 @@
"globby": "14.0.1",
"msw": "1.3.3",
"npm-run-all2": "6.1.2",
"nuxt": "3.6.5",
"nuxt": "3.7.3",
"prettier": "3.2.5",
"tsx": "4.7.2",
"typescript": "5.4.4",
"vitest": "0.34.6"
"typescript": "5.4.5",
"vitest": "1.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/typesense-xior/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"typesense": "1.8.2",
"xior": "0.3.9"
"xior": "0.3.11"
},
"devDependencies": {
"@moonrepo/cli": "1.23.4",
Expand Down
Loading

0 comments on commit 8b31719

Please sign in to comment.