Skip to content

Commit

Permalink
Merge pull request #29 from joanrodas/dev
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
joanrodas authored Jun 3, 2022
2 parents 09123a8 + 18fbf41 commit 72704e9
Show file tree
Hide file tree
Showing 6 changed files with 550 additions and 678 deletions.
File renamed without changes.
70 changes: 0 additions & 70 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion on-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const composerFile = require('./composer.json')

const TEMPLATE_GITHUB_REPOSITORY = 'joanrodas/plubo'
const { GITHUB_REPOSITORY } = process.env
console.log('NEW REPO: ' + GITHUB_REPOSITORY);

if (GITHUB_REPOSITORY === TEMPLATE_GITHUB_REPOSITORY) {
// eslint-disable-next-line no-console
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"translate:js": "wp i18n make-json ./languages --pretty-print"
},
"devDependencies": {
"@roots/bud": "5.8.0",
"@roots/bud-babel": "5.8.0",
"@roots/bud-eslint": "5.8.0",
"@roots/bud-imagemin": "5.8.0",
"@roots/bud-postcss": "5.8.0",
"@roots/bud-sass": "5.8.0",
"@roots/bud-tailwindcss": "5.8.0",
"@roots/bud-typescript": "5.8.0"
"@roots/bud": "5.8.7",
"@roots/bud-babel": "5.8.7",
"@roots/bud-eslint": "5.8.7",
"@roots/bud-imagemin": "5.8.7",
"@roots/bud-postcss": "5.8.7",
"@roots/bud-sass": "5.8.7",
"@roots/bud-tailwindcss": "5.8.7",
"@roots/bud-typescript": "5.8.7"
}
}
Loading

0 comments on commit 72704e9

Please sign in to comment.