Skip to content

Commit

Permalink
chore(dep): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Aug 2, 2024
1 parent 4b9d04f commit ccc4d7a
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 19 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ build.openapi-playground:
cp ./tool/openapiview/index.go ./public/openapi-playground/index.go
cp ./tool/openapiview/go.mod ./public/openapi-playground/go.mod

preview.openapi-playground:
APP=openapi-playground $(VITE) preview --host=127.0.0.1

dev:
$(VITE)

Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions nodedevpkg/vue-vite-presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
},
"dependencies": {
"@swc/core": "^1.7.2",
"@innoai-tech/lodash": "^0.2.5",
"@innoai-tech/vuecomponentcompleter": "^0.1.2",
"@innoai-tech/purebundle": "^0.4.0",
"@innoai-tech/vuecomponentcompleter": "^0.1.2",
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/rollup": "^3.0.1",
"@vitejs/plugin-vue": "^5.1.0",
"@swc/core": "^1.7.4",
"@vitejs/plugin-vue": "^5.1.2",
"hastscript": "^9.0.0",
"unist-util-visit": "^5.0.0",
"vite": "^5.3.5",
Expand Down
3 changes: 2 additions & 1 deletion nodedevpkg/vue-vite-presets/src/chunkCleanup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { transform, usePlugin } from "@innoai-tech/purebundle";
import { type Plugin, createFilter } from "vite";
import { isUndefined } from "@innoai-tech/lodash";

export const chunkCleanup = (
opt: {
Expand Down Expand Up @@ -30,7 +31,7 @@ export const chunkCleanup = (
config(c) {
c.build = c.build ?? {};

if (opt.minify) {
if (!isUndefined(opt.minify)) {
// when minify set, disable default esbuild minify
c.build.minify = false;
}
Expand Down
2 changes: 1 addition & 1 deletion nodepkg/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@codemirror/language": "^6.10.2",
"@codemirror/lint": "^6.8.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.28.6",
"@codemirror/view": "^6.29.1",
"@innoai-tech/vuekit": "workspace:^",
"@innoai-tech/vueuikit": "workspace:^",
"@lezer/highlight": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion nodepkg/jsoncue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@innoai-tech/codemirror": "workspace:^",
"@innoai-tech/typedef": "workspace:^",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.1"
"@lezer/lr": "^1.4.2"
},
"peerDependencies": {},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions nodepkg/vuekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@innoai-tech/vue-jsx-runtime": "workspace:^",
"immer": "^10.1.1",
"rxjs": "^7.8.1",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
"vue": "^3.4.35",
"vue-router": "^4.4.2"
},
"peerDependencies": {},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion nodepkg/vueuikit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@popperjs/core": "^2.11.8",
"polished": "^4.3.1",
"popmotion": "^11.0.5",
"vue": "^3.4.34"
"vue": "^3.4.35"
},
"peerDependencies": {},
"exports": {
Expand Down
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"type": "module",
"private": true,
"packageManager": "[email protected].20",
"packageManager": "[email protected].21",
"workspaces": [
"nodepkg/*",
"nodedevpkg/*"
Expand All @@ -21,16 +21,19 @@
},
"prettier": {},
"dependencies": {
"@lezer/lr": "^1.4.2",
"@innoai-tech/codemirror": "workspace:*",
"@innoai-tech/vuekit": "workspace:*",
"@innoai-tech/jsoncue": "workspace:*",
"@innoai-tech/fetcher": "^0.5.5",
"@innoai-tech/lodash": "^0.2.5",
"rxjs": "^7.8.1",
"@innoai-tech/vueuikit": "workspace:*"
},
"devDependencies": {
"@happy-dom/global-registrator": "^14.12.3",
"@innoai-tech/config": "^0.5.5",
"@innoai-tech/devconfig": "^0.5.0",
"@innoai-tech/fetcher": "^0.5.5",
"@innoai-tech/lodash": "^0.2.5",
"@innoai-tech/monobundle": "^0.14.1",
"@innoai-tech/vue-vite-presets": "workspace:*",
"@innoai-tech/vuedevconfig": "workspace:*",
Expand All @@ -41,14 +44,13 @@
"core-js": "^3.37.1",
"normalize.css": "^8.0.1",
"prettier": "^3.3.3",
"rxjs": "^7.8.1",
"turbo": "^2.0.9",
"turbo": "^2.0.11",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vue": "^3.4.34"
"vue": "^3.4.35"
},
"resolutions": {
"vite": "5.3.5",
"vue": "3.4.27"
"vue": "3.4.35"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import {
import { jsoncue, jsoncueParserOrValidateLinter } from "@innoai-tech/jsoncue/codemirror";
import { Box } from "@innoai-tech/vueuikit";
import { JSONCue } from "@innoai-tech/jsoncue";
import { keymap } from "@codemirror/view";
import type { Extension } from "@codemirror/state";
import { linter } from "@codemirror/lint";
import { keymap } from "@innoai-tech/codemirror";
import type { Extension } from "@innoai-tech/codemirror";
import { linter } from "@innoai-tech/codemirror";
import { jsoncueCompletions } from "@innoai-tech/jsoncue/codemirror";
import { isUndefined } from "@innoai-tech/lodash";

Expand Down

0 comments on commit ccc4d7a

Please sign in to comment.