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 Jun 14, 2024
1 parent d738c83 commit e30853f
Show file tree
Hide file tree
Showing 8 changed files with 386 additions and 385 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"packages/*"
],
"devDependencies": {
"@antfu/eslint-config": "2.21.0",
"@antfu/eslint-config": "2.21.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.5",
"@moonrepo/cli": "1.25.4",
"@moonrepo/cli": "1.25.6",
"@nuxt/image": "1.0.0-rc.1",
"@nuxtjs/tailwindcss": "6.8.0",
"@rollup/plugin-virtual": "3.0.2",
"@vitest/coverage-v8": "1.6.0",
"eslint": "9.4.0",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
"prettier": "3.3.1",
"tsx": "4.15.0",
"prettier": "3.3.2",
"tsx": "4.15.4",
"typescript": "5.4.5",
"vitest": "1.6.0"
},
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.4.0",
"vite": "5.2.13",
"vite": "5.3.1",
"vite-plugin-babel": "1.2.0"
}
}
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.27"
"vue": "^3.4.28"
},
"devDependencies": {
"unbuild": "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/karbon-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@fast-check/vitest": "0.1.1",
"@moonrepo/cli": "1.25.4",
"@moonrepo/cli": "1.25.6",
"fast-check": "3.19.0",
"happy-dom": "14.12.0",
"tsup": "8.1.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/karbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"prepack": "yarn build"
},
"dependencies": {
"@apollo/client": "^3.9.11",
"@apollo/client": "^3.10.5",
"@babel/runtime": "^7.24.7",
"@iframely/embed.js": "^1.10.3",
"@nuxt/devalue": "^2.0.2",
"@nuxt/image": "^1.0.0-rc.1",
"@nuxt/kit": "~3.7.3",
"@nuxt/schema": "~3.7.3",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.114.0",
"@sentry/tracing": "^7.114.0",
"@sentry/node": "^7.117.0",
"@sentry/tracing": "^7.117.0",
"@storipress/builder-component": "^1.4.3",
"@storipress/code-highlight": "^0.0.3",
"@storipress/custom-field": "^1.1.7",
Expand All @@ -73,7 +73,7 @@
"events": "^3.3.0",
"execa": "^8.0.1",
"fast-deep-equal": "^3.1.3",
"fast-xml-parser": "^4.3.6",
"fast-xml-parser": "^4.4.0",
"feed": "^4.2.2",
"file-type": "^19.0.0",
"find-cache-dir": "^5.0.0",
Expand All @@ -100,13 +100,13 @@
"pretty-bytes": "^6.1.1",
"prismjs": "^1.29.0",
"remeda": "^1.61.0",
"sass": "^1.77.4",
"sass": "^1.77.5",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.4",
"tempy": "^3.1.0",
"tiny-invariant": "^1.3.3",
"ts-pattern": "^5.1.2",
"ts-pattern": "^5.2.0",
"type-fest": "^4.20.0",
"typesense-instantsearch-adapter": "^2.8.0",
"unbuild": "^2.0.0",
Expand All @@ -115,12 +115,12 @@
"unplugin-vue-components": "^0.26.0",
"unstorage": "^1.10.2",
"uuid": "^9.0.1",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-tsconfig-paths": "^4.3.2",
"vue": "^3.4.27",
"vue": "^3.4.28",
"vue-instantsearch": "^4.15.0",
"vue-router": "^4.3.2",
"vue-router": "^4.3.3",
"vue3-lazy-hydration": "^1.2.1",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
Expand All @@ -146,10 +146,10 @@
"globby": "14.0.1",
"msw": "2.3.1",
"nuxt": "3.7.3",
"prettier": "3.3.1",
"prettier": "3.3.2",
"proper-tags": "2.0.2",
"tsup": "8.1.0",
"tsx": "4.15.0",
"tsx": "4.15.4",
"typescript": "5.4.5",
"vitest": "1.6.0",
"zx": "8.1.2"
Expand Down
14 changes: 7 additions & 7 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"workerDirectory": "public"
},
"dependencies": {
"@apollo/client": "^3.9.11",
"@apollo/client": "^3.10.5",
"@babel/runtime": "^7.24.7",
"@iframely/embed.js": "^1.10.3",
"@nuxt/devalue": "^2.0.2",
"@nuxt/kit": "3.7.3",
"@nuxtjs/html-validator": "^1.5.1",
"@sentry/node": "^7.114.0",
"@sentry/tracing": "^7.114.0",
"@sentry/node": "^7.117.0",
"@sentry/tracing": "^7.117.0",
"@storipress/builder-component": "^1.4.3",
"@storipress/custom-field": "workspace:*",
"@storipress/karbon": "workspace:*",
Expand All @@ -49,7 +49,7 @@
"ora": "^8.0.1",
"parse5": "^7.1.2",
"pathe": "^1.1.2",
"sass": "^1.77.4",
"sass": "^1.77.5",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.4",
Expand All @@ -60,7 +60,7 @@
"unplugin-vue-components": "^0.26.0",
"unstorage": "^1.10.2",
"uuid": "^9.0.1",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vue-instantsearch": "^4.15.0",
"vue3-lazy-hydration": "^1.2.1"
Expand All @@ -85,8 +85,8 @@
"fs-extra": "11.2.0",
"globby": "14.0.1",
"nuxt": "3.7.3",
"prettier": "3.3.1",
"tsx": "4.15.0",
"prettier": "3.3.2",
"tsx": "4.15.4",
"typescript": "5.4.5",
"vitest": "1.6.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/typesense-xior/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"xior": "0.3.13"
},
"devDependencies": {
"@moonrepo/cli": "1.25.4",
"@moonrepo/cli": "1.25.6",
"builtin-modules": "3.3.0",
"vite": "5.2.13"
"vite": "5.3.1"
}
}
Loading

0 comments on commit e30853f

Please sign in to comment.