Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and brawaru committed Feb 28, 2024
1 parent be398c7 commit 63e0ffe
Show file tree
Hide file tree
Showing 6 changed files with 546 additions and 698 deletions.
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@nuxt/eslint-config": "^0.2.0",
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"nuxi": "^3.10.1",
"nuxt": "^3.10.2",
"nuxt": "^3.10.3",
"theme-colors": "^0.1.0",
"vue": "^3.4.19"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@vintl-dev/eslint-config-peony": "workspace:^",
"@vintl-dev/pg-messages": "workspace:^",
"@vintl/nuxt": "workspace:^",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"nuxi": "^3.10.1",
"nuxt": "^3.10.2"
"nuxt": "^3.10.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
}
}
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].4"
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@rushstack/eslint-patch": "^1.7.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vue": "^9.22.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/eslint": "^8.56.2",
"eslint": "^8.56.0"
"@types/eslint": "^8.56.3",
"eslint": "^8.57.0"
}
}
8 changes: 4 additions & 4 deletions packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.2",
"@nuxt/schema": "^3.10.3",
"@types/hash-sum": "^1.0.2",
"@types/node": "^18.19.15",
"@types/node": "^18.19.18",
"@unhead/vue": "^1.8.10",
"@vintl-dev/eslint-config-peony": "workspace:^",
"hookable": "^5.5.3",
"prettier-plugin-jsdoc": "^1.3.0",
"typescript": "^5.3.3",
"vue-router": "^4.2.5"
"vue-router": "^4.3.0"
},
"dependencies": {
"@formatjs/intl": "^2.10.0",
"@formatjs/intl-localematcher": "^0.5.4",
"@nuxt/kit": "^3.10.2",
"@nuxt/kit": "^3.10.3",
"@vintl/unplugin": "^2.0.0",
"@vintl/vintl": "^4.4.1",
"astring": "^1.8.6",
Expand Down
Loading

0 comments on commit 63e0ffe

Please sign in to comment.