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

Commit b7150d9

Browse files
chore(deps): update packages
1 parent 652bd87 commit b7150d9

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

packages/oku-api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"graphql-ts": "graphql-codegen --config codegen.yml"
1414
},
1515
"devDependencies": {
16-
"@antfu/eslint-config": "^0.26.0",
16+
"@antfu/eslint-config": "^0.43.0",
1717
"@graphql-codegen/add": "^3.1.1",
1818
"@graphql-codegen/cli": "^2.6.2",
1919
"@graphql-codegen/introspection": "^2.1.1",
@@ -33,7 +33,7 @@
3333
"eslint": "^8.19.0",
3434
"graphql-tag": "^2.12.6",
3535
"ts-node-dev": "^2.0.0",
36-
"typescript": "4.7.4"
36+
"typescript": "4.9.5"
3737
},
3838
"publishConfig": {
3939
"access": "public"

packages/oku-config/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"ts-eslint.js"
1111
],
1212
"devDependencies": {
13-
"@types/node": "17.0.23",
14-
"@typescript-eslint/eslint-plugin": "5.33.0",
15-
"@typescript-eslint/parser": "5.33.0",
16-
"@vue/eslint-config-prettier": "7.0.0",
17-
"@vue/eslint-config-typescript": "11.0.0",
18-
"eslint": "8.21.0",
19-
"eslint-config-prettier": "8.5.0",
20-
"eslint-plugin-import": "2.26.0",
13+
"@types/node": "17.0.45",
14+
"@typescript-eslint/eslint-plugin": "5.62.0",
15+
"@typescript-eslint/parser": "5.62.0",
16+
"@vue/eslint-config-prettier": "7.1.0",
17+
"@vue/eslint-config-typescript": "11.0.3",
18+
"eslint": "8.56.0",
19+
"eslint-config-prettier": "8.10.0",
20+
"eslint-plugin-import": "2.29.1",
2121
"eslint-plugin-prettier": "4.2.1",
22-
"eslint-plugin-vue": "9.3.0",
23-
"husky": "8.0.1",
24-
"prettier": "2.7.1",
25-
"prettier-plugin-tailwindcss": "0.1.13",
26-
"typescript": "4.7.4"
22+
"eslint-plugin-vue": "9.19.2",
23+
"husky": "8.0.3",
24+
"prettier": "2.8.8",
25+
"prettier-plugin-tailwindcss": "0.5.10",
26+
"typescript": "4.9.5"
2727
},
2828
"publishConfig": {
2929
"access": "public"

packages/oku-i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
1111
},
1212
"devDependencies": {
13-
"@antfu/eslint-config": "^0.26.0",
13+
"@antfu/eslint-config": "^0.43.0",
1414
"@oku/config": "workspace:*",
1515
"@oku/tsconfig": "workspace:*",
1616
"chokidar": "^3.5.3",

packages/vue-app/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"lint:fix": "eslint --fix \"./**/*.{ts,vue}\""
88
},
99
"devDependencies": {
10-
"@vueuse/core": "9.1.0",
11-
"canvas-confetti": "1.5.1",
12-
"naive-ui": "2.32.1",
10+
"@vueuse/core": "9.13.0",
11+
"canvas-confetti": "1.9.2",
12+
"naive-ui": "2.36.0",
1313
"oku-i18n": "workspace:*",
1414
"@oku/tsconfig": "workspace:*",
15-
"vee-validate": "4.6.4",
15+
"vee-validate": "4.12.4",
1616
"vue": "^3.2.37",
1717
"vue-design-system": "workspace:*",
18-
"vue-i18n": "9.2.2",
18+
"vue-i18n": "9.8.0",
1919
"vue-router": "^4.1.2",
2020
"yup": "0.32.11"
2121
}

0 commit comments

Comments
 (0)