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 3, 2024
1 parent f087bd1 commit 173ac4e
Show file tree
Hide file tree
Showing 9 changed files with 488 additions and 384 deletions.
12 changes: 6 additions & 6 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.15.0",
"@antfu/eslint-config": "2.16.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@moonrepo/cli": "1.24.1",
"@moonrepo/cli": "1.24.3",
"@nuxt/image": "1.0.0-rc.1",
"@nuxtjs/tailwindcss": "6.8.0",
"@rollup/plugin-virtual": "3.0.2",
"@vitest/coverage-v8": "1.5.0",
"eslint": "9.1.0",
"@vitest/coverage-v8": "1.5.3",
"eslint": "9.1.1",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
"prettier": "3.2.5",
"tsx": "4.7.2",
"tsx": "4.8.2",
"typescript": "5.4.5",
"vitest": "1.5.0"
"vitest": "1.5.3"
},
"resolutions": {
"@nuxt/kit": "3.7.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/code-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/core": "7.24.5",
"babel-plugin-prismjs": "2.1.0",
"changelogen": "0.5.5",
"eslint": "9.1.0",
"vite": "5.2.10",
"eslint": "9.1.1",
"vite": "5.2.11",
"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.7",
"@types/node": "20.12.8",
"unbuild": "2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jose-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jose": "^5.0.0"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/node": "20.12.8",
"typescript": "5.4.5",
"unbuild": "2.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/karbon-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"entities": "^4.5.0"
},
"devDependencies": {
"@fast-check/vitest": "0.1.0",
"@moonrepo/cli": "1.24.1",
"fast-check": "3.17.2",
"@fast-check/vitest": "0.1.1",
"@moonrepo/cli": "1.24.3",
"fast-check": "3.18.0",
"happy-dom": "14.7.1",
"tsup": "8.0.2",
"typescript": "5.4.5",
"vitest": "1.5.0"
"vitest": "1.5.3"
}
}
20 changes: 10 additions & 10 deletions packages/karbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
},
"dependencies": {
"@apollo/client": "^3.9.11",
"@babel/runtime": "^7.24.4",
"@babel/runtime": "^7.24.5",
"@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.111.0",
"@sentry/tracing": "^7.111.0",
"@sentry/node": "^7.113.0",
"@sentry/tracing": "^7.113.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.75.0",
"sass": "^1.76.0",
"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.16.0",
"type-fest": "^4.18.1",
"typesense-instantsearch-adapter": "^2.8.0",
"unbuild": "^2.0.0",
"unenv": "^1.9.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unstorage": "^1.10.2",
"uuid": "^9.0.1",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-plugin-css-injected-by-js": "^3.5.0",
"vite-tsconfig-paths": "^4.3.2",
"vue": "^3.4.21",
"vue-instantsearch": "^4.15.0",
"vue-router": "^4.3.0",
"vue3-lazy-hydration": "^1.2.1",
"zod": "^3.23.0",
"zod-validation-error": "^3.1.0"
"zod": "^3.23.6",
"zod-validation-error": "^3.2.0"
},
"devDependencies": {
"@nuxt/kit": "3.7.3",
Expand All @@ -149,9 +149,9 @@
"prettier": "3.2.5",
"proper-tags": "2.0.2",
"tsup": "8.0.2",
"tsx": "4.7.2",
"tsx": "4.8.2",
"typescript": "5.4.5",
"vitest": "1.5.0",
"vitest": "1.5.3",
"zx": "8.0.2"
},
"publishConfig": {
Expand Down
18 changes: 9 additions & 9 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"dependencies": {
"@apollo/client": "^3.9.11",
"@babel/runtime": "^7.24.4",
"@babel/runtime": "^7.24.5",
"@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.111.0",
"@sentry/tracing": "^7.111.0",
"@sentry/node": "^7.113.0",
"@sentry/tracing": "^7.113.0",
"@storipress/builder-component": "^1.4.3",
"@storipress/custom-field": "workspace:*",
"@storipress/karbon": "workspace:*",
Expand All @@ -49,18 +49,18 @@
"ora": "^8.0.1",
"parse5": "^7.1.2",
"pathe": "^1.1.2",
"sass": "^1.75.0",
"sass": "^1.76.0",
"scule": "^1.3.0",
"serialize-javascript": "^6.0.2",
"tailwindcss": "^3.4.3",
"tiny-invariant": "^1.3.3",
"type-fest": "^4.16.0",
"type-fest": "^4.18.1",
"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": "^5.2.10",
"vite": "^5.2.11",
"vite-plugin-css-injected-by-js": "^3.5.0",
"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.0",
"eslint": "9.1.1",
"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.7.2",
"tsx": "4.8.2",
"typescript": "5.4.5",
"vitest": "1.5.0"
"vitest": "1.5.3"
}
}
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.24.1",
"@moonrepo/cli": "1.24.3",
"builtin-modules": "3.3.0",
"vite": "5.2.10"
"vite": "5.2.11"
}
}
Loading

0 comments on commit 173ac4e

Please sign in to comment.