Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vermorag committed Oct 23, 2024
1 parent 7d68331 commit 272f110
Show file tree
Hide file tree
Showing 5 changed files with 2,091 additions and 598 deletions.
9 changes: 2 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
enableGlobalCache: false
nodeLinker: node-modules

npmRegistryServer: "https://repo.cdek.ru/repository/cdek-npm"

packageExtensions:
"@slorber/react-ideal-image@*":
dependencies:
"prop-types": "*"
#npmRegistryServer: "https://repo.cdek.ru/repository/cdek-npm"
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
"composer.*",
"package.json",
"yarn.lock",
"webpack.config.js"
"webpack.config.js",
"sonar-project.properties",
"guide"
]
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-ideal-image": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
Expand All @@ -28,7 +28,7 @@
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.5.2",
"typescript": "~5.6.2"
"typescript": "~5.6.3"
},
"browserslist": {
"production": [
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"@cdek-it/widget": "^3.10.4",
"@woocommerce/data": "^5.0.0",
"@woocommerce/settings": "^1.0.0",
"@wordpress/api-fetch": "^7.9.0",
"@wordpress/block-editor": "^14.4.0",
"@wordpress/data": "^10.9.0",
"@wordpress/element": "^6.9.0",
"@wordpress/env": "^10.9.0",
"@wordpress/i18n": "^5.9.0",
"@wordpress/icons": "^10.9.0",
"@wordpress/prettier-config": "^4.9.0",
"@wordpress/scripts": "^30.1.0",
"@wordpress/url": "^4.9.0",
"@wordpress/api-fetch": "^7.10.0",
"@wordpress/block-editor": "^14.5.0",
"@wordpress/data": "^10.10.0",
"@wordpress/element": "^6.10.0",
"@wordpress/env": "^10.10.0",
"@wordpress/i18n": "^5.10.0",
"@wordpress/icons": "^10.10.0",
"@wordpress/prettier-config": "^4.10.0",
"@wordpress/scripts": "^30.3.0",
"@wordpress/url": "^4.10.0",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@playwright/test": "^1.47.2",
"@playwright/test": "^1.48.1",
"@woocommerce/dependency-extraction-webpack-plugin": "^3.0.1",
"@woocommerce/eslint-plugin": "^2.3.0",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 272f110

Please sign in to comment.