Skip to content

Commit

Permalink
all: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
somnisomni committed Jan 12, 2025
1 parent 6649c13 commit e8ccb1c
Show file tree
Hide file tree
Showing 11 changed files with 1,660 additions and 1,605 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "myboothmanager",
"author": "somni <[email protected]>",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].3",
"license": "PolyForm-Strict-1.0.0",
"scripts": {
"preinstall": "pnpm dlx only-allow pnpm",
Expand All @@ -24,10 +24,10 @@
},
"devDependencies": {
"@myboothmanager/dev-shared": "workspace:^",
"@types/node": "^20.17.10",
"concurrently": "^9.1.0",
"@types/node": "^22.10.5",
"concurrently": "^9.1.2",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/Common/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-require-imports */
/* eslint-disable @typescript-eslint/no-unused-vars */
/* eslint-disable @typescript-eslint/no-var-requires */

const { JestConfigWithTsJest, pathsToModuleNameMapper } = require("ts-jest");
const { compilerOptions } = require("./tsconfig.json");
Expand Down
10 changes: 5 additions & 5 deletions packages/Common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@myboothmanager/common",
"version": "0.7.0",
"author": "somni <[email protected]>",
"packageManager": "[email protected].0",
"packageManager": "[email protected].3",
"license": "PolyForm-Strict-1.0.0",
"private": true,
"main": "./dist/cjs/index.js",
Expand All @@ -23,18 +23,18 @@
"@myboothmanager/dev-shared": "workspace:^",
"@tsconfig/node20": "^20.1.4",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.10",
"eslint": "^9.17.0",
"@types/node": "^22.10.5",
"eslint": "^9.18.0",
"execa": "^9.5.2",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"tsc-alias": "^1.8.10"
},
"dependencies": {
"currency-symbol-map": "^5.1.0",
"dompurify": "^3.2.3",
"marked": "^15.0.4"
"marked": "^15.0.6"
}
}
14 changes: 7 additions & 7 deletions packages/CommonUI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@myboothmanager/common-ui",
"version": "0.7.0",
"author": "somni <[email protected]>",
"packageManager": "[email protected].0",
"packageManager": "[email protected].3",
"license": "PolyForm-Strict-1.0.0",
"private": true,
"scripts": {
Expand All @@ -25,21 +25,21 @@
"@myboothmanager/common": "workspace:^",
"@tsconfig/node20": "^20.1.4",
"@types/clone-deep": "^4.0.4",
"@types/node": "^20.17.10",
"@types/node": "^22.10.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"npm-run-all2": "^7.0.2",
"rimraf": "^6.0.1",
"sass-embedded": "^1.83.0",
"sass-embedded": "^1.83.1",
"typescript": "=5.6.3",
"vite": "^6.0.3",
"vite": "^6.0.7",
"vite-plugin-vuetify": "^2.0.4",
"vite-tsconfig-paths": "^5.1.4",
"vue": "^3.5.13",
"vue-facing-decorator": "^3.0.4",
"vue-tsc": "^2.1.10",
"vuetify": "^3.7.5"
"vue-tsc": "^2.2.0",
"vuetify": "^3.7.6"
},
"peerDependencies": {
"@mdi/font": ">=7",
Expand Down
16 changes: 8 additions & 8 deletions packages/DevShared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
"name": "@myboothmanager/dev-shared",
"version": "0.7.0",
"author": "somni <[email protected]>",
"packageManager": "[email protected].0",
"packageManager": "[email protected].3",
"license": "PolyForm-Strict-1.0.0",
"private": true,
"type": "module",
"main": "./index.mjs",
"types": "./index.d.ts",
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/compat": "^1.2.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.18.1",
"@vue/eslint-config-typescript": "^14.1.4",
"eslint": "^9.17.0",
"@typescript-eslint/parser": "^8.19.1",
"@vue/eslint-config-typescript": "^14.2.0",
"eslint": "^9.18.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.13.0",
"typescript-eslint": "^8.18.1",
"globals": "^15.14.0",
"typescript-eslint": "^8.19.1",
"vue-eslint-parser": "^9.4.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/I18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@myboothmanager/i18n",
"version": "0.7.0",
"author": "somni <[email protected]>",
"packageManager": "[email protected].0",
"packageManager": "[email protected].3",
"license": "PolyForm-Strict-1.0.0",
"private": true
}
Loading

0 comments on commit e8ccb1c

Please sign in to comment.