Skip to content

Commit

Permalink
Move some dependencies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vaurdan committed Nov 29, 2024
1 parent c4d8998 commit c59f3a5
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 45 deletions.
123 changes: 85 additions & 38 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,16 @@
"defaults"
],
"dependencies": {
"@types/js-cookie": "^3.0.6",
"@types/react-router-dom": "^5.3.3",
"@wordpress/date": "^5.11.0",
"@wordpress/dom-ready": "^4.12.0",
"js-cookie": "^3.0.5",
"lodash.debounce": "^4.0.8",
"react-router-dom": "^6.28.0"
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3.0.6",
"@types/lodash.debounce": "^4.0.9",
"@types/react-router-dom": "^5.3.3",
"@types/wordpress__block-editor": "^11.5.15",
"@types/wordpress__blocks": "^12.5.15",
"@types/wordpress__edit-post": "^8.4.0",
Expand All @@ -64,6 +60,8 @@
"@wordpress/compose": "^7.12.0",
"@wordpress/core-data": "^7.12.0",
"@wordpress/data": "^10.12.0",
"@wordpress/date": "^5.13.0",
"@wordpress/dom-ready": "^4.13.0",
"@wordpress/e2e-test-utils-playwright": "^1.12.0",
"@wordpress/edit-post": "^8.12.0",
"@wordpress/editor": "^14.11.0",
Expand All @@ -80,7 +78,9 @@
"concurrently": "^9.1.0",
"eslint-plugin-jest": "^28.9.0",
"husky": "^9.1.7",
"lodash.debounce": "^4.0.8",
"prettier": "^3.4.0",
"react-router-dom": "^7.0.1",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2"
},
Expand Down

0 comments on commit c59f3a5

Please sign in to comment.