Skip to content

Commit ede9464

Browse files
authored
chore: update dev dependnecies (#496)
1 parent cd2db5a commit ede9464

3 files changed

Lines changed: 562 additions & 643 deletions

File tree

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"devDependencies": {
8080
"@nolanlawson/emoji-picker-element-for-tachometer": "file:.",
81-
"@rollup/plugin-commonjs": "^28.0.3",
81+
"@rollup/plugin-commonjs": "^28.0.6",
8282
"@rollup/plugin-inject": "^5.0.5",
8383
"@rollup/plugin-node-resolve": "^16.0.1",
8484
"@rollup/plugin-replace": "^6.0.2",
@@ -87,8 +87,8 @@
8787
"@testing-library/dom": "^10.4.0",
8888
"@testing-library/jest-dom": "^6.6.3",
8989
"@testing-library/user-event": "^14.6.1",
90-
"@vitest/coverage-istanbul": "^3.1.1",
91-
"@vitest/ui": "^3.1.1",
90+
"@vitest/coverage-istanbul": "^3.2.4",
91+
"@vitest/ui": "^3.2.4",
9292
"blob-util": "^2.0.2",
9393
"compression": "^1.8.0",
9494
"conventional-changelog-cli": "^5.0.0",
@@ -97,35 +97,35 @@
9797
"emoji-picker-element-data": "^1.7.2",
9898
"emojibase-data": "^5.1.1",
9999
"express": "^5.1.0",
100-
"fake-indexeddb": "^6.0.0",
100+
"fake-indexeddb": "^6.0.1",
101101
"fast-glob": "^3.3.3",
102102
"fetch-mock": "^11.1.5",
103103
"flat-color-icons": "^1.1.0",
104104
"get-folder-size": "^5.0.0",
105105
"husky": "^9.1.7",
106-
"jsdom": "^26.0.0",
107-
"lint-staged": "^15.5.1",
106+
"jsdom": "^26.1.0",
107+
"lint-staged": "^16.1.2",
108108
"lodash-es": "^4.17.21",
109109
"markdown-table": "^3.0.4",
110110
"markdown-toc": "^1.2.0",
111111
"minify-html-literals": "^1.3.5",
112112
"npm-run-all": "^4.1.5",
113-
"playwright": "^1.51.1",
114-
"postcss": "^8.5.3",
115-
"pretty-bytes": "^6.1.1",
116-
"puppeteer": "^24.6.1",
113+
"playwright": "^1.54.1",
114+
"postcss": "^8.5.6",
115+
"pretty-bytes": "^7.0.0",
116+
"puppeteer": "^24.12.1",
117117
"recursive-readdir": "^2.2.3",
118-
"rollup": "^4.40.0",
118+
"rollup": "^4.45.0",
119119
"rollup-plugin-analyzer": "^4.0.0",
120-
"sass": "^1.86.3",
120+
"sass": "^1.89.2",
121121
"standard": "^17.1.2",
122-
"stylelint": "^16.18.0",
123-
"stylelint-config-recommended-scss": "^14.1.0",
124-
"stylelint-scss": "^6.11.1",
125-
"svgo": "^3.3.2",
126-
"tachometer": "^0.7.1",
127-
"terser": "^5.39.0",
128-
"vitest": "^3.1.1"
122+
"stylelint": "^16.21.1",
123+
"stylelint-config-recommended-scss": "^15.0.1",
124+
"stylelint-scss": "^6.12.1",
125+
"svgo": "^4.0.0",
126+
"tachometer": "^0.7.2",
127+
"terser": "^5.43.1",
128+
"vitest": "^3.2.4"
129129
},
130130
"standard": {
131131
"ignore": [
@@ -187,5 +187,5 @@
187187
"*.js": "standard --fix",
188188
"*.(css|scss)": "stylelint --fix '**/*.scss'"
189189
},
190-
"packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971"
190+
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad"
191191
}

0 commit comments

Comments
 (0)