Skip to content

Commit

Permalink
chore: sync the yarn.lock file to the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaDTH authored and ChristiaanScheermeijer committed Jun 24, 2024
1 parent 7788a70 commit 64b6fed
Show file tree
Hide file tree
Showing 9 changed files with 177 additions and 193 deletions.
12 changes: 6 additions & 6 deletions configs/eslint-config-jwp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"test": "exit 0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"confusing-browser-globals": "^1.0.10",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0"
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@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-hooks": "^4.6.2"
}
}
6 changes: 3 additions & 3 deletions configs/postcss-config-jwp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test": "exit 0"
},
"devDependencies": {
"postcss": "^8.4.31",
"postcss-import": "^14.0.2",
"postcss-scss": "^4.0.4",
"postcss": "^8.4.38",
"postcss-import": "^14.1.0",
"postcss-scss": "^4.0.9",
"stylelint": "^15.11.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions configs/stylelint-config-jwp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"devDependencies": {
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-declaration-strict-value": "^1.9.2",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.3.1"
"stylelint-declaration-strict-value": "^1.10.4",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^5.3.2"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@
"web": "yarn --cwd platforms/web"
},
"devDependencies": {
"@commitlint/cli": "^17.1.1",
"@commitlint/config-conventional": "^17.1.1",
"@types/node": "^18.15.3",
"csv-parse": "^5.4.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@types/node": "^18.19.36",
"csv-parse": "^5.5.6",
"eslint": "^8.57.0",
"husky": "^6.0.0",
"i18next-parser-workspaces": "^0.2.0",
"knip": "^5.0.3",
"lint-staged": "^15.1.0",
"knip": "^5.21.1",
"lint-staged": "^15.2.7",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"read": "^2.1.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "5.3.3",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
},
"peerDependencies": {
"eslint-config-jwp": "*"
Expand Down
22 changes: 11 additions & 11 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
"test-watch": "TZ=UTC LC_ALL=en_US.UTF-8 vitest"
},
"dependencies": {
"@inplayer-org/inplayer.js": "^3.13.24",
"@inplayer-org/inplayer.js": "^3.13.25",
"broadcast-channel": "^7.0.0",
"date-fns": "^2.28.0",
"fast-xml-parser": "^4.3.2",
"i18next": "^22.4.15",
"date-fns": "^2.30.0",
"fast-xml-parser": "^4.4.0",
"i18next": "^22.5.1",
"ini": "^3.0.1",
"inversify": "^6.0.1",
"inversify": "^6.0.2",
"jwt-decode": "^4.0.0",
"lodash.merge": "^4.6.2",
"react-i18next": "^12.3.1",
"reflect-metadata": "^0.2.2",
"yup": "^0.32.9",
"zustand": "^3.6.9"
"yup": "^0.32.11",
"zustand": "^3.7.2"
},
"devDependencies": {
"@types/ini": "^1.3.31",
"@types/lodash.merge": "^4.6.6",
"@types/ini": "^1.3.34",
"@types/lodash.merge": "^4.6.9",
"jsdom": "^22.1.0",
"timezone-mock": "^1.3.4",
"timezone-mock": "^1.3.6",
"vi-fetch": "^0.8.0",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
},
"peerDependencies": {
"@jwp/ott-testing": "*",
Expand Down
20 changes: 10 additions & 10 deletions packages/hooks-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"test-watch": "TZ=UTC LC_ALL=en_US.UTF-8 vitest"
},
"dependencies": {
"@inplayer-org/inplayer.js": "^3.13.24",
"date-fns": "^2.28.0",
"i18next": "^22.4.15",
"@inplayer-org/inplayer.js": "^3.13.25",
"date-fns": "^2.30.0",
"i18next": "^22.5.1",
"planby": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^12.3.1",
"react-query": "^3.39.0",
"react-query": "^3.39.3",
"reflect-metadata": "^0.2.2",
"yup": "^0.32.9"
"yup": "^0.32.11"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/jwplayer": "^8.2.13",
"@testing-library/react": "^14.3.1",
"@types/jwplayer": "^8.31.1",
"jsdom": "^22.1.0",
"vi-fetch": "^0.8.0",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
},
"peerDependencies": {
"@jwp/ott-common": "*",
Expand Down
46 changes: 23 additions & 23 deletions packages/ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,43 @@
"test-watch": "TZ=UTC LC_ALL=en_US.UTF-8 vitest"
},
"dependencies": {
"@adyen/adyen-web": "^5.42.1",
"@inplayer-org/inplayer.js": "^3.13.24",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"dompurify": "^2.3.8",
"i18next": "^22.4.15",
"inversify": "^6.0.1",
"marked": "^4.1.1",
"@adyen/adyen-web": "^5.66.1",
"@inplayer-org/inplayer.js": "^3.13.25",
"classnames": "^2.5.1",
"date-fns": "^2.30.0",
"dompurify": "^2.5.5",
"i18next": "^22.5.1",
"inversify": "^6.0.2",
"marked": "^4.3.0",
"payment": "^2.4.6",
"planby": "^0.3.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-i18next": "^12.3.1",
"react-infinite-scroller": "^1.2.6",
"react-query": "^3.39.0",
"react-query": "^3.39.3",
"react-router": "6.14.2",
"react-router-dom": "6.14.2",
"reflect-metadata": "^0.2.2",
"yup": "^0.32.9"
"yup": "^0.32.11"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/dompurify": "^2.3.4",
"@types/jwplayer": "^8.2.13",
"@types/marked": "^4.0.7",
"@types/payment": "^2.1.4",
"@types/react-infinite-scroller": "^1.2.3",
"@vitejs/plugin-react": "^4.0.4",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^14.3.1",
"@types/dompurify": "^2.4.0",
"@types/jwplayer": "^8.31.1",
"@types/marked": "^4.3.2",
"@types/payment": "^2.1.7",
"@types/react-infinite-scroller": "^1.2.5",
"@vitejs/plugin-react": "^4.3.1",
"jsdom": "^22.1.0",
"sass": "^1.49.10",
"typescript-plugin-css-modules": "^5.0.2",
"sass": "^1.77.6",
"typescript-plugin-css-modules": "^5.1.0",
"vi-fetch": "^0.8.0",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.3.1",
"vitest": "^1.6.0",
"wicg-inert": "^3.1.2",
"vitest-axe": "^1.0.0-pre.3"
},
Expand Down
62 changes: 31 additions & 31 deletions platforms/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,62 +32,62 @@
"@jwp/ott-testing": "*",
"@jwp/ott-theme": "*",
"@jwp/ott-ui-react": "*",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^6.1.1",
"i18next-http-backend": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"i18next": "^22.5.1",
"i18next-browser-languagedetector": "^6.1.8",
"i18next-http-backend": "^2.5.2",
"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.1"
"wicg-inert": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-proposal-decorators": "^7.22.10",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@codeceptjs/configure": "^0.8.0",
"@testing-library/jest-dom": "^6.4.2",
"@types/jwplayer": "^8.2.13",
"@types/luxon": "^3.0.2",
"@types/node": "^18.15.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.2",
"@vite-pwa/assets-generator": "^0.2.3",
"@vitejs/plugin-react": "^4.0.4",
"@testing-library/jest-dom": "^6.4.6",
"@types/jwplayer": "^8.31.1",
"@types/luxon": "^3.4.2",
"@types/node": "^18.19.36",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^0.33.0",
"allure-commandline": "^2.17.2",
"allure-commandline": "^2.29.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"codeceptjs": "3.5.5",
"core-js": "^3.37.0",
"core-js": "^3.37.1",
"eslint-config-jwp": "*",
"eslint-plugin-codeceptjs": "^1.3.0",
"i18next-parser": "^8.13.0",
"jsdom": "^22.1.0",
"luxon": "^3.2.1",
"playwright": "^1.38.1",
"postcss": "^8.4.31",
"luxon": "^3.4.4",
"playwright": "^1.44.1",
"postcss": "^8.4.38",
"postcss-config-jwp": "*",
"react-app-polyfill": "^3.0.0",
"reflect-metadata": "^0.2.2",
"sass": "^1.49.10",
"sharp": "^0.33.2",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"stylelint": "^15.11.0",
"stylelint-config-jwp": "*",
"tsconfig-paths": "^4.1.0",
"tsconfig-paths": "^4.2.0",
"vi-fetch": "^0.8.0",
"vite": "^5.1.5",
"vite": "^5.3.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.19.2",
"vite-plugin-static-copy": "^0.17.0",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-static-copy": "^0.17.1",
"vite-plugin-stylelint": "^5.3.1",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.3.1",
"vitest": "^1.6.0",
"vitest-axe": "^1.0.0-pre.3",
"workbox-build": "^6.5.4",
"workbox-window": "^6.5.4"
"workbox-build": "^6.6.1",
"workbox-window": "^6.6.1"
},
"optionalDependencies": {
"gh-pages": "^6.1.1",
Expand Down
Loading

0 comments on commit 64b6fed

Please sign in to comment.