|
1 | 1 | { |
2 | 2 | "name": "cypress-localstorage-commands", |
3 | | - "version": "2.2.7", |
| 3 | + "version": "2.2.8", |
4 | 4 | "description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests", |
5 | 5 | "keywords": [ |
6 | 6 | "cypress", |
|
46 | 46 | "cypress": ">=2.1.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@cypress/webpack-preprocessor": "6.0.2", |
50 | | - "@eslint/js": "9.16.0", |
51 | | - "@eslint/json": "0.8.0", |
52 | | - "@eslint/markdown": "6.2.1", |
53 | | - "@stryker-mutator/core": "8.6.0", |
54 | | - "@stryker-mutator/jest-runner": "8.6.0", |
55 | | - "@typescript-eslint/eslint-plugin": "8.17.0", |
56 | | - "@typescript-eslint/parser": "8.17.0", |
57 | | - "babel-loader": "9.2.1", |
| 49 | + "@cypress/webpack-preprocessor": "6.0.4", |
| 50 | + "@eslint/js": "9.32.0", |
| 51 | + "@eslint/json": "0.13.1", |
| 52 | + "@eslint/markdown": "7.1.0", |
| 53 | + "@stryker-mutator/core": "9.0.1", |
| 54 | + "@stryker-mutator/jest-runner": "9.0.1", |
| 55 | + "@typescript-eslint/eslint-plugin": "8.38.0", |
| 56 | + "@typescript-eslint/parser": "8.38.0", |
| 57 | + "babel-loader": "10.0.0", |
58 | 58 | "babel-plugin-module-resolver": "5.0.2", |
59 | | - "cspell": "8.16.1", |
60 | | - "cypress": "13.16.1", |
61 | | - "eslint": "9.16.0", |
62 | | - "eslint-config-prettier": "9.1.0", |
63 | | - "eslint-import-resolver-typescript": "3.7.0", |
64 | | - "eslint-plugin-cypress": "4.1.0", |
65 | | - "eslint-plugin-import": "2.31.0", |
66 | | - "eslint-plugin-jest": "28.9.0", |
67 | | - "eslint-plugin-prettier": "5.2.1", |
68 | | - "eslint-plugin-react": "7.37.2", |
69 | | - "fs-extra": "11.2.0", |
70 | | - "globals": "15.13.0", |
| 59 | + "cspell": "9.2.0", |
| 60 | + "cypress": "14.5.3", |
| 61 | + "eslint": "9.32.0", |
| 62 | + "eslint-config-prettier": "10.1.8", |
| 63 | + "eslint-import-resolver-typescript": "4.4.4", |
| 64 | + "eslint-plugin-cypress": "5.1.0", |
| 65 | + "eslint-plugin-import": "2.32.0", |
| 66 | + "eslint-plugin-jest": "29.0.1", |
| 67 | + "eslint-plugin-prettier": "5.5.3", |
| 68 | + "eslint-plugin-react": "7.37.5", |
| 69 | + "fs-extra": "11.3.0", |
| 70 | + "globals": "16.3.0", |
71 | 71 | "husky": "9.1.7", |
72 | | - "is-ci": "3.0.1", |
73 | | - "jest": "29.7.0", |
74 | | - "lint-staged": "15.2.10", |
75 | | - "prettier": "3.4.2", |
76 | | - "sinon": "19.0.2", |
77 | | - "start-server-and-test": "2.0.8", |
78 | | - "typescript": "5.7.2", |
79 | | - "webpack": "5.97.1" |
| 72 | + "is-ci": "4.1.0", |
| 73 | + "jest": "30.0.5", |
| 74 | + "lint-staged": "16.1.2", |
| 75 | + "prettier": "3.6.2", |
| 76 | + "sinon": "21.0.0", |
| 77 | + "start-server-and-test": "2.0.12", |
| 78 | + "typescript": "5.8.3", |
| 79 | + "webpack": "5.101.0" |
80 | 80 | }, |
81 | 81 | "lint-staged": { |
82 | 82 | "**/*.js": "eslint", |
|
88 | 88 | }, |
89 | 89 | "engines": { |
90 | 90 | "node": ">=14.0.0" |
91 | | - } |
| 91 | + }, |
| 92 | + "packageManager": "[email protected]" |
92 | 93 | } |
0 commit comments