|
34 | 34 | "jest"
|
35 | 35 | ],
|
36 | 36 | "dependencies": {
|
37 |
| - "@babel/core": "^7.12.10", |
38 |
| - "@babel/parser": "^7.12.10", |
39 |
| - "babel-loader": "^8.2.2", |
40 |
| - "glob": "^7.1.6", |
| 37 | + "@babel/core": "^7.26.0", |
| 38 | + "@babel/parser": "^7.26.0", |
| 39 | + "babel-loader": "^8.4.1", |
| 40 | + "glob": "^7.2.3", |
41 | 41 | "hable": "^3.0.0",
|
42 |
| - "signal-exit": "^3.0.3", |
| 42 | + "signal-exit": "^3.0.7", |
43 | 43 | "tree-kill": "^1.2.2",
|
44 |
| - "vue-template-compiler": "^2.6.12", |
45 |
| - "webpack": "^5.10.1" |
| 44 | + "vue-template-compiler": "^2.7.16", |
| 45 | + "webpack": "^5.95.0" |
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@babel/node": "^7.12.10", |
| 48 | + "@babel/node": "^7.26.0", |
49 | 49 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
50 |
| - "@babel/preset-env": "^7.12.10", |
| 50 | + "@babel/preset-env": "^7.26.0", |
51 | 51 | "add": "^2.0.6",
|
52 | 52 | "babel-core": "^6.26.3",
|
53 | 53 | "babel-eslint": "^10.1.0",
|
54 | 54 | "babel-jest": "^26.6.3",
|
55 | 55 | "babel-plugin-dynamic-import-node": "^2.3.3",
|
56 |
| - "browserstack-local": "^1.4.8", |
57 |
| - "chromedriver": "^87.0.2", |
58 |
| - "codecov": "^3.8.1", |
59 |
| - "eslint": "^7.15.0", |
60 |
| - "eslint-config-standard": "^16.0.2", |
| 56 | + "browserstack-local": "^1.5.5", |
| 57 | + "chromedriver": "^87.0.7", |
| 58 | + "codecov": "^3.8.3", |
| 59 | + "eslint": "^7.32.0", |
| 60 | + "eslint-config-standard": "^16.0.3", |
61 | 61 | "eslint-plugin-es": "^4.1.0",
|
62 |
| - "eslint-plugin-import": "^2.22.1", |
63 |
| - "eslint-plugin-jest": "^24.1.3", |
| 62 | + "eslint-plugin-import": "^2.31.0", |
| 63 | + "eslint-plugin-jest": "^24.7.0", |
64 | 64 | "eslint-plugin-node": "^11.1.0",
|
65 |
| - "eslint-plugin-promise": "^4.2.1", |
| 65 | + "eslint-plugin-promise": "^4.3.1", |
66 | 66 | "eslint-plugin-standard": "^5.0.0",
|
67 |
| - "eslint-plugin-vue": "^7.2.0", |
68 |
| - "finalhandler": "^1.1.2", |
69 |
| - "geckodriver": "^1.21.1", |
| 67 | + "eslint-plugin-vue": "^7.20.0", |
| 68 | + "finalhandler": "^1.3.1", |
| 69 | + "geckodriver": "^1.22.3", |
70 | 70 | "jest": "^26.6.3",
|
71 |
| - "jsdom": "^16.4.0", |
| 71 | + "jsdom": "^16.7.0", |
72 | 72 | "lodash.defaultsdeep": "^4.6.1",
|
73 | 73 | "node-env-file": "^0.1.8",
|
74 | 74 | "puppeteer": "^5.5.0",
|
75 | 75 | "puppeteer-core": "^5.5.0",
|
76 | 76 | "rimraf": "^3.0.2",
|
77 |
| - "rollup": "^2.34.2", |
| 77 | + "rollup": "^2.79.2", |
78 | 78 | "rollup-plugin-commonjs": "^10.1.0",
|
79 | 79 | "rollup-plugin-json": "^4.0.0",
|
80 | 80 | "rollup-plugin-node-resolve": "^5.2.0",
|
81 |
| - "selenium-webdriver": "^4.0.0-alpha.8", |
82 |
| - "serve-static": "^1.14.1", |
| 81 | + "selenium-webdriver": "^4.25.0", |
| 82 | + "serve-static": "^1.16.2", |
83 | 83 | "standard-version": "^9.0.0",
|
84 |
| - "yarn": "^1.22.10" |
| 84 | + "yarn": "^1.22.22" |
85 | 85 | },
|
86 | 86 | "peerDependencies": {
|
87 |
| - "browserstack-local": "^1.4.8", |
88 |
| - "chromedriver": "^87.0.2", |
89 |
| - "geckodriver": "^1.21.1", |
90 |
| - "jsdom": "^16.4.0", |
| 87 | + "browserstack-local": "^1.5.5", |
| 88 | + "chromedriver": "^87.0.7", |
| 89 | + "geckodriver": "^1.22.3", |
| 90 | + "jsdom": "^16.7.0", |
91 | 91 | "puppeteer": "^5.5.0",
|
92 | 92 | "puppeteer-core": "^5.5.0",
|
93 |
| - "selenium-webdriver": "^4.0.0-alpha.8", |
94 |
| - "serve-static": "^1.14.1" |
| 93 | + "selenium-webdriver": "^4.25.0", |
| 94 | + "serve-static": "^1.16.2" |
95 | 95 | }
|
96 | 96 | }
|
0 commit comments