|
65 | 65 | "files": [ |
66 | 66 | "dist" |
67 | 67 | ], |
68 | | - "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748", |
| 68 | + "packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a", |
69 | 69 | "scripts": { |
70 | 70 | "clean": "rimraf ./coverage/ ./dist/ ./cache/", |
71 | 71 | "prebuild": "pnpm clean", |
|
87 | 87 | "deepmerge": "^4.3.1", |
88 | 88 | "lockfile": "^1.0.4", |
89 | 89 | "schema-utils": "^4.3.2", |
90 | | - "tapable": "^2.2.2" |
| 90 | + "tapable": "^2.2.3" |
91 | 91 | }, |
92 | 92 | "peerDependencies": { |
93 | 93 | "webpack": "^5.61.0" |
94 | 94 | }, |
95 | 95 | "devDependencies": { |
96 | | - "@commitlint/config-conventional": "^19.8.1", |
97 | | - "@commitlint/types": "^19.8.1", |
| 96 | + "@commitlint/config-conventional": "^20.0.0", |
| 97 | + "@commitlint/types": "^20.0.0", |
98 | 98 | "@types/lockfile": "^1.0.4", |
99 | | - "@types/node": "^20.19.9", |
| 99 | + "@types/node": "^20.19.17", |
100 | 100 | "@types/tapable": "^2.2.7", |
101 | 101 | "@types/webpack-sources": "^3.2.3", |
102 | 102 | "@vitest/coverage-v8": "^3.2.4", |
103 | 103 | "@webdeveric/eslint-config-ts": "^0.11.0", |
104 | 104 | "@webdeveric/prettier-config": "^0.3.0", |
105 | | - "commitlint": "^19.8.1", |
| 105 | + "commitlint": "^20.0.0", |
106 | 106 | "commitlint-plugin-cspell": "^0.3.0", |
107 | 107 | "compression-webpack-plugin": "^11.1.0", |
108 | 108 | "conventional-changelog-conventionalcommits": "^9.1.0", |
109 | | - "copy-webpack-plugin": "^13.0.0", |
110 | | - "cspell": "^9.2.0", |
| 109 | + "copy-webpack-plugin": "^13.0.1", |
| 110 | + "cspell": "^9.2.1", |
111 | 111 | "css-loader": "^7.1.2", |
112 | 112 | "eslint": "^8.57.1", |
113 | 113 | "eslint-config-prettier": "^10.1.8", |
114 | 114 | "eslint-import-resolver-typescript": "^4.4.4", |
115 | 115 | "eslint-plugin-import": "^2.32.0", |
116 | 116 | "file-loader": "^6.2.0", |
117 | | - "fs-extra": "^11.3.0", |
| 117 | + "fs-extra": "^11.3.2", |
118 | 118 | "husky": "^9.1.7", |
119 | | - "lint-staged": "^16.1.2", |
120 | | - "memfs": "^4.30.1", |
121 | | - "mini-css-extract-plugin": "^2.9.2", |
| 119 | + "lint-staged": "^16.2.1", |
| 120 | + "memfs": "^4.47.0", |
| 121 | + "mini-css-extract-plugin": "^2.9.4", |
122 | 122 | "prettier": "^3.6.2", |
123 | 123 | "rimraf": "^6.0.1", |
124 | 124 | "sass-loader": "^16.0.5", |
125 | | - "semantic-release": "^24.2.7", |
| 125 | + "semantic-release": "^24.2.9", |
126 | 126 | "typescript": "^5.9.2", |
127 | 127 | "validate-package-exports": "^0.13.0", |
128 | 128 | "vitest": "^3.2.4", |
129 | | - "webpack": "^5.101.0", |
| 129 | + "webpack": "^5.101.3", |
130 | 130 | "webpack-dev-server": "^5.2.2", |
131 | 131 | "webpack-subresource-integrity": "^5.1.0" |
132 | 132 | }, |
|
0 commit comments