Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 065b88e commit fa006f9
Show file tree
Hide file tree
Showing 18 changed files with 4,290 additions and 9,931 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint": "~8.33.0",
"husky": "~8.0.3",
"lerna": "~6.6.0",
"lint-staged": "~13.2.0",
"lint-staged": "~13.3.0",
"prettier": "~2.8.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/deep-merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@empathyco/x-utils": "workspace:@ajperezbau/x-utils@*",
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"devDependencies": {
"@types/jest": "~27.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-tsdoc": "~0.2.17",
"eslint-plugin-vue": "~8.7.1",
"eslint-plugin-vuejs-accessibility": "~2.0.0",
"prettier-plugin-tailwindcss": "~0.2.5"
"prettier-plugin-tailwindcss": "~0.5.0"
},
"devDependencies": {
"eslint": "~8.32.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test:unit": "jest"
},
"dependencies": {
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"devDependencies": {
"@types/jest": "~27.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test:e2e:ci": "start-server-and-test serve http://localhost:1234 cypress:run"
},
"dependencies": {
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"peerDependencies": {
"react": "^16.9.0",
Expand All @@ -49,15 +49,15 @@
"@types/jest": "~27.5.0",
"@types/react": "~16.9.0",
"@types/react-dom": "~16.9.0",
"cypress": "~12.11.0",
"cypress": "~12.17.0",
"eslint-plugin-react": "~7.32.1",
"jest": "~27.5.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"start-server-and-test": "~1.15.2",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4",
"vite": "~4.3.0",
"vite": "~4.4.0",
"vue": "~2.7.14"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@empathyco/x-logger": "workspace:@ajperezbau/x-logger@*",
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"devDependencies": {
"@types/jest": "~27.5.0",
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 @@ -50,13 +50,13 @@
"@empathyco/x-adapter": "workspace:@ajperezbau/x-adapter@*",
"@empathyco/x-types": "workspace:@ajperezbau/x-types@*",
"@empathyco/x-utils": "workspace:@ajperezbau/x-utils@*",
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"devDependencies": {
"@microsoft/api-documenter": "~7.22.0",
"@microsoft/api-extractor": "~7.34.0",
"@microsoft/api-documenter": "~7.23.0",
"@microsoft/api-extractor": "~7.37.0",
"@types/jest": "~27.5.0",
"concurrently": "~8.0.0",
"concurrently": "~8.2.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"ts-jest": "~27.1.0",
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 @@ -44,11 +44,11 @@
"dependencies": {
"@empathyco/x-deep-merge": "workspace:@ajperezbau/x-deep-merge@*",
"@empathyco/x-utils": "workspace:@ajperezbau/x-utils@*",
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"devDependencies": {
"@types/jest": "~27.5.0",
"concurrently": "~8.0.0",
"concurrently": "~8.2.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"ts-jest": "~27.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/x-archetype-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@
},
"dependencies": {
"@empathyco/x-deep-merge": "workspace:@ajperezbau/x-deep-merge@*",
"tslib": "~2.5.0",
"tslib": "~2.6.0",
"vue-i18n": "~8.28.2"
},
"devDependencies": {
"@empathyco/x-utils": "workspace:@ajperezbau/x-utils@*",
"@types/jest": "~27.5.0",
"@types/node": "~18.16.0",
"@types/node": "~18.18.0",
"@vue/test-utils": "~1.0.3",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"rollup": "~2.79.1",
"rollup-plugin-copy": "~3.4.0",
"rollup-plugin-copy": "~3.5.0",
"rollup-plugin-delete": "~2.0.0",
"rollup-plugin-typescript2": "~0.34.1",
"rollup-plugin-typescript2": "~0.35.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4",
"vue": "~2.7.14"
Expand Down
4 changes: 2 additions & 2 deletions packages/x-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"@empathyco/x-priority-queue": "workspace:@ajperezbau/x-priority-queue@*",
"@empathyco/x-utils": "workspace:@ajperezbau/x-utils@*",
"rxjs": "~7.8.0",
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"devDependencies": {
"@types/jest": "~27.5.0",
"concurrently": "~8.0.0",
"concurrently": "~8.2.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"ts-jest": "~27.1.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/x-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@vue/devtools-api": "~6.5.0",
"@vueuse/core": "~9.13.0",
"rxjs": "~7.8.0",
"tslib": "~2.5.0",
"tslib": "~2.6.0",
"vue-class-component": "~7.2.6",
"vue-global-events": "~1.2.1",
"vue-property-decorator": "~8.5.0",
Expand All @@ -102,18 +102,18 @@
"vuex": "^3.0.0"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "~17.0.0",
"@badeball/cypress-cucumber-preprocessor": "~17.2.0",
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
"@cypress/vue2": "~2.0.1",
"@empathyco/x-tailwindcss": "workspace:@ajperezbau/x-tailwindcss@*",
"@microsoft/api-documenter": "~7.22.0",
"@microsoft/api-extractor": "~7.34.0",
"@microsoft/api-documenter": "~7.23.0",
"@microsoft/api-extractor": "~7.37.0",
"@rollup/plugin-commonjs": "~24.1.0",
"@testing-library/jest-dom": "~5.16.0",
"@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.16.0",
"@types/node": "~18.18.0",
"@types/testing-library__jest-dom": "~5.14.5",
"@vue/cli-plugin-e2e-cypress": "~5.0.4",
"@vue/cli-plugin-typescript": "~5.0.4",
Expand All @@ -123,8 +123,8 @@
"@vue/vue2-jest": "~27.0.0-alpha.3",
"autoprefixer": "~10.4.4",
"convert-source-map": "~2.0.0",
"cypress": "~12.11.0",
"esbuild": "0.17.18",
"cypress": "~12.17.0",
"esbuild": "0.19.3",
"glob": "~7.2.0",
"jest": "~27.5.0",
"jest-scss-transform": "~1.0.1",
Expand All @@ -133,15 +133,15 @@
"postcss-logical": "~4.0.2",
"rimraf": "~3.0.2",
"rollup": "~2.79.1",
"rollup-plugin-copy": "~3.4.0",
"rollup-plugin-copy": "~3.5.0",
"rollup-plugin-delete": "~2.0.0",
"rollup-plugin-rename": "~1.0.1",
"rollup-plugin-sourcemaps": "~0.6.3",
"rollup-plugin-styles": "~4.0.0",
"rollup-plugin-typescript2": "~0.34.1",
"rollup-plugin-typescript2": "~0.35.0",
"rollup-plugin-vue": "~5.1.9",
"sass": "~1.62.0",
"sass-loader": "~13.2.0",
"sass": "~1.68.0",
"sass-loader": "~13.3.0",
"tailwindcss": "~3.3.0",
"ts-jest": "~27.1.0",
"ts-node": "~10.9.1",
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 @@ -41,11 +41,11 @@
},
"dependencies": {
"@empathyco/x-utils": "workspace:@ajperezbau/x-utils@*",
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"devDependencies": {
"@types/jest": "~27.5.0",
"concurrently": "~8.0.0",
"concurrently": "~8.2.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"ts-jest": "~27.1.0",
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 @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/jest": "~27.5.0",
"@types/node": "~18.16.0",
"@types/node": "~18.18.0",
"jest": "~27.5.0",
"rimraf": "~3.0.2",
"ts-jest": "~27.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/x-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@empathyco/x-deep-merge": "workspace:@ajperezbau/x-deep-merge@*",
"@empathyco/x-utils": "workspace:@ajperezbau/x-utils@*",
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"peerDependencies": {
"vue": "^2.7.0",
Expand All @@ -69,11 +69,11 @@
"postcss-import": "~15.1.0",
"rimraf": "~3.0.2",
"rollup": "~2.79.1",
"rollup-plugin-typescript2": "~0.34.1",
"rollup-plugin-typescript2": "~0.35.0",
"rollup-plugin-vue": "~5.1.9",
"tailwindcss": "~3.3.0",
"typescript": "~4.9.4",
"vite": "~4.3.0",
"vite": "~4.4.0",
"vite-plugin-vue2": "~2.0.2",
"vue": "~2.7.14",
"vue-class-component": "~7.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-translations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@types/jest": "~27.5.0",
"@types/node": "~18.16.0",
"@types/node": "~18.18.0",
"jest": "~27.5.0",
"ts-jest": "~27.1.0",
"typescript": "~4.9.4"
Expand Down
8 changes: 4 additions & 4 deletions packages/x-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
},
"dependencies": {
"@empathyco/x-adapter": "workspace:@ajperezbau/x-adapter@*",
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"devDependencies": {
"@empathyco/x-jest-utils": "workspace:@ajperezbau/x-jest-utils@*",
"@microsoft/api-documenter": "~7.22.0",
"@microsoft/api-extractor": "~7.34.0",
"@microsoft/api-documenter": "~7.23.0",
"@microsoft/api-extractor": "~7.37.0",
"@types/jest": "~27.5.0",
"jest": "~27.5.0",
"rollup": "~2.79.1",
"rollup-plugin-delete": "~2.0.0",
"rollup-plugin-typescript2": "~0.34.1",
"rollup-plugin-typescript2": "~0.35.0",
"typescript": "~4.9.4"
},
"nx": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@empathyco/x-storage-service": "workspace:@ajperezbau/x-storage-service@*",
"nanoid": "~3.3.0",
"tslib": "~2.5.0"
"tslib": "~2.6.0"
},
"nx": {
"implicitDependencies": [
Expand Down
Loading

0 comments on commit fa006f9

Please sign in to comment.