Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Oct 16, 2024
1 parent 15759d4 commit f75adc6
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"create-domco": "*",
"domco": "*",
"drab": "^5.4.2",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"uico": "^0.3.3"
}
}
2 changes: 1 addition & 1 deletion apps/tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"domco": "*",
"react": "^18.3.1",
Expand Down
142 changes: 71 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "domco-monorepo",
"private": true,
"type": "module",
"packageManager": "npm@10.8.3",
"packageManager": "npm@10.9.0",
"workspaces": [
"packages/*",
"apps/*"
Expand All @@ -21,11 +21,11 @@
"@robino/md": "^1.0.1",
"@robino/prettier": "^0.1.1",
"@robino/tsconfig": "^0.2.2",
"hono": "^4.6.3",
"hono": "^4.6.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"turbo": "^2.1.3",
"typescript": "^5.6.3",
"vite": "^5.4.8"
"vite": "^5.4.9"
}
}
4 changes: 2 additions & 2 deletions packages/domco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"doc": "typedoc --options typedoc.config.js"
},
"devDependencies": {
"typedoc": "^0.26.8",
"typedoc": "^0.26.10",
"typedoc-plugin-markdown": "^4.2.9",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"peerDependencies": {
"vite": "^5.4.0 || ^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/domco/src/version/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// this file is generated in scripts/version/index.ts
// this might be out of sync with github until the project is built and committed.
// npm will have the correct version.
export const version = "2.1.4";
export const version = "2.1.5";

0 comments on commit f75adc6

Please sign in to comment.