Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/package.json
Expand Up @@ -45,7 +45,7 @@
"@google-translate-select/vue3": "workspace:*"
},
"devDependencies": {
"vitepress": "1.0.0-alpha.35"
"vitepress": "1.0.0-beta.5"
},
"engines": {
"node": ">=16"
Expand Down
12 changes: 6 additions & 6 deletions apps/playground-react/package.json
Expand Up @@ -47,11 +47,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^3.0.0",
"sass": "^1.56.1",
"typescript": "^4.8.4",
"vite": "^4.0.1"
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^3.1.0",
"sass": "^1.63.6",
"typescript": "^4.9.5",
"vite": "^4.4.2"
}
}
14 changes: 7 additions & 7 deletions apps/playground-vue2/package.json
Expand Up @@ -44,15 +44,15 @@
},
"dependencies": {
"@google-translate-select/vue2": "workspace:*",
"vue": "2.6.11"
"vue": "2.7.14"
},
"devDependencies": {
"sass": "^1.56.1",
"terser": "5.4.0",
"typescript": "^4.8.4",
"vite": "^3.0.0",
"vite-plugin-vue2": "^2.0.2",
"vue-template-compiler": "2.6.11"
"sass": "^1.63.6",
"terser": "5.18.2",
"typescript": "^4.9.5",
"vite": "^3.2.7",
"vite-plugin-vue2": "^2.0.3",
"vue-template-compiler": "2.7.14"
},
"engines": {
"node": ">=16"
Expand Down
8 changes: 4 additions & 4 deletions apps/playground-vue3/package.json
Expand Up @@ -43,12 +43,12 @@
},
"dependencies": {
"@google-translate-select/vue3": "workspace:*",
"vue": "^3.2.41"
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.8.4",
"vite": "^4.0.1"
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^4.9.5",
"vite": "^4.4.2"
},
"engines": {
"node": ">=16"
Expand Down
6 changes: 3 additions & 3 deletions internals/commitlint-config/package.json
Expand Up @@ -41,10 +41,10 @@
"clean:deps": "rimraf node_modules"
},
"dependencies": {
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@types/node": "*",
"czg": "^1.3.12"
"czg": "^1.6.1"
},
"engines": {
"node": ">=16"
Expand Down
22 changes: 11 additions & 11 deletions internals/eslint-config/package.json
Expand Up @@ -44,22 +44,22 @@
"eslint": "^8.25.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint-config-prettier": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.7.0",
"jsonc-eslint-parser": "^2.1.0",
"prettier": "^2.7.1",
"yaml-eslint-parser": "^1.1.0"
"eslint-plugin-vue": "^9.15.1",
"jsonc-eslint-parser": "^2.3.0",
"prettier": "^2.8.8",
"yaml-eslint-parser": "^1.2.2"
},
"devDependencies": {
"eslint": "^8.25.0",
"typescript": "^4.8.4"
"eslint": "^8.44.0",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion internals/lint-staged-config/package.json
Expand Up @@ -41,7 +41,7 @@
"clean:deps": "rimraf node_modules"
},
"dependencies": {
"lint-staged": "^13.0.3"
"lint-staged": "^13.2.3"
},
"engines": {
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion internals/prettier-config/package.json
Expand Up @@ -41,7 +41,7 @@
"clean:deps": "rimraf node_modules"
},
"dependencies": {
"prettier": "^2.7.1"
"prettier": "^2.8.8"
},
"engines": {
"node": ">=16"
Expand Down
8 changes: 4 additions & 4 deletions internals/stylelint-config/package.json
Expand Up @@ -44,10 +44,10 @@
"stylelint": "^14.13.0"
},
"dependencies": {
"postcss": "^8.4.18",
"postcss": "^8.4.25",
"postcss-html": "^1.5.0",
"postcss-scss": "4.0.5",
"stylelint-config-prettier": "^9.0.3",
"postcss-scss": "4.0.6",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-recommended-scss": "8.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
Expand All @@ -56,7 +56,7 @@
"stylelint-order": "^5.0.0"
},
"devDependencies": {
"stylelint": "^14.14.1"
"stylelint": "^14.16.1"
},
"engines": {
"node": ">=16"
Expand Down
30 changes: 15 additions & 15 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "google-translate-select-monorepo",
"private": true,
"packageManager": "pnpm@7.18.0",
"packageManager": "pnpm@7.33.3",
"description": "🚀 A modern, high-performance monorepo project designed with Google Translate JS SDK. Vue and react are supported!",
"keywords": [
"google translate select",
Expand Down Expand Up @@ -63,10 +63,10 @@
"changeset:gen": "changeset"
},
"devDependencies": {
"@changesets/assemble-release-plan": "^5.2.3",
"@changesets/assemble-release-plan": "^5.2.4",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@changesets/config": "^2.3.0",
"@changesets/cli": "^2.26.2",
"@changesets/config": "^2.3.1",
"@changesets/pre": "^1.0.14",
"@changesets/read": "^0.5.9",
"@changesets/types": "^5.2.1",
Expand All @@ -82,19 +82,19 @@
"@types/inquirer": "9.0.3",
"@types/jsdom": "20.0.1",
"@types/node": "*",
"@types/prettier": "^2.7.2",
"@types/semver": "7.3.13",
"@vitest/ui": "^0.26.2",
"inquirer": "^9.1.4",
"jsdom": "^20.0.2",
"@types/prettier": "^2.7.3",
"@types/semver": "7.5.0",
"@vitest/ui": "^0.33.0",
"inquirer": "^9.2.7",
"jsdom": "^20.0.3",
"npm-run-all": "^4.1.5",
"octokit": "^2.0.10",
"octokit": "^2.1.0",
"rimraf": "^3.0.2",
"semver": "^7.3.8",
"tsx": "^3.11.0",
"turbo": "^1.6.3",
"typescript": "^4.8.4",
"vitest": "^0.26.2"
"semver": "^7.5.4",
"tsx": "^3.12.7",
"turbo": "^1.10.7",
"typescript": "^4.9.5",
"vitest": "^0.33.0"
},
"engines": {
"node": ">=16"
Expand Down
4 changes: 2 additions & 2 deletions packages/constants/package.json
Expand Up @@ -55,8 +55,8 @@
"clean:deps": "rimraf node_modules"
},
"devDependencies": {
"tsup": "^6.4.0",
"typescript": "^4.8.4"
"tsup": "^6.7.0",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16"
Expand Down
20 changes: 10 additions & 10 deletions packages/react/package.json
Expand Up @@ -73,16 +73,16 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-legacy": "3.0.1",
"@vitejs/plugin-react": "^3.0.0",
"terser": "5.4.0",
"tsup": "^6.4.0",
"typescript": "^4.8.4",
"vite": "^4.0.1",
"vite-plugin-css-injected-by-js": "2.1.1",
"vite-plugin-dts": "^1.7.0"
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-legacy": "3.0.2",
"@vitejs/plugin-react": "^3.1.0",
"terser": "5.18.2",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"vite": "^4.4.2",
"vite-plugin-css-injected-by-js": "2.4.0",
"vite-plugin-dts": "^1.7.3"
},
"engines": {
"node": ">=16"
Expand Down
22 changes: 11 additions & 11 deletions packages/theme-chalk/package.json
Expand Up @@ -48,19 +48,19 @@
},
"devDependencies": {
"@types/clean-css": "^4.2.6",
"@types/gulp": "4.0.10",
"@types/gulp": "4.0.13",
"@types/postcss-preset-env": "^7.7.0",
"autoprefixer": "^10.4.13",
"chalk": "^5.1.2",
"clean-css": "^5.3.1",
"autoprefixer": "^10.4.14",
"chalk": "^5.3.0",
"clean-css": "^5.3.2",
"consola": "^2.15.3",
"esbuild": "0.15.13",
"esbuild-plugin-copy": "2.0.1",
"esbuild-sass-plugin": "^2.4.0",
"postcss": "^8.4.19",
"postcss-preset-env": "^7.8.2",
"sass": "^1.56.1",
"tsup": "^6.4.0"
"esbuild": "0.18.11",
"esbuild-plugin-copy": "2.1.1",
"esbuild-sass-plugin": "^2.10.0",
"postcss": "^8.4.25",
"postcss-preset-env": "^7.8.3",
"sass": "^1.63.6",
"tsup": "^6.7.0"
},
"engines": {
"node": ">=16"
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Expand Up @@ -58,8 +58,8 @@
"@google-translate-select/constants": "workspace:*"
},
"devDependencies": {
"tsup": "^6.4.0",
"typescript": "^4.8.4"
"tsup": "^6.7.0",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16"
Expand Down
18 changes: 9 additions & 9 deletions packages/vue2/package.json
Expand Up @@ -69,17 +69,17 @@
"@google-translate-select/constants": "workspace:*",
"@google-translate-select/theme-chalk": "workspace:*",
"@google-translate-select/utils": "workspace:*",
"vue": "2.6.11"
"vue": "2.7.14"
},
"devDependencies": {
"sass": "^1.56.1",
"terser": "5.4.0",
"typescript": "^4.8.4",
"vite": "^4.0.1",
"vite-plugin-css-injected-by-js": "2.1.1",
"vite-plugin-dts": "^1.7.0",
"vite-plugin-vue2": "^2.0.2",
"vue-template-compiler": "2.6.11"
"sass": "^1.63.6",
"terser": "5.18.2",
"typescript": "^4.9.5",
"vite": "^4.4.2",
"vite-plugin-css-injected-by-js": "2.4.0",
"vite-plugin-dts": "^1.7.3",
"vite-plugin-vue2": "^2.0.3",
"vue-template-compiler": "2.7.14"
},
"engines": {
"node": ">=16"
Expand Down
18 changes: 9 additions & 9 deletions packages/vue3/package.json
Expand Up @@ -69,17 +69,17 @@
"@google-translate-select/constants": "workspace:*",
"@google-translate-select/theme-chalk": "workspace:*",
"@google-translate-select/utils": "workspace:*",
"vue": "^3.2.41"
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/test-utils": "2.2.4",
"sass": "^1.56.1",
"typescript": "^4.8.4",
"vite": "^4.0.1",
"vite-plugin-css-injected-by-js": "2.1.1",
"vite-plugin-dts": "^1.7.0"
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/test-utils": "2.4.0",
"sass": "^1.63.6",
"typescript": "^4.9.5",
"vite": "^4.4.2",
"vite-plugin-css-injected-by-js": "2.4.0",
"vite-plugin-dts": "^1.7.3"
},
"engines": {
"node": ">=16"
Expand Down