Skip to content

Commit

Permalink
Merge pull request #254 from Automattic/package-updates
Browse files Browse the repository at this point in the history
update some packages
  • Loading branch information
ashfame authored Jan 7, 2025
2 parents bd9b72b + 16c18c4 commit e04570e
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "WordPress/WordPress",
"core": "WordPress/WordPress#6.7.1",
"phpVersion": "7.4",
"plugins": [ "." ]
}
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"lint": "eslint frontend/"
},
"devDependencies": {
"@types/node": "^18.7.21",
"@types/tapable": "^2.2.2",
"@types/node": "18.15.13",
"@types/tapable": "^2.2.7",
"@types/wordpress__block-editor": "^7.0.0",
"@types/wordpress__blocks": "^11.0.7",
"@types/wordpress__i18n": "^3.11.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^1.3.2",
"@wordpress/scripts": "^24.2.0",
"eslint": "^8.25.0",
"fake-indexeddb": "^4.0.0",
"postcss-css-variables": "^0.18.0",
"eslint": "^8.57.1",
"fake-indexeddb": "^4.0.2",
"postcss-css-variables": "^0.19.0",
"postcss-flexbugs-fixes": "^5.0.2",
"rollup-plugin-external-globals": "^0.7.1",
"typescript": "4.7.*",
"vite": "^2.9.16",
"vite": "^2.9.18",
"vite-plugin-css-injected-by-js": "^2.1.1",
"xxhashjs": "^0.2.2"
},
Expand All @@ -45,5 +45,6 @@
"@sideway/formula": "^3.0.1",
"@types/react": "^17.0.2",
"json5": "^2.2.*"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading

0 comments on commit e04570e

Please sign in to comment.