mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-03 16:11:13 +08:00
Clean up package.json and update libraries (#781)
This commit is contained in:
parent
c5dc3d0b6f
commit
a52d29c37a
3 changed files with 8152 additions and 7611 deletions
|
@ -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
15732
package-lock.json
generated
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue