|
79 | 79 | }
|
80 | 80 | },
|
81 | 81 | "devDependencies": {
|
82 |
| - "@babel/core": "^7.25.7", |
83 |
| - "@babel/preset-env": "^7.25.7", |
84 |
| - "@babel/preset-typescript": "^7.25.7", |
85 |
| - "@types/lodash": "^4.17.9", |
86 |
| - "@typescript-eslint/eslint-plugin": "^8.8.0", |
87 |
| - "@typescript-eslint/parser": "^8.8.0", |
| 82 | + "@babel/core": "^7.26.0", |
| 83 | + "@babel/preset-env": "^7.26.0", |
| 84 | + "@babel/preset-typescript": "^7.26.0", |
| 85 | + "@types/lodash": "^4.17.13", |
| 86 | + "@typescript-eslint/eslint-plugin": "^8.12.2", |
| 87 | + "@typescript-eslint/parser": "^8.12.2", |
88 | 88 | "babel-jest": "^29.7.0",
|
89 | 89 | "chai": "^4.5.0",
|
90 | 90 | "eslint": "^8.57.1",
|
91 | 91 | "eslint-config-prettier": "^9.1.0",
|
92 | 92 | "eslint-import-resolver-typescript": "^3.6.3",
|
93 |
| - "eslint-plugin-import": "^2.30.0", |
| 93 | + "eslint-plugin-import": "^2.31.0", |
94 | 94 | "eslint-plugin-simple-import-sort": "^12.1.1",
|
95 | 95 | "jest": "^29.7.0",
|
96 | 96 | "jest-environment-node-single-context": "^29.4.0",
|
97 |
| - "mocha": "^10.7.3", |
| 97 | + "mocha": "^10.8.2", |
98 | 98 | "npm-run-all": "^4.1.5",
|
99 | 99 | "postcss": "^8.4.47",
|
100 | 100 | "prettier": "^3.3.3",
|
101 |
| - "sass": "^1.79.4", |
102 |
| - "sass-embedded": "^1.79.4", |
| 101 | + "sass": "^1.80.5", |
| 102 | + "sass-embedded": "^1.80.5", |
103 | 103 | "sassdoc": "^2.7.4",
|
104 | 104 | "sassdoc-theme-herman": "^6.0.1",
|
105 |
| - "stylelint": "^16.9.0", |
| 105 | + "stylelint": "^16.10.0", |
106 | 106 | "stylelint-config-standard-scss": "^13.1.0",
|
107 |
| - "typescript": "^5.6.2" |
| 107 | + "typescript": "^5.6.3" |
108 | 108 | },
|
109 | 109 | "main": "./lib/index.js",
|
110 | 110 | "types": "./lib/index.d.ts",
|
|
0 commit comments