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 Jun 18, 2023
1 parent 652bd87 commit fb0a95b
Show file tree
Hide file tree
Showing 5 changed files with 1,547 additions and 530 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.39.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
24 changes: 12 additions & 12 deletions packages/oku-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
],
"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",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.3",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"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.14.1",
"husky": "8.0.3",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
"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.39.0",
"@oku/config": "workspace:*",
"@oku/tsconfig": "workspace:*",
"chokidar": "^3.5.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"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.6.0",
"naive-ui": "2.34.4",
"oku-i18n": "workspace:*",
"@oku/tsconfig": "workspace:*",
"vee-validate": "4.6.4",
"vee-validate": "4.9.6",
"vue": "^3.2.37",
"vue-design-system": "workspace:*",
"vue-i18n": "9.2.2",
Expand Down
Loading

0 comments on commit fb0a95b

Please sign in to comment.