Skip to content

Commit

Permalink
chore(renovate): Update minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 13, 2024
1 parent fc21e1d commit cd16d7b
Show file tree
Hide file tree
Showing 5 changed files with 1,468 additions and 1,930 deletions.
2 changes: 1 addition & 1 deletion docker-compose/traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
retries: 10
test: "pg_isready -U ${DATABASE_USER} -d ${DATABASE_NAME}"
timeout: 2s
image: "postgres:12.17-alpine"
image: "postgres:12.18-alpine"
networks:
- traefik_proxy
restart: always
Expand Down
24 changes: 12 additions & 12 deletions packages/nc-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@braks/revue-draggable": "^0.4.3",
"@braks/revue-draggable": "^0.5.0",
"@ckpack/vue-color": "^1.5.0",
"@iconify/vue": "^4.1.1",
"@nuxt/image": "^1.3.0",
"@nuxt/image": "^1.4.0",
"@pinia/nuxt": "^0.5.1",
"@tiptap/extension-link": "2.2.4",
"@tiptap/extension-placeholder": "^2.2.4",
Expand All @@ -50,11 +50,11 @@
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/vue-3": "2.2.4",
"@vue-flow/additional-components": "^1.3.3",
"@vue-flow/core": "^1.30.1",
"@vue-flow/core": "^1.33.4",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"ant-design-vue": "^3.2.20",
"chart.js": "^4.4.2",
"crossoriginworker": "^1.1.0",
Expand All @@ -73,7 +73,7 @@
"leaflet.markercluster": "^1.5.3",
"locale-codes": "^1.3.1",
"marked": "^4.3.0",
"monaco-editor": "^0.45.0",
"monaco-editor": "^0.47.0",
"monaco-sql-languages": "^0.11.0",
"nocodb-sdk": "workspace:^",
"papaparse": "^5.4.1",
Expand All @@ -95,7 +95,7 @@
"vue-chartjs": "^5.3.0",
"vue-dompurify-html": "^3.1.2",
"vue-github-button": "^3.1.0",
"vue-i18n": "^9.9.1",
"vue-i18n": "^9.10.1",
"vue-qrcode-reader": "3.1.9",
"vue3-calendar-heatmap": "^2.0.5",
"vue3-contextmenu": "^0.2.12",
Expand All @@ -105,7 +105,7 @@
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.3",
"@antfu/eslint-config": "^0.43.1",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@iconify-json/ant-design": "^1.1.15",
"@iconify-json/bi": "^1.1.23",
Expand All @@ -128,7 +128,7 @@
"@iconify-json/tabler": "^1.1.106",
"@iconify-json/vscode-icons": "^1.1.33",
"@intlify/unplugin-vue-i18n": "^0.13.0",
"@nuxt/image": "^1.3.0",
"@nuxt/image": "^1.4.0",
"@types/d3-scale": "^4.0.8",
"@types/dagre": "^0.7.52",
"@types/file-saver": "^2.0.7",
Expand All @@ -148,11 +148,11 @@
"@vitest/ui": "^0.34.7",
"@vue/compiler-sfc": "^3.4.21",
"@vue/test-utils": "^2.4.4",
"@vueuse/nuxt": "^10.7.2",
"@vueuse/nuxt": "^10.9.0",
"@windicss/plugin-animations": "^1.0.9",
"@windicss/plugin-question-mark": "^0.1.1",
"@windicss/plugin-scrollbar": "^1.2.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^6.0.4",
Expand All @@ -165,7 +165,7 @@
"unplugin-vue-components": "^0.26.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-purge-icons": "^0.10.0",
"vitest": "^1.2.2",
"vitest": "^1.3.1",
"windicss": "^3.5.6"
}
}
4 changes: 2 additions & 2 deletions packages/nocodb-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@typescript-eslint/parser": "^6.21.0",
"@types/jest": "^29.5.12",
"cspell": "^4.2.8",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^5.0.8",
Expand All @@ -58,7 +58,7 @@
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"tsc-alias": "^1.8.8",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"ts-jest": "^29.1.2"
},
"files": [
Expand Down
28 changes: 14 additions & 14 deletions packages/nocodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"docker:build": "EE=\"true-xc-test\" webpack --config docker/webpack.config.js"
},
"dependencies": {
"@aws-sdk/client-kafka": "^3.504.0",
"@aws-sdk/client-s3": "^3.504.0",
"@aws-sdk/lib-storage": "^3.504.0",
"@aws-sdk/s3-request-presigner": "^3.504.0",
"@google-cloud/storage": "^7.7.0",
"@aws-sdk/client-kafka": "^3.532.0",
"@aws-sdk/client-s3": "^3.529.1",
"@aws-sdk/lib-storage": "^3.532.0",
"@aws-sdk/s3-request-presigner": "^3.529.1",
"@google-cloud/storage": "^7.8.0",
"@graphql-tools/merge": "^6.2.17",
"@jm18457/kafkajs-msk-iam-authentication-mechanism": "^3.1.2",
"@nestjs/bull": "^10.0.1",
"@nestjs/bull": "^10.1.0",
"@nestjs/common": "^10.3.3",
"@nestjs/config": "^3.1.1",
"@nestjs/config": "^3.2.0",
"@nestjs/core": "^10.3.3",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/jwt": "^10.2.0",
Expand All @@ -75,7 +75,7 @@
"archiver": "^5.3.2",
"auto-bind": "^4.0.0",
"aws-kcl": "^2.2.5",
"aws-sdk": "^2.1550.0",
"aws-sdk": "^2.1576.0",
"axios": "^1.6.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
Expand Down Expand Up @@ -118,7 +118,7 @@
"jsonfile": "^6.1.0",
"jsonwebtoken": "^9.0.2",
"kafkajs": "^2.2.4",
"knex": "2.4.2",
"knex": "2.5.1",
"list-github-dir-content": "^3.0.0",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
Expand Down Expand Up @@ -163,9 +163,9 @@
"slash": "^3.0.0",
"slug": "^8.2.3",
"socket.io": "^4.7.4",
"sql-query-identifier": "^2.6.0",
"sql-query-identifier": "^2.7.0",
"sqlite3": "^5.1.7",
"tedious": "^16.6.1",
"tedious": "^16.7.1",
"tinycolor2": "^1.6.0",
"twilio": "^4.23.0",
"unique-names-generator": "^4.7.1",
Expand Down Expand Up @@ -193,23 +193,23 @@
"chai": "^4.4.1",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "29.7.0",
"mocha": "^10.3.0",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"prettier": "^2.8.8",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"ts-jest": "29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"webpack-cli": "^5.1.4"
},
"jest": {
Expand Down

1 comment on commit cd16d7b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR changes have been deployed. Please run the following command to verify:

docker run -d -p 8888:8080 nocodb/nocodb-timely:0.204.4-pr-7806-20240313-0350

Please sign in to comment.