Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 4, 2023
1 parent 3f13db7 commit 79c8de5
Show file tree
Hide file tree
Showing 7 changed files with 386 additions and 85 deletions.
8 changes: 4 additions & 4 deletions fixtures/vitesse/package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.0.0",
"packageManager": "pnpm@8.1.1",
"scripts": {
"build": "vite-ssg build",
"dev": "vite --port 3333 --open",
Expand All @@ -26,7 +26,7 @@
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.37.0",
"@antfu/eslint-config": "^0.38.3",
"@iconify-json/carbon": "^1.1.16",
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@types/markdown-it-link-attributes": "^3.0.1",
Expand All @@ -41,10 +41,10 @@
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.8.0",
"pnpm": "^8.0.0",
"pnpm": "^8.1.1",
"shiki": "^0.14.1",
"taze": "^0.9.1",
"typescript": "^5.0.2",
"typescript": "^5.0.3",
"unocss": "^0.50.6",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-components": "^0.24.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@antfu/eslint-config-monorepo",
"version": "0.38.3",
"private": true,
"packageManager": "pnpm@8.0.0",
"packageManager": "pnpm@8.1.1",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"scripts": {
Expand All @@ -13,10 +13,10 @@
},
"devDependencies": {
"@antfu/eslint-config": "workspace:*",
"bumpp": "^9.0.0",
"bumpp": "^9.1.0",
"eslint": "^8.37.0",
"eslint-plugin-antfu": "link:./packages/eslint-plugin-antfu",
"rimraf": "^4.4.1",
"typescript": "^5.0.2"
"typescript": "^5.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Expand Up @@ -26,6 +26,6 @@
"devDependencies": {
"eslint": "^8.37.0",
"react": "^18.2.0",
"typescript": "^5.0.2"
"typescript": "^5.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-ts/package.json
Expand Up @@ -18,8 +18,8 @@
},
"dependencies": {
"@antfu/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint-plugin-jest": "^27.2.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@antfu/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-antfu/package.json
Expand Up @@ -16,11 +16,11 @@
"prepublishOnly": "nr build"
},
"dependencies": {
"@typescript-eslint/utils": "^5.57.0"
"@typescript-eslint/utils": "^5.57.1"
},
"devDependencies": {
"@types/node": "^18.15.11",
"unbuild": "^1.1.2",
"unbuild": "^1.2.0",
"vitest": "^0.29.8"
}
}

0 comments on commit 79c8de5

Please sign in to comment.