Clean up package.json and update libraries (#781)

This commit is contained in:
Aki Hamano 2025-09-16 00:55:58 +09:00 committed by GitHub
parent c5dc3d0b6f
commit a52d29c37a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8152 additions and 7611 deletions

View file

@ -1,11 +1,10 @@
{ {
"extends": "@wordpress/stylelint-config/scss", "extends": "@wordpress/stylelint-config/scss-stylistic",
"rules": { "rules": {
"at-rule-empty-line-before": null, "at-rule-empty-line-before": null,
"at-rule-no-unknown": null, "at-rule-no-unknown": null,
"comment-empty-line-before": null, "comment-empty-line-before": null,
"font-weight-notation": null, "font-weight-notation": null,
"max-line-length": null,
"no-descending-specificity": null, "no-descending-specificity": null,
"rule-empty-line-before": null, "rule-empty-line-before": null,
"selector-class-pattern": null, "selector-class-pattern": null,

15732
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -19,27 +19,23 @@
"npm": ">=10.2.3" "npm": ">=10.2.3"
}, },
"dependencies": { "dependencies": {
"@codemirror/lang-json": "^6.0.1", "@codemirror/lang-json": "^6.0.2",
"@uiw/react-codemirror": "^4.23.1", "@uiw/react-codemirror": "^4.25.1",
"@wordpress/icons": "^10.7.0", "@wordpress/icons": "^10.30.0",
"lib-font": "^2.4.3" "lib-font": "^2.4.3"
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.11.1",
"@emotion/babel-plugin": "^11.12.0", "@emotion/babel-plugin": "^11.13.5",
"@wordpress/base-styles": "^5.7.0", "@wordpress/base-styles": "^6.6.0",
"@wordpress/browserslist-config": "^6.7.0", "@wordpress/env": "^10.30.0",
"@wordpress/env": "^10.14.0", "@wordpress/scripts": "^30.23.0",
"@wordpress/eslint-plugin": "^21.0.0",
"@wordpress/prettier-config": "^4.7.0",
"@wordpress/scripts": "^29.0.0",
"@wordpress/stylelint-config": "^22.7.0",
"babel-plugin-inline-json-import": "^0.3.2", "babel-plugin-inline-json-import": "^0.3.2",
"eslint-plugin-unicorn": "^55.0.0", "eslint-plugin-unicorn": "^56.0.1",
"husky": "^9.1.5", "husky": "^9.1.7",
"lint-staged": "^15.2.10", "lint-staged": "^16.1.6",
"prettier": "npm:wp-prettier@3.0.3", "prettier": "npm:wp-prettier@3.0.3",
"simple-git": "^3.26.0" "simple-git": "^3.28.0"
}, },
"scripts": { "scripts": {
"build": "wp-scripts build src/admin-landing-page.js src/plugin-sidebar.js", "build": "wp-scripts build src/admin-landing-page.js src/plugin-sidebar.js",