|
1 | 1 | { |
2 | 2 | "name": "@cloudblueconnect/eaas-database-extension", |
3 | | - "version": "0.4.5", |
| 3 | + "version": "0.4.6", |
4 | 4 | "description": "On-demand provisioning of cloud-based database storages as a service.", |
5 | 5 | "author": "Ingram Micro", |
6 | 6 | "license": "Apache Software License 2.0", |
7 | 7 | "main": "./ui/app/app.js", |
| 8 | + "engines": { |
| 9 | + "node": "^20" |
| 10 | + }, |
8 | 11 | "scripts": { |
9 | 12 | "start": "node ./ui/infra/server.js", |
10 | 13 | "build": "production=true webpack --progress --config webpack.config.js", |
|
13 | 16 | "lint:fix": "npm run lint -- --fix" |
14 | 17 | }, |
15 | 18 | "devDependencies": { |
16 | | - "@babel/core": "^7.20.12", |
17 | | - "@babel/eslint-parser": "^7.19.1", |
18 | | - "@babel/parser": "^7.20.13", |
19 | | - "@babel/preset-env": "^7.20.2", |
20 | | - "@babel/traverse": "^7.20.13", |
21 | | - "@cypress/webpack-preprocessor": "^5.16.1", |
22 | | - "@vue/vue2-jest": "^29.2.2", |
| 19 | + "@babel/core": "^7.23.2", |
| 20 | + "@babel/eslint-parser": "^7.22.15", |
| 21 | + "@babel/parser": "^7.23.0", |
| 22 | + "@babel/preset-env": "^7.23.2", |
| 23 | + "@babel/traverse": "^7.23.2", |
| 24 | + "@cypress/webpack-preprocessor": "^6.0.0", |
| 25 | + "@vue/vue2-jest": "^29.2.6", |
23 | 26 | "babel-core": "^7.0.0-bridge.0", |
24 | | - "babel-jest": "^29.4.0", |
25 | | - "babel-loader": "^8.3.0", |
| 27 | + "babel-jest": "^29.7.0", |
| 28 | + "babel-loader": "^9.1.3", |
26 | 29 | "babel-plugin-dynamic-import-node": "^2.3.3", |
27 | 30 | "circular-dependency-plugin": "^5.2.2", |
28 | 31 | "copy-webpack-plugin": "^11.0.0", |
29 | | - "core-js": "^3.27.2", |
30 | | - "css-loader": "^6.7.3", |
31 | | - "eslint": "8.32.0", |
| 32 | + "core-js": "^3.33.1", |
| 33 | + "css-loader": "^6.8.1", |
| 34 | + "eslint": "8.52.0", |
32 | 35 | "eslint-config-airbnb-base": "15.0.0", |
33 | | - "eslint-import-resolver-webpack": "0.13.2", |
34 | | - "eslint-plugin-cypress": "^2.12.1", |
35 | | - "eslint-plugin-import": "2.27.5", |
| 36 | + "eslint-import-resolver-webpack": "0.13.8", |
| 37 | + "eslint-plugin-cypress": "^2.15.1", |
| 38 | + "eslint-plugin-import": "2.29.0", |
36 | 39 | "eslint-plugin-jest-formatting": "^3.1.0", |
37 | | - "eslint-plugin-vue": "9.9.0", |
38 | | - "eslint-plugin-vue-pug": "0.5.5", |
39 | | - "eslint-webpack-plugin": "3.2.0", |
| 40 | + "eslint-plugin-vue": "9.18.0", |
| 41 | + "eslint-plugin-vue-pug": "0.6.0", |
| 42 | + "eslint-webpack-plugin": "4.0.1", |
40 | 43 | "html-loader": "^4.2.0", |
41 | | - "html-webpack-plugin": "^5.5.0", |
42 | | - "jest": "^29.4.0", |
43 | | - "jest-environment-jsdom": "29.4.0", |
| 44 | + "html-webpack-plugin": "^5.5.3", |
| 45 | + "jest": "^29.7.0", |
| 46 | + "jest-environment-jsdom": "29.7.0", |
44 | 47 | "jest-transform-stub": "^2.0.0", |
45 | 48 | "js-yaml": "^4.1.0", |
46 | | - "mini-css-extract-plugin": "^2.7.2", |
| 49 | + "mini-css-extract-plugin": "^2.7.6", |
47 | 50 | "node-polyfill-webpack-plugin": "^2.0.1", |
48 | | - "postcss": "^8.4.21", |
49 | | - "postcss-loader": "^7.0.2", |
| 51 | + "postcss": "^8.4.31", |
| 52 | + "postcss-loader": "^7.3.3", |
50 | 53 | "pug": "^3.0.2", |
51 | 54 | "pug-plain-loader": "^1.1.0", |
52 | | - "stylus": "^0.59.0", |
53 | | - "stylus-loader": "^7.1.0", |
| 55 | + "stylus": "^0.60.0", |
| 56 | + "stylus-loader": "^7.1.3", |
54 | 57 | "svg-sprite-loader": "^6.0.11", |
55 | | - "vue-loader": "^15.10.0", |
56 | | - "webpack": "^5.75.0", |
57 | | - "webpack-cli": "^5.0.1", |
58 | | - "webpack-dev-server": "^4.11.1" |
| 58 | + "vue-loader": "^15.11.1", |
| 59 | + "webpack": "^5.89.0", |
| 60 | + "webpack-cli": "^5.1.4", |
| 61 | + "webpack-dev-server": "^4.15.1" |
59 | 62 | }, |
60 | 63 | "dependencies": { |
61 | 64 | "@cloudblueconnect/connect-ui-toolkit": "^26.1.0", |
62 | | - "@cloudblueconnect/material-svg": "^1.0.32", |
| 65 | + "@cloudblueconnect/material-svg": "^1.0.37", |
63 | 66 | "color-convert": "^2.0.1", |
64 | 67 | "javascript-rql": "^1.0.7", |
65 | 68 | "ramda": "^0.28.0", |
|
0 commit comments