Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rtCamp/blank-theme into enhanceme…
Browse files Browse the repository at this point in the history
…nt/update-npm-scripts-to-use-wp-scripts
  • Loading branch information
nani-samireddy committed Feb 12, 2025
2 parents 6699ed8 + 11b8ddf commit 28bcc23
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
# Change below line to: `runs-on: self-hosted` if running on private repo under rtCamp org.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run PHPCS inspection
Expand Down
16 changes: 9 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@wordpress/babel-preset-default": "^8.17.0",
"@wordpress/browserslist-config": "^6.17.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.17.0",
"@wordpress/eslint-plugin": "22.1.1",
"@wordpress/eslint-plugin": "22.3.0",
"@wordpress/scripts": "^30.8.1",
"@wordpress/stylelint-config": "^23.9.0",
"babel-loader": "^9.2.1",
Expand All @@ -41,7 +41,7 @@
"lint-staged": "^15.4.3",
"mini-css-extract-plugin": "^2.9.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.1",
"postcss": "^8.5.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.3",
"sass": "^1.84.0",
Expand Down

0 comments on commit 28bcc23

Please sign in to comment.