Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent 652bd87 commit db88e56
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions packages/oku-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"graphql-ts": "graphql-codegen --config codegen.yml"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.0",
"@antfu/eslint-config": "^0.43.0",
"@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/introspection": "^2.1.1",
Expand All @@ -33,7 +33,7 @@
"eslint": "^8.19.0",
"graphql-tag": "^2.12.6",
"ts-node-dev": "^2.0.0",
"typescript": "4.7.4"
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
26 changes: 13 additions & 13 deletions packages/oku-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"ts-eslint.js"
],
"devDependencies": {
"@types/node": "17.0.23",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"@vue/eslint-config-prettier": "7.0.0",
"@vue/eslint-config-typescript": "11.0.0",
"eslint": "8.21.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"@types/node": "17.0.45",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.3",
"eslint": "8.56.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.3.0",
"husky": "8.0.1",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13",
"typescript": "4.7.4"
"eslint-plugin-vue": "9.21.0",
"husky": "8.0.3",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.5.11",
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/oku-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.0",
"@antfu/eslint-config": "^0.43.0",
"@oku/config": "workspace:*",
"@oku/tsconfig": "workspace:*",
"chokidar": "^3.5.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"lint:fix": "eslint --fix \"./**/*.{ts,vue}\""
},
"devDependencies": {
"@vueuse/core": "9.1.0",
"canvas-confetti": "1.5.1",
"naive-ui": "2.32.1",
"@vueuse/core": "9.13.0",
"canvas-confetti": "1.9.2",
"naive-ui": "2.37.3",
"oku-i18n": "workspace:*",
"@oku/tsconfig": "workspace:*",
"vee-validate": "4.6.4",
"vee-validate": "4.12.5",
"vue": "^3.2.37",
"vue-design-system": "workspace:*",
"vue-i18n": "9.2.2",
"vue-i18n": "9.9.1",
"vue-router": "^4.1.2",
"yup": "0.32.11"
}
Expand Down

0 comments on commit db88e56

Please sign in to comment.