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 Jan 26, 2025
1 parent 782271b commit d8709ab
Show file tree
Hide file tree
Showing 17 changed files with 139 additions and 139 deletions.
6 changes: 3 additions & 3 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.1",
"husky": "8.0.3",
"lerna": "6.6.0",
"lerna": "6.6.2",
"lint-staged": "13.3.0",
"prettier": "2.8.3"
"prettier": "2.8.8"
},
"engines": {
"node": ">=18",
Expand Down
12 changes: 6 additions & 6 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.2",
"tslib": "~2.6.0"
"tslib": "~2.8.1"
},
"devDependencies": {
"@types/jest": "27.5.0",
"jest": "27.5.0",
"@types/jest": "27.5.2",
"jest": "27.5.1",
"rimraf": "3.0.2",
"ts-jest": "27.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.4"
"ts-jest": "27.1.5",
"ts-node": "10.9.2",
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
32 changes: 16 additions & 16 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.7.0",
"eslint-plugin-cypress": "~2.15.2",
"eslint-plugin-import": "~2.31.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.4.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.1",
"prettier": "2.8.8"
},
"peerDependencies": {
"eslint": "~8.32.0",
"prettier": "^2.0.5"
"eslint": "~8.57.1",
"prettier": "^2.8.8"
},
"prettier": "./prettier-config.js",
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@types/jest": "27.5.0",
"jest": "27.5.0",
"ts-jest": "27.1.0",
"typescript": "4.9.4"
"@types/jest": "27.5.2",
"jest": "27.5.1",
"ts-jest": "27.1.5",
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 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.8.1"
},
"devDependencies": {
"@types/jest": "27.5.0",
"jest": "27.5.0",
"ts-jest": "27.1.0",
"typescript": "4.9.4"
"@types/jest": "27.5.2",
"jest": "27.5.1",
"ts-jest": "27.1.5",
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 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.8.1"
},
"devDependencies": {
"@types/jest": "27.5.0",
"jest": "27.5.0",
"ts-jest": "27.1.0",
"typescript": "4.9.4"
"@types/jest": "27.5.2",
"jest": "27.5.1",
"ts-jest": "27.1.5",
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 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.1",
"@empathyco/x-types": "^10.1.0-alpha.7",
"@empathyco/x-utils": "^1.0.3-alpha.2",
"tslib": "~2.6.0"
"tslib": "~2.8.1"
},
"devDependencies": {
"@microsoft/api-documenter": "7.23.0",
"@microsoft/api-extractor": "7.39.0",
"@types/jest": "27.5.0",
"concurrently": "8.2.0",
"jest": "27.5.0",
"@microsoft/api-documenter": "7.26.5",
"@microsoft/api-extractor": "7.49.1",
"@types/jest": "27.5.2",
"concurrently": "8.2.2",
"jest": "27.5.1",
"rimraf": "3.0.2",
"ts-jest": "27.1.0",
"typescript": "4.9.4"
"ts-jest": "27.1.5",
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 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.2",
"@empathyco/x-utils": "^1.0.3-alpha.2",
"tslib": "~2.6.0"
"tslib": "~2.8.1"
},
"devDependencies": {
"@types/jest": "27.5.0",
"concurrently": "8.2.0",
"jest": "27.5.0",
"@types/jest": "27.5.2",
"concurrently": "8.2.2",
"jest": "27.5.1",
"rimraf": "3.0.2",
"ts-jest": "27.1.0",
"typescript": "4.9.4"
"ts-jest": "27.1.5",
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions packages/x-archetype-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@
"dependencies": {
"@empathyco/x-deep-merge": "^2.0.3-alpha.2",
"@empathyco/x-utils": "workspace:^1.0.3-alpha.2",
"tslib": "~2.6.0",
"tslib": "~2.8.1",
"vue-i18n": "~9.14.0"
},
"devDependencies": {
"@types/jest": "27.5.0",
"@types/node": "18.19.0",
"@types/jest": "27.5.2",
"@types/node": "18.19.73",
"@vue/test-utils": "~2.4.6",
"jest": "27.5.0",
"jest": "27.5.1",
"rimraf": "3.0.2",
"rollup": "4.9.1",
"rollup": "4.31.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",
"ts-jest": "27.1.5",
"typescript": "4.9.5",
"vue": "3.4.31"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 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.2",
"@empathyco/x-utils": "^1.0.3-alpha.2",
"rxjs": "~7.8.0",
"tslib": "~2.6.0"
"rxjs": "~7.8.1",
"tslib": "~2.8.1"
},
"devDependencies": {
"@types/jest": "27.5.0",
"concurrently": "8.2.0",
"jest": "27.5.0",
"@types/jest": "27.5.2",
"concurrently": "8.2.2",
"jest": "27.5.1",
"rimraf": "3.0.2",
"ts-jest": "27.1.0",
"typescript": "4.9.4"
"ts-jest": "27.1.5",
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
64 changes: 32 additions & 32 deletions packages/x-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,58 +77,58 @@
"@empathyco/x-storage-service": "^2.0.3-alpha.1",
"@empathyco/x-types": "^10.1.0-alpha.7",
"@empathyco/x-utils": "^1.0.3-alpha.2",
"@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",
"nouislider": "~15.7.1",
"rxjs": "~7.8.0",
"tslib": "~2.6.0",
"nouislider": "~15.8.1",
"rxjs": "~7.8.1",
"tslib": "~2.8.1",
"vue-global-events": "~3.0.1"
},
"peerDependencies": {
"vue": "^3.5.12",
"vuex": "4.0.2"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "20.0.0",
"@bahmutov/cypress-esbuild-preprocessor": "2.2.0",
"@badeball/cypress-cucumber-preprocessor": "20.1.2",
"@bahmutov/cypress-esbuild-preprocessor": "2.2.4",
"@empathyco/x-tailwindcss": "^2.0.0-alpha.3",
"@microsoft/api-documenter": "7.23.0",
"@microsoft/api-extractor": "7.39.0",
"@microsoft/api-documenter": "7.26.5",
"@microsoft/api-extractor": "7.49.1",
"@testing-library/jest-dom": "5.17.0",
"@types/autoprefixer": "10.2.0",
"@types/glob": "8.0.1",
"@types/jest": "27.5.0",
"@types/node": "18.19.0",
"@types/testing-library__jest-dom": "5.14.5",
"@vitejs/plugin-vue": "5.1.2",
"@types/autoprefixer": "10.2.4",
"@types/glob": "8.1.0",
"@types/jest": "27.5.2",
"@types/node": "18.19.73",
"@types/testing-library__jest-dom": "5.14.9",
"@vitejs/plugin-vue": "5.2.1",
"@vue/test-utils": "~2.4.6",
"@vue/vue3-jest": "27.0.0",
"autoprefixer": "10.4.4",
"autoprefixer": "10.4.20",
"convert-source-map": "2.0.0",
"cypress": "13.6.0",
"esbuild": "0.20.0",
"glob": "10.3.0",
"jest": "27.5.0",
"jest-scss-transform": "1.0.1",
"postcss": "8.4.12",
"postcss-dir-pseudo-class": "7.0.0",
"cypress": "13.17.0",
"esbuild": "0.24.2",
"glob": "10.4.5",
"jest": "27.5.1",
"jest-scss-transform": "1.0.4",
"postcss": "8.5.1",
"postcss-dir-pseudo-class": "7.0.2",
"postcss-logical": "4.0.2",
"rimraf": "3.0.2",
"rollup": "4.9.1",
"rollup": "4.31.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": "6.0.0",
"sass": "1.70.0",
"start-server-and-test": "2.0.0",
"tailwindcss": "3.4.0",
"ts-jest": "27.1.0",
"sass": "1.83.4",
"start-server-and-test": "2.0.10",
"tailwindcss": "3.4.17",
"ts-jest": "27.1.5",
"ts-node": "10.9.2",
"typescript": "4.9.4",
"vite": "4.5.0",
"vite-plugin-vue-inspector": "5.1.2",
"typescript": "4.9.5",
"vite": "4.5.9",
"vite-plugin-vue-inspector": "5.3.1",
"vue": "3.4.31",
"vue-docgen-cli": "4.79.0",
"vue-router": "4.4.0",
Expand Down
12 changes: 6 additions & 6 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.2",
"tslib": "~2.6.0"
"tslib": "~2.8.1"
},
"devDependencies": {
"@types/jest": "27.5.0",
"concurrently": "8.2.0",
"jest": "27.5.0",
"@types/jest": "27.5.2",
"concurrently": "8.2.2",
"jest": "27.5.1",
"rimraf": "3.0.2",
"ts-jest": "27.1.0",
"typescript": "4.9.4"
"ts-jest": "27.1.5",
"typescript": "4.9.5"
},
"bugs": {
"url": "https://github.com/empathyco/x/issues"
Expand Down
10 changes: 5 additions & 5 deletions packages/x-svg-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"test:unit": ""
},
"devDependencies": {
"@types/jest": "27.5.0",
"@types/node": "18.19.0",
"jest": "27.5.0",
"@types/jest": "27.5.2",
"@types/node": "18.19.73",
"jest": "27.5.1",
"rimraf": "3.0.2",
"ts-jest": "27.1.0",
"typescript": "4.9.4"
"ts-jest": "27.1.5",
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 10 additions & 10 deletions packages/x-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"dependencies": {
"@empathyco/x-deep-merge": "^2.0.3-alpha.2",
"@empathyco/x-utils": "^1.0.3-alpha.2",
"tslib": "~2.6.0"
"tslib": "~2.8.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@vitejs/plugin-vue": "5.2.0",
"autoprefixer": "10.4.4",
"postcss": "8.4.12",
"postcss-import": "16.0.0",
"@rollup/plugin-commonjs": "25.0.8",
"@vitejs/plugin-vue": "5.2.1",
"autoprefixer": "10.4.20",
"postcss": "8.5.1",
"postcss-import": "16.1.0",
"rimraf": "3.0.2",
"rollup": "4.9.1",
"rollup": "4.31.0",
"rollup-plugin-typescript2": "0.36.0",
"tailwindcss": "3.4.0",
"typescript": "4.9.4",
"vite": "4.5.0",
"tailwindcss": "3.4.17",
"typescript": "4.9.5",
"vite": "4.5.9",
"vue": "3.5.13"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit d8709ab

Please sign in to comment.