Skip to content

Commit

Permalink
Fix #837
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Dec 5, 2024
1 parent 2685b9f commit 6ef2c82
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 83 deletions.
126 changes: 54 additions & 72 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"author": "inc2734",
"license": "GPL-2.0+",
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/fontawesome-free": "^6.7.1",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@inc2734/for-each-html-nodes": "^0.4.0",
"@inc2734/spider": "0.0.50",
"@wordpress/browserslist-config": "^6.11.0",
"@wordpress/env": "10.11.0",
"@wordpress/eslint-plugin": "^21.4.0",
"@wordpress/icons": "^10.11.0",
"@wordpress/scripts": "^30.4.0",
"@inc2734/spider": "0.0.51",
"@wordpress/browserslist-config": "^6.13.0",
"@wordpress/env": "10.13.0",
"@wordpress/eslint-plugin": "^21.6.0",
"@wordpress/icons": "^10.13.0",
"@wordpress/scripts": "^30.6.0",
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.3",
"classnames": "^2.5.1",
Expand All @@ -29,16 +29,16 @@
"masonry-layout": "^4.2.2",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"prettier": "npm:wp-prettier@3.0.3",
"react-image": "4.1.0",
"remove-accents": "^0.5.0",
"rimraf": "^6.0.1",
"sass": "^1.80.6",
"sass": "^1.82.0",
"sass-basis": "^19.0.5",
"slick-carousel": "^1.8.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"scripts": {
"export:wp-content:themes": "npm run cli cp -- -r wp-content/themes .export/wp-content",
Expand Down

0 comments on commit 6ef2c82

Please sign in to comment.