Skip to content

Commit

Permalink
pnpm -r update, set exact versions in pnpm-workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererXII committed Jan 13, 2025
1 parent ae77ae1 commit d4821f2
Show file tree
Hide file tree
Showing 16 changed files with 122 additions and 122 deletions.
106 changes: 53 additions & 53 deletions pnpm-lock.yaml

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

18 changes: 9 additions & 9 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ packages:
catalog:
shogiground: ^0.10.1
shogiops: ^0.18.0
snabbdom: ^3.5.1
'@badrap/result': ^0.2
'chart.js': ^4.4
'@types/node': ^20
tsx: ^4
snabbdom: ~3.5.1
'@badrap/result': ^0.2.13
'chart.js': ^4.4.7
'@types/node': ^20.17.12
tsx: ^4.19.2
'@textcomplete/core': '^0.1.13'
'@textcomplete/textarea': '^0.1.13'
'@yaireo/tagify': '^4.32'
'@types/yaireo__tagify': '^4.27'
'debounce-promise': '^3.1'
'@types/debounce-promise': '^3.1'
'@yaireo/tagify': '^4.33.1'
'@types/yaireo__tagify': '^4.27.0'
'debounce-promise': '^3.1.2'
'@types/debounce-promise': '^3.1.9'
18 changes: 9 additions & 9 deletions ui/@build/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"license": "AGPL-3.0-or-later",
"type": "module",
"dependencies": {
"breakpoint-sass": "^2.7",
"balloon-css": "^1"
"balloon-css": "^1.2.0",
"breakpoint-sass": "^2.7.1"
},
"devDependencies": {
"tsx": "catalog:",
"@build/wrapper": "workspace:*",
"@types/node": "catalog:",
"sass-embedded": "^1",
"sass-graph-ts": "^5",
"fast-glob": "^3",
"postcss": "^8",
"cssnano": "^7",
"autoprefixer": "^10"
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"fast-glob": "^3.3.3",
"postcss": "^8.4.49",
"sass-embedded": "^1.83.1",
"sass-graph-ts": "^5.0.0",
"tsx": "catalog:"
},
"scripts": {
"type-check": "tsc --noEmit",
Expand Down
8 changes: 4 additions & 4 deletions ui/@build/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"license": "AGPL-3.0-or-later",
"type": "module",
"devDependencies": {
"tsx": "catalog:",
"fast-glob": "^3",
"fast-xml-parser": "^4",
"@build/wrapper": "workspace:*",
"@types/node": "catalog:"
"@types/node": "catalog:",
"fast-glob": "^3.3.3",
"fast-xml-parser": "^4.5.1",
"tsx": "catalog:"
},
"scripts": {
"type-check": "tsc --noEmit",
Expand Down
Loading

0 comments on commit d4821f2

Please sign in to comment.