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 May 16, 2024
1 parent d36dc03 commit 1ac7977
Show file tree
Hide file tree
Showing 9 changed files with 585 additions and 644 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"packages/*"
],
"devDependencies": {
"@antfu/eslint-config": "2.16.1",
"@antfu/eslint-config": "2.18.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@moonrepo/cli": "1.24.3",
"@moonrepo/cli": "1.24.5",
"@nuxt/image": "1.0.0-rc.1",
"@nuxtjs/tailwindcss": "6.8.0",
"@rollup/plugin-virtual": "3.0.2",
"@vitest/coverage-v8": "1.5.3",
"eslint": "9.1.1",
"eslint": "9.2.0",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
"prettier": "3.2.5",
"tsx": "4.8.2",
"tsx": "4.10.3",
"typescript": "5.4.5",
"vitest": "1.5.3"
"vitest": "1.6.0"
},
"resolutions": {
"@nuxt/kit": "3.7.3",
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.5",
"babel-plugin-prismjs": "2.1.0",
"changelogen": "0.5.5",
"eslint": "9.1.1",
"eslint": "9.2.0",
"vite": "5.2.11",
"vite-plugin-babel": "1.2.0"
}
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 @@ -28,7 +28,7 @@
"hookable": "^5.5.3",
"remeda": "^1.61.0",
"unctx": "^2.3.1",
"vue": "^3.4.21"
"vue": "^3.4.27"
},
"devDependencies": {
"unbuild": "2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/karbon-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
},
"devDependencies": {
"@fast-check/vitest": "0.1.1",
"@moonrepo/cli": "1.24.3",
"@moonrepo/cli": "1.24.5",
"fast-check": "3.18.0",
"happy-dom": "14.7.1",
"happy-dom": "14.11.0",
"tsup": "8.0.2",
"typescript": "5.4.5",
"vitest": "1.5.3"
"vitest": "1.6.0"
}
}
26 changes: 13 additions & 13 deletions packages/karbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@nuxt/kit": "~3.7.3",
"@nuxt/schema": "~3.7.3",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.113.0",
"@sentry/tracing": "^7.113.0",
"@sentry/node": "^7.114.0",
"@sentry/tracing": "^7.114.0",
"@storipress/builder-component": "^1.4.3",
"@storipress/code-highlight": "^0.0.3",
"@storipress/custom-field": "^1.1.7",
Expand Down Expand Up @@ -100,30 +100,30 @@
"pretty-bytes": "^6.1.1",
"prismjs": "^1.29.0",
"remeda": "^1.61.0",
"sass": "^1.76.0",
"sass": "^1.77.1",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.3",
"tempy": "^3.1.0",
"tiny-invariant": "^1.3.3",
"ts-pattern": "^5.1.1",
"type-fest": "^4.18.1",
"type-fest": "^4.18.2",
"typesense-instantsearch-adapter": "^2.8.0",
"unbuild": "^2.0.0",
"unenv": "^1.9.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.26.0",
"unstorage": "^1.10.2",
"uuid": "^9.0.1",
"vite": "^5.2.11",
"vite-plugin-css-injected-by-js": "^3.5.0",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-tsconfig-paths": "^4.3.2",
"vue": "^3.4.21",
"vue": "^3.4.27",
"vue-instantsearch": "^4.15.0",
"vue-router": "^4.3.0",
"vue3-lazy-hydration": "^1.2.1",
"zod": "^3.23.6",
"zod-validation-error": "^3.2.0"
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
},
"devDependencies": {
"@nuxt/kit": "3.7.3",
Expand All @@ -144,15 +144,15 @@
"changelogen": "0.5.5",
"fs-extra": "11.2.0",
"globby": "14.0.1",
"msw": "2.2.14",
"msw": "2.3.0",
"nuxt": "3.7.3",
"prettier": "3.2.5",
"proper-tags": "2.0.2",
"tsup": "8.0.2",
"tsx": "4.8.2",
"tsx": "4.10.3",
"typescript": "5.4.5",
"vitest": "1.5.3",
"zx": "8.0.2"
"vitest": "1.6.0",
"zx": "8.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
18 changes: 9 additions & 9 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.7.3",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.113.0",
"@sentry/tracing": "^7.113.0",
"@sentry/node": "^7.114.0",
"@sentry/tracing": "^7.114.0",
"@storipress/builder-component": "^1.4.3",
"@storipress/custom-field": "workspace:*",
"@storipress/karbon": "workspace:*",
Expand All @@ -49,19 +49,19 @@
"ora": "^8.0.1",
"parse5": "^7.1.2",
"pathe": "^1.1.2",
"sass": "^1.76.0",
"sass": "^1.77.1",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.3",
"tiny-invariant": "^1.3.3",
"type-fest": "^4.18.1",
"type-fest": "^4.18.2",
"typesense-instantsearch-adapter": "^2.8.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.26.0",
"unstorage": "^1.10.2",
"uuid": "^9.0.1",
"vite": "^5.2.11",
"vite-plugin-css-injected-by-js": "^3.5.0",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vue-instantsearch": "^4.15.0",
"vue3-lazy-hydration": "^1.2.1"
},
Expand All @@ -79,15 +79,15 @@
"@types/tar": "6.1.13",
"@types/uuid": "9.0.8",
"@vitejs/plugin-vue": "5.0.4",
"eslint": "9.1.1",
"eslint": "9.2.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
"globby": "14.0.1",
"nuxt": "3.7.3",
"prettier": "3.2.5",
"tsx": "4.8.2",
"tsx": "4.10.3",
"typescript": "5.4.5",
"vitest": "1.5.3"
"vitest": "1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/typesense-xior/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"xior": "0.3.13"
},
"devDependencies": {
"@moonrepo/cli": "1.24.3",
"@moonrepo/cli": "1.24.5",
"builtin-modules": "3.3.0",
"vite": "5.2.11"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/worker-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "0.2.6",
"@cloudflare/workers-types": "^4.20240502.0",
"@cloudflare/workers-types": "^4.20240512.0",
"@tsconfig/node18": "^18.2.4",
"vitest": "1.3.0"
}
Expand Down
Loading

0 comments on commit 1ac7977

Please sign in to comment.