Skip to content

Commit

Permalink
chore(project): sync yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed Sep 10, 2024
1 parent 94b1eba commit 50c0ada
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion configs/eslint-config-jwp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@typescript-eslint/parser": "^7.13.1",
"confusing-browser-globals": "^1.0.11",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@types/node": "^18.19.36",
"@types/node": "^18.19.37",
"csv-parse": "^5.5.6",
"eslint": "^8.57.0",
"husky": "^6.0.0",
"i18next-parser-workspaces": "^0.2.0",
"knip": "^5.21.1",
"lint-staged": "^15.2.7",
"knip": "^5.30.1",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"read": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"test-watch": "TZ=UTC LC_ALL=en_US.UTF-8 vitest"
},
"dependencies": {
"@adyen/adyen-web": "^5.66.1",
"@adyen/adyen-web": "^5.68.1",
"@videodock/tile-slider": "^2.0.0",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"dompurify": "^3.1.6",
"i18next": "^22.5.1",
"inversify": "^6.0.2",
"marked": "^4.3.0",
"payment": "^2.4.6",
"payment": "^2.4.7",
"planby": "^0.3.0",
"react": "^18.3.1",
"react-app-polyfill": "^3.0.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.6.0",
"vitest-axe": "^1.0.0-pre.3",
"wicg-inert": "^3.1.2"
"wicg-inert": "^3.1.3"
},
"peerDependencies": {
"@jwp/ott-common": "*",
Expand Down
8 changes: 4 additions & 4 deletions platforms/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@jwp/ott-ui-react": "*",
"i18next": "^22.5.1",
"i18next-browser-languagedetector": "^6.1.8",
"i18next-http-backend": "^2.5.2",
"i18next-http-backend": "^2.6.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-i18next": "^12.3.1",
"react-router": "6.14.2",
"react-router-dom": "6.14.2",
"wicg-inert": "^3.1.2"
"wicg-inert": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.24.7",
Expand All @@ -50,7 +50,7 @@
"@testing-library/jest-dom": "^6.4.6",
"@types/jwplayer": "^8.31.1",
"@types/luxon": "^3.4.2",
"@types/node": "^18.19.36",
"@types/node": "^18.19.37",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
Expand All @@ -66,7 +66,7 @@
"i18next-parser": "^8.13.0",
"jsdom": "^22.1.0",
"luxon": "^3.4.4",
"playwright": "^1.44.5",
"playwright": "^1.45.0",
"postcss": "^8.4.38",
"postcss-config-jwp": "*",
"react-app-polyfill": "^3.0.0",
Expand Down

0 comments on commit 50c0ada

Please sign in to comment.