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 Sep 30, 2024
1 parent 08467db commit f38017a
Show file tree
Hide file tree
Showing 19 changed files with 106 additions and 106 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"colors": "1.4.0",
"conventional-changelog-conventionalcommits": "~5.0.0",
"cross-env": "~7.0.3",
"eslint": "~8.33.0",
"eslint": "~8.57.0",
"husky": "~8.0.3",
"lerna": "~6.6.0",
"lint-staged": "~13.3.0",
"prettier": "~2.8.3"
"prettier": "~2.8.0"
},
"engines": {
"node": ">=18",
Expand Down
10 changes: 5 additions & 5 deletions packages/_vue3-migration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@empathyco/x-bus": "^1.0.3-alpha.1",
"@empathyco/x-types": "^10.1.0-alpha.3",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"@vue/compat": "^3.4.22",
"@vueuse/core": "~10.7.1",
"@vue/compat": "^3.5.9",
"@vueuse/core": "~10.11.1",
"vue": "^3.4.22",
"vue-router": "^4.3.0",
"vuex": "4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/runtime-dom": "^3.4.22",
"typescript": "~4.9.4",
"@vue/runtime-dom": "^3.5.9",
"typescript": "~4.9.0",
"vite": "^4.5.0",
"vue-tsc": "^2.0.13"
"vue-tsc": "^2.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/deep-merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
},
"dependencies": {
"@empathyco/x-utils": "^1.0.3-alpha.1",
"tslib": "~2.6.0"
"tslib": "~2.7.0"
},
"devDependencies": {
"@types/jest": "~27.5.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"ts-jest": "~27.1.0",
"ts-node": "~10.9.1",
"typescript": "~4.9.4"
"ts-node": "~10.9.0",
"typescript": "~4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
30 changes: 15 additions & 15 deletions packages/eslint-plugin-x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,29 @@
"build": "pnpm pack"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "~5.49.0",
"@typescript-eslint/parser": "~5.49.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "~11.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "~3.5.2",
"eslint-plugin-cypress": "~2.12.1",
"eslint-plugin-import": "~2.27.5",
"eslint-plugin-jest": "~27.2.0",
"eslint-plugin-jsdoc": "~39.6.4",
"@typescript-eslint/eslint-plugin": "~5.62.0",
"@typescript-eslint/parser": "~5.62.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "~11.0.3",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "~3.6.3",
"eslint-plugin-cypress": "~2.15.2",
"eslint-plugin-import": "~2.30.0",
"eslint-plugin-jest": "~27.9.0",
"eslint-plugin-jsdoc": "~39.9.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "~0.2.17",
"eslint-plugin-tsdoc": "~0.3.0",
"eslint-plugin-vue": "~8.7.1",
"eslint-plugin-vuejs-accessibility": "~2.0.0",
"eslint-plugin-vuejs-accessibility": "~2.4.1",
"prettier-plugin-tailwindcss": "0.3.0"
},
"devDependencies": {
"eslint": "~8.32.0",
"prettier": "~2.8.3"
"eslint": "~8.57.0",
"prettier": "~2.8.0"
},
"peerDependencies": {
"eslint": "~8.32.0",
"prettier": "^2.0.5"
"prettier": "^2.8.8"
},
"prettier": "./prettier-config.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/jest": "~27.5.0",
"jest": "~27.5.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
"typescript": "~4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"test:unit": "jest"
},
"dependencies": {
"tslib": "~2.6.0"
"tslib": "~2.7.0"
},
"devDependencies": {
"@types/jest": "~27.5.0",
"jest": "~27.5.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
"typescript": "~4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/react-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@
"test:e2e:ci": "start-server-and-test serve http://localhost:1234 cypress:run"
},
"dependencies": {
"tslib": "~2.6.0"
"tslib": "~2.7.0"
},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
"vue": "^2.6.0"
"vue": "^2.7.16"
},
"devDependencies": {
"@types/jest": "~27.5.0",
"@types/react": "~16.9.0",
"@types/react-dom": "~16.9.0",
"cypress": "~13.6.0",
"eslint-plugin-react": "~7.32.1",
"cypress": "~13.15.0",
"eslint-plugin-react": "~7.37.0",
"jest": "~27.5.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"start-server-and-test": "~2.0.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4",
"typescript": "~4.9.0",
"vite": "~4.5.0",
"vue": "~2.7.14"
"vue": "~2.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/storage-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
},
"dependencies": {
"@empathyco/x-logger": "^1.2.0-alpha.11",
"tslib": "~2.6.0"
"tslib": "~2.7.0"
},
"devDependencies": {
"@types/jest": "~27.5.0",
"jest": "~27.5.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
"typescript": "~4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/x-adapter-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"@empathyco/x-adapter": "^8.1.0-alpha.0",
"@empathyco/x-types": "^10.1.0-alpha.3",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"tslib": "~2.6.0"
"tslib": "~2.7.0"
},
"devDependencies": {
"@microsoft/api-documenter": "~7.23.0",
"@microsoft/api-extractor": "~7.39.0",
"@microsoft/api-documenter": "~7.25.0",
"@microsoft/api-extractor": "~7.47.0",
"@types/jest": "~27.5.0",
"concurrently": "~8.2.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
"typescript": "~4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/x-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"dependencies": {
"@empathyco/x-deep-merge": "^2.0.3-alpha.1",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"tslib": "~2.6.0"
"tslib": "~2.7.0"
},
"devDependencies": {
"@types/jest": "~27.5.0",
"concurrently": "~8.2.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
"typescript": "~4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/x-archetype-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@empathyco/x-deep-merge": "^2.0.3-alpha.1",
"@empathyco/x-utils": "workspace:^1.0.3-alpha.1",
"tslib": "~2.6.0",
"tslib": "~2.7.0",
"vue-i18n": "~8.28.2"
},
"devDependencies": {
Expand All @@ -47,17 +47,17 @@
"@vue/test-utils": "~1.0.3",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"rollup": "~4.9.1",
"rollup": "~4.22.0",
"rollup-plugin-copy": "~3.5.0",
"rollup-plugin-delete": "~2.0.0",
"rollup-plugin-delete": "~2.1.0",
"rollup-plugin-typescript2": "~0.36.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4",
"vue": "~2.7.14"
"typescript": "~4.9.0",
"vue": "~2.7.0"
},
"peerDependencies": {
"vue": "^2.7.0",
"vue-i18n": "^8.0.0"
"vue": "^2.7.16",
"vue-i18n": "^8.28.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/x-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"dependencies": {
"@empathyco/x-priority-queue": "^1.0.3-alpha.1",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"rxjs": "~7.8.0",
"tslib": "~2.6.0"
"rxjs": "~7.8.1",
"tslib": "~2.7.0"
},
"devDependencies": {
"@types/jest": "~27.5.0",
"concurrently": "~8.2.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
"typescript": "~4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
58 changes: 29 additions & 29 deletions packages/x-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,66 +77,66 @@
"@empathyco/x-storage-service": "^2.0.3-alpha.0",
"@empathyco/x-types": "^10.1.0-alpha.3",
"@empathyco/x-utils": "^1.0.3-alpha.1",
"@vue/devtools-api": "~6.5.0",
"@vueuse/core": "~10.7.1",
"@vue/devtools-api": "~6.6.4",
"@vueuse/core": "~10.11.1",
"js-md5": "^0.8.3",
"rxjs": "~7.8.0",
"tslib": "~2.6.0",
"rxjs": "~7.8.1",
"tslib": "~2.7.0",
"vue-class-component": "~7.2.6",
"vue-global-events": "~1.2.1",
"vue-property-decorator": "~8.5.0",
"vue-property-decorator": "~8.5.1",
"vue-runtime-helpers": "~1.1.2"
},
"peerDependencies": {
"vue": "~2.7.0",
"vuex": "^3.0.0"
"vue": "~2.7.16",
"vuex": "^3.6.2"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "~20.0.0",
"@badeball/cypress-cucumber-preprocessor": "~20.1.0",
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
"@cypress/vue2": "~2.0.1",
"@cypress/vue2": "~2.1.0",
"@empathyco/x-tailwindcss": "^1.2.0-alpha.5",
"@microsoft/api-documenter": "~7.23.0",
"@microsoft/api-extractor": "~7.39.0",
"@rollup/plugin-commonjs": "~25.0.7",
"@microsoft/api-documenter": "~7.25.0",
"@microsoft/api-extractor": "~7.47.0",
"@rollup/plugin-commonjs": "~25.0.0",
"@testing-library/jest-dom": "~5.17.0",
"@types/autoprefixer": "~10.2.0",
"@types/glob": "^8.0.1",
"@types/glob": "^8.1.0",
"@types/jest": "~27.5.0",
"@types/node": "~18.19.0",
"@types/testing-library__jest-dom": "~5.14.5",
"@types/testing-library__jest-dom": "~5.14.0",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/test-utils": "~1.0.3",
"@vue/vue2-jest": "~27.0.0-alpha.3",
"autoprefixer": "~10.4.4",
"@vue/vue2-jest": "~27.0.0",
"autoprefixer": "~10.4.0",
"convert-source-map": "~2.0.0",
"cypress": "~13.6.0",
"esbuild": "0.20.0",
"glob": "~10.3.0",
"cypress": "~13.15.0",
"esbuild": "0.24.0",
"glob": "~10.4.0",
"jest": "~27.5.0",
"jest-scss-transform": "~1.0.1",
"postcss": "~8.4.12",
"jest-scss-transform": "~1.0.0",
"postcss": "~8.4.0",
"postcss-dir-pseudo-class": "~7.0.0",
"postcss-logical": "~4.0.2",
"rimraf": "~3.0.2",
"rollup": "~4.9.1",
"rollup": "~4.22.0",
"rollup-plugin-copy": "~3.5.0",
"rollup-plugin-delete": "~2.0.0",
"rollup-plugin-delete": "~2.1.0",
"rollup-plugin-styles": "~4.0.0",
"rollup-plugin-typescript2": "~0.36.0",
"rollup-plugin-vue": "~5.1.9",
"sass": "~1.70.0",
"sass": "~1.79.0",
"start-server-and-test": "~2.0.0",
"tailwindcss": "~3.4.0",
"ts-jest": "~27.1.0",
"ts-node": "~10.9.1",
"typescript": "~4.9.4",
"ts-node": "~10.9.0",
"typescript": "~4.9.0",
"vite": "^4.5.0",
"vite-plugin-vue-inspector": "^4.0.0",
"vue": "~2.7.14",
"vue-docgen-cli": "~4.67.0",
"vue": "~2.7.0",
"vue-docgen-cli": "~4.79.0",
"vue-router": "~3.6.5",
"vue-template-compiler": "~2.7.14",
"vue-template-compiler": "~2.7.0",
"vuex": "~3.6.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/x-priority-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
},
"dependencies": {
"@empathyco/x-utils": "^1.0.3-alpha.1",
"tslib": "~2.6.0"
"tslib": "~2.7.0"
},
"devDependencies": {
"@types/jest": "~27.5.0",
"concurrently": "~8.2.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
"typescript": "~4.9.0"
},
"bugs": {
"url": "https://github.com/empathyco/x/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-svg-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
"typescript": "~4.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit f38017a

Please sign in to comment.