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

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Sep 6, 2023
1 parent a249c99 commit 5985c9d
Show file tree
Hide file tree
Showing 8 changed files with 2,431 additions and 1,599 deletions.
35 changes: 30 additions & 5 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,43 @@
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "prepack", "lint", "test"]
"cacheableOperations": [
"build",
"prepack",
"lint",
"test"
]
}
}
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/dist", "{projectRoot}/bin"]
"dependsOn": [
"^build"
],
"outputs": [
"{projectRoot}/dist",
"{projectRoot}/bin"
]
},
"prepack": {
"dependsOn": ["^prepack"],
"outputs": ["{projectRoot}/dist"]
"dependsOn": [
"^prepack"
],
"outputs": [
"{projectRoot}/dist"
]
}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"sharedGlobals": [],
"production": [
"default"
]
}
}
49 changes: 26 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"packages/*"
],
"dependencies": {
"@apollo/client": "^3.7.17",
"@apollo/client": "^3.8.3",
"@babel/runtime": "^7.22.6",
"@iframely/embed.js": "^1.10.1",
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.6.5",
"@nuxtjs/html-validator": "^1.5.1",
"@rudderstack/rudder-sdk-node": "^2.0.2",
"@sentry/node": "^7.58.1",
"@sentry/tracing": "^7.58.1",
"@rudderstack/rudder-sdk-node": "^2.0.4",
"@sentry/node": "^7.67.0",
"@sentry/tracing": "^7.67.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.0",
"destr": "^2.0.1",
"events": "^3.3.0",
"fast-deep-equal": "^3.1.3",
"find-cache-dir": "^4.0.0",
Expand All @@ -40,26 +40,26 @@
"lodash.sortby": "^4.7.0",
"lodash.truncate": "^4.4.2",
"micro-aes-gcm": "^0.3.3",
"node-fetch-native": "^1.1.1",
"ohash": "^1.1.2",
"ora": "^7.0.0",
"p-whilst": "^3.0.0",
"node-fetch-native": "^1.4.0",
"ohash": "^1.1.3",
"ora": "^7.0.1",
"p-whilst": "^3.1.0",
"parse5": "^7.1.2",
"pathe": "^1.1.1",
"sass": "^1.64.1",
"sass": "^1.66.1",
"scule": "^1.0.0",
"serialize-javascript": "^6.0.1",
"tailwindcss": "^3.3.3",
"tiny-invariant": "^1.3.1",
"type-fest": "^4.0.0",
"typesense-instantsearch-adapter": "^2.7.0",
"type-fest": "^4.3.1",
"typesense-instantsearch-adapter": "^2.7.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"unstorage": "^1.8.0",
"unstorage": "^1.9.0",
"uuid": "^9.0.0",
"vite": "^4.4.7",
"vite-plugin-css-injected-by-js": "^3.2.1",
"vue-instantsearch": "^4.10.5",
"vite": "^4.4.9",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vue-instantsearch": "^4.10.10",
"vue3-lazy-hydration": "^1.2.1"
},
"devDependencies": {
Expand All @@ -75,25 +75,28 @@
"@types/serialize-javascript": "5.0.2",
"@types/tailwindcss": "3.1.0",
"@types/tar": "6.1.5",
"@types/uuid": "9.0.2",
"@types/uuid": "9.0.3",
"@vitejs/plugin-vue": "4.3.4",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"fs-extra": "11.1.1",
"globby": "13.2.2",
"lerna": "7.2.0",
"msw": "1.2.5",
"msw": "1.3.0",
"npm-run-all": "4.1.5",
"nuxt": "3.6.5",
"nx": "16.7.4",
"prettier": "3.0.2",
"tsx": "3.12.7",
"typescript": "5.1.6",
"nx": "16.8.0",
"prettier": "3.0.3",
"tsx": "3.12.8",
"typescript": "5.2.2",
"vitest": "0.34.3"
},
"resolutions": {
"graphql": "16.6.0"
"graphql": "16.6.0",
"nuxt": "3.6.5",
"@nuxt/kit": "3.6.5",
"@nuxt/schema": "3.6.5"
},
"msw": {
"workerDirectory": "public"
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 @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/node": "18.17.14",
"unbuild": "1.2.1"
"unbuild": "2.0.0"
},
"publishConfig": {
"access": "public"
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,12 +26,12 @@
},
"dependencies": {
"hookable": "^5.5.3",
"remeda": "^1.24.0",
"remeda": "^1.26.0",
"unctx": "^2.3.1",
"vue": "^3.3.4"
},
"devDependencies": {
"unbuild": "1.2.1"
"unbuild": "2.0.0"
},
"publishConfig": {
"access": "public"
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 @@ -30,8 +30,8 @@
},
"devDependencies": {
"@types/node": "18.17.14",
"typescript": "5.1.6",
"unbuild": "1.2.1"
"typescript": "5.2.2",
"unbuild": "2.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
80 changes: 40 additions & 40 deletions packages/karbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"build:module": {
"outputs": [
"{projectRoot}/dist/**",
"!{projectRoot}/dist/module.mjs",
"!{projectRoot}/dist/helper.mjs"
"{workspaceRoot}/!{projectRoot}/dist/module.mjs",
"{workspaceRoot}/!{projectRoot}/dist/helper.mjs"
],
"dependsOn": [
"dev:prepare"
Expand All @@ -110,17 +110,17 @@
}
},
"dependencies": {
"@apollo/client": "^3.7.17",
"@apollo/client": "^3.8.3",
"@babel/runtime": "^7.22.6",
"@iframely/embed.js": "^1.10.1",
"@nuxt/devalue": "^2.0.2",
"@nuxt/image": "^1.0.0-rc.1",
"@nuxt/kit": "^3.6.3",
"@nuxt/schema": "^3.6.5",
"@nuxt/kit": "~3.6.5",
"@nuxt/schema": "~3.6.5",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.58.1",
"@sentry/tracing": "^7.58.1",
"@storipress/builder-component": "^1.3.0",
"@sentry/node": "^7.67.0",
"@sentry/tracing": "^7.67.0",
"@storipress/builder-component": "^1.4.1",
"@storipress/custom-field": "^1.1.7",
"@storipress/jose-browser": "^1.1.5",
"@storipress/vue-advertising": "^1.1.0",
Expand All @@ -132,9 +132,9 @@
"chalk": "^5.3.0",
"cross-fetch": "^4.0.0",
"defu": "^6.1.2",
"destr": "^2.0.0",
"destr": "^2.0.1",
"events": "^3.3.0",
"execa": "^8.0.0",
"execa": "^8.0.1",
"fast-deep-equal": "^3.1.3",
"fast-xml-parser": "^4.2.7",
"feed": "^4.2.2",
Expand All @@ -149,50 +149,50 @@
"lodash.truncate": "^4.4.2",
"micro-aes-gcm": "^0.3.3",
"minimist": "^1.2.8",
"node-fetch-native": "^1.1.1",
"node-html-parser": "^6.1.5",
"nuxt-link-checker": "^1.0.4",
"node-fetch-native": "^1.4.0",
"node-html-parser": "^6.1.6",
"nuxt-link-checker": "^2.1.5",
"nuxt-schema-org": "^2.2.0",
"nuxt-simple-robots": "^3.0.3",
"nuxt-simple-robots": "^3.1.2",
"nuxt-simple-sitemap": "3.0.13",
"ohash": "^1.1.2",
"ora": "^7.0.0",
"ohash": "^1.1.3",
"ora": "^7.0.1",
"p-defer": "^4.0.0",
"p-whilst": "^3.0.0",
"p-whilst": "^3.1.0",
"parse5": "^7.1.2",
"pathe": "^1.1.1",
"pretty-bytes": "^6.1.0",
"remeda": "^1.24.0",
"sass": "^1.64.1",
"pretty-bytes": "^6.1.1",
"remeda": "^1.26.0",
"sass": "^1.66.1",
"scule": "^1.0.0",
"serialize-javascript": "^6.0.1",
"tailwindcss": "^3.3.3",
"tempy": "^3.1.0",
"tiny-invariant": "^1.3.1",
"ts-pattern": "^5.0.4",
"type-fest": "^4.0.0",
"typesense-instantsearch-adapter": "^2.7.0",
"unbuild": "^1.2.1",
"unenv": "^1.5.2",
"ts-pattern": "^5.0.5",
"type-fest": "^4.3.1",
"typesense-instantsearch-adapter": "^2.7.1",
"unbuild": "^2.0.0",
"unenv": "^1.7.4",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"unstorage": "^1.8.0",
"unstorage": "^1.9.0",
"uuid": "^9.0.0",
"vite": "^4.4.7",
"vite-plugin-css-injected-by-js": "^3.2.1",
"vite": "^4.4.9",
"vite-plugin-css-injected-by-js": "^3.3.0",
"vite-tsconfig-paths": "^4.2.0",
"vue": "^3.3.4",
"vue-instantsearch": "^4.10.5",
"vue-instantsearch": "^4.10.10",
"vue-router": "^4.2.4",
"vue3-lazy-hydration": "^1.2.1",
"zod": "^3.21.4",
"zod-validation-error": "^1.3.1"
"zod": "^3.22.2",
"zod-validation-error": "^1.5.0"
},
"devDependencies": {
"@antfu/eslint-config-vue": "0.41.0",
"@nuxt/eslint-config": "0.1.1",
"@nuxt/eslint-config": "0.2.0",
"@nuxt/kit": "3.6.5",
"@nuxt/module-builder": "0.5.0",
"@nuxt/module-builder": "0.5.1",
"@nuxt/test-utils": "3.6.5",
"@nuxtjs/tailwindcss": "6.8.0",
"@types/find-cache-dir": "3.2.1",
Expand All @@ -205,25 +205,25 @@
"@types/serialize-javascript": "5.0.2",
"@types/tailwindcss": "3.1.0",
"@types/tar": "6.1.5",
"@types/uuid": "9.0.2",
"@types/uuid": "9.0.3",
"@vitejs/plugin-vue": "4.3.4",
"changelogen": "0.5.5",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"fs-extra": "11.1.1",
"globby": "13.2.2",
"msw": "1.2.5",
"msw": "1.3.0",
"nuxt": "3.6.5",
"nx": "16.7.4",
"prettier": "3.0.2",
"nx": "16.8.0",
"prettier": "3.0.3",
"tsup": "7.2.0",
"tsx": "3.12.7",
"typescript": "5.1.6",
"tsx": "3.12.8",
"typescript": "5.2.2",
"vitest": "0.34.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "8df1f4d5837a7e2ddbff6cc79f5fec256c34a394"
}
}
Loading

0 comments on commit 5985c9d

Please sign in to comment.