Skip to content

Commit a93b8fb

Browse files
Merge pull request #89 from samuel-gomez/feature/update-package-20231201
chore(deps): update deps
2 parents 12d7e3a + 96bbc8d commit a93b8fb

File tree

3 files changed

+46
-48
lines changed

3 files changed

+46
-48
lines changed

package-lock.json

Lines changed: 35 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@
2424
"copy": "cd ./scripts && npm i && npm run copy"
2525
},
2626
"dependencies": {
27-
"@axa-fr/react-oidc": "7.10.7",
27+
"@axa-fr/react-oidc": "7.12.12",
2828
"@axa-fr/react-toolkit-all": "2.1.0",
2929
"@axa-fr/react-toolkit-core": "2.1.0",
30-
"@popperjs/core": "2.11.8",
3130
"@tanstack/react-query": "5.10.0",
32-
"@tanstack/react-query-devtools": "5.10.0",
33-
"@uiw/react-textarea-code-editor": "3.0.1",
31+
"@tanstack/react-query-devtools": "5.12.0",
32+
"@uiw/react-textarea-code-editor": "3.0.2",
3433
"axe-core": "4.8.2",
3534
"cross-fetch": "4.0.0",
3635
"downloadjs": "1.4.7",
@@ -50,7 +49,7 @@
5049
"devDependencies": {
5150
"@commitlint/cli": "18.4.3",
5251
"@commitlint/config-conventional": "18.4.3",
53-
"@testing-library/jest-dom": "6.1.4",
52+
"@testing-library/jest-dom": "6.1.5",
5453
"@testing-library/react": "14.1.2",
5554
"@testing-library/react-hooks": "8.0.1",
5655
"@testing-library/user-event": "14.5.1",
@@ -76,7 +75,7 @@
7675
"husky": "8.0.3",
7776
"jest-axe": "8.0.0",
7877
"jest-cucumber": "3.0.1",
79-
"jsdom": "23.0.0",
78+
"jsdom": "23.0.1",
8079
"lint-staged": "15.1.0",
8180
"msw": "2.0.9",
8281
"prettier": "3.1.0",

scripts/files/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"cz": "cz"
2323
},
2424
"dependencies": {
25-
"@axa-fr/react-oidc": "7.10.7",
26-
"@axa-fr/react-toolkit-all": "2.0.0",
27-
"@axa-fr/react-toolkit-core": "2.0.0",
25+
"@axa-fr/react-oidc": "7.12.12",
26+
"@axa-fr/react-toolkit-all": "2.1.0",
27+
"@axa-fr/react-toolkit-core": "2.1.0",
2828
"@popperjs/core": "2.11.8",
2929
"@tanstack/react-query": "5.10.0",
30-
"@tanstack/react-query-devtools": "5.10.0",
30+
"@tanstack/react-query-devtools": "5.12.0",
3131
"cross-fetch": "4.0.0",
3232
"lodash": "4.17.21",
3333
"react": "18.2.0",
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@commitlint/cli": "18.4.3",
4040
"@commitlint/config-conventional": "18.4.3",
41-
"@testing-library/jest-dom": "6.1.4",
41+
"@testing-library/jest-dom": "6.1.5",
4242
"@testing-library/react": "14.1.2",
4343
"@testing-library/react-hooks": "8.0.1",
4444
"@testing-library/user-event": "14.5.1",
@@ -63,7 +63,7 @@
6363
"husky": "8.0.3",
6464
"jest-axe": "8.0.0",
6565
"jest-cucumber": "3.0.1",
66-
"jsdom": "23.0.0",
66+
"jsdom": "23.0.1",
6767
"lint-staged": "15.1.0",
6868
"msw": "2.0.9",
6969
"prettier": "3.1.0",

0 commit comments

Comments
 (0)