Skip to content

Commit ea642a2

Browse files
authored
Merge pull request #714 from newfold-labs/update/fb-module
Update facebook module to latest
2 parents f04f469 + 93ecb61 commit ea642a2

File tree

5 files changed

+64
-264
lines changed

5 files changed

+64
-264
lines changed

.github/workflows/lint-check-spa.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,9 @@ jobs:
3939
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4040
restore-keys: ${{ runner.os }}-node-
4141

42-
- name: Setup Registry
43-
run: printf "@newfold-labs:registry=https://npm.pkg.github.com/\n//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
44-
if: steps.cache.outputs.cache-hit != 'true'
45-
4642
# Installs @wordpress/scripts for lint checks if it does not exist in the cache.
4743
- name: Install dependencies
48-
run: npm i @wordpress/[email protected] @newfold-labs/js-utility-ui-analytics --legacy-peer-deps
44+
run: npm i @wordpress/[email protected] --legacy-peer-deps
4945
if: steps.cache.outputs.cache-hit != 'true'
5046

5147
# Gets the files changed wrt to trunk and filters out the js files.

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
"mustache/mustache": "^2.14.2",
4646
"wp-cli/wp-config-transformer": "^1.4.1",
4747
"newfold-labs/wp-module-onboarding-data": "^1.2.8",
48-
"newfold-labs/wp-module-patterns": "^2.6",
49-
"newfold-labs/wp-module-facebook": "^1.0.9",
50-
"newfold-labs/wp-module-migration": "^1.0.12",
48+
"newfold-labs/wp-module-patterns": "^2.9.2",
49+
"newfold-labs/wp-module-facebook": "^1.2.1",
50+
"newfold-labs/wp-module-migration": "^1.3.0",
5151
"wp-forge/helpers": "^2.0"
5252
},
5353
"require-dev": {
54-
"wp-phpunit/wp-phpunit": "^6.6.2",
54+
"wp-phpunit/wp-phpunit": "^6.7.2",
5555
"yoast/phpunit-polyfills": "^4.0.0",
56-
"newfold-labs/wp-php-standards": "^1.2.4",
56+
"newfold-labs/wp-php-standards": "^1.2.5",
5757
"wp-cli/i18n-command": "^2.6.3"
5858
},
5959
"scripts": {

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)