Skip to content

Commit

Permalink
chore: Updated dependencies (#152)
Browse files Browse the repository at this point in the history
* Updated dependencies

* Fix dependency version

* Added changeset file

* Fix CI
  • Loading branch information
patricklafrance committed Feb 14, 2024
1 parent 7752c73 commit d27fe71
Show file tree
Hide file tree
Showing 25 changed files with 1,070 additions and 952 deletions.
13 changes: 13 additions & 0 deletions .changeset/many-walls-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@squide/webpack-module-federation": patch
"@squide/firefly-configs": patch
"@squide/webpack-configs": patch
"@squide/react-router": patch
"@squide/firefly": patch
"@squide/i18next": patch
"@squide/fakes": patch
"@squide/core": patch
"@squide/msw": patch
---

Updated dependency versions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@typescript-eslint/parser": "6.21.0",
"@workleap/eslint-plugin": "3.0.1",
"@typescript-eslint/parser": "7.0.1",
"@workleap/eslint-plugin": "3.0.2",
"@workleap/typescript-configs": "3.0.2",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"jest": "29.7.0",
"netlify-cli": "17.16.1",
"netlify-cli": "17.16.2",
"retypeapp": "3.5.0",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"react-dom": "*"
},
"devDependencies": {
"@swc/core": "1.4.0",
"@swc/core": "1.4.1",
"@swc/helpers": "0.5.6",
"@swc/jest": "0.2.36",
"@testing-library/react": "14.2.1",
"@types/jest": "29.5.12",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@workleap/eslint-plugin": "3.0.1",
"@workleap/swc-configs": "2.2.1",
"@workleap/tsup-configs": "3.0.2",
"@workleap/eslint-plugin": "3.0.2",
"@workleap/swc-configs": "2.2.2",
"@workleap/tsup-configs": "3.0.3",
"@workleap/typescript-configs": "3.0.2",
"jest": "29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-jest": "29.1.2",
"tsup": "8.0.1",
"tsup": "8.0.2",
"typescript": "5.3.3"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/fakes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
"devDependencies": {
"@types/jest": "29.5.12",
"@workleap/eslint-plugin": "3.0.1",
"@workleap/tsup-configs": "3.0.2",
"@workleap/eslint-plugin": "3.0.2",
"@workleap/tsup-configs": "3.0.3",
"@workleap/typescript-configs": "3.0.2",
"jest": "29.7.0",
"tsup": "8.0.1",
"tsup": "8.0.2",
"typescript": "5.3.3"
},
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/firefly-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
"webpack": ">=5.0.0"
},
"devDependencies": {
"@swc/core": "1.4.0",
"@swc/core": "1.4.1",
"@swc/helpers": "0.5.6",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@workleap/eslint-plugin": "3.0.1",
"@workleap/swc-configs": "2.2.1",
"@workleap/tsup-configs": "3.0.2",
"@workleap/eslint-plugin": "3.0.2",
"@workleap/swc-configs": "2.2.2",
"@workleap/tsup-configs": "3.0.3",
"@workleap/typescript-configs": "3.0.2",
"@workleap/webpack-configs": "^1.3.1",
"@workleap/webpack-configs": "1.3.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.2",
"tsup": "8.0.1",
"tsup": "8.0.2",
"typescript": "5.3.3",
"webpack": "5.90.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/firefly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,27 +55,27 @@
}
},
"devDependencies": {
"@swc/core": "1.4.0",
"@swc/core": "1.4.1",
"@swc/helpers": "0.5.6",
"@swc/jest": "0.2.36",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@types/jest": "29.5.12",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@workleap/eslint-plugin": "3.0.1",
"@workleap/swc-configs": "2.2.1",
"@workleap/tsup-configs": "3.0.2",
"@workleap/eslint-plugin": "3.0.2",
"@workleap/swc-configs": "2.2.2",
"@workleap/tsup-configs": "3.0.3",
"@workleap/typescript-configs": "3.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"msw": "2.1.7",
"msw": "2.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.12",
"react-router-dom": "6.22.0",
"ts-jest": "29.1.2",
"tsup": "8.0.1",
"tsup": "8.0.2",
"typescript": "5.3.3"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"react-i18next": "*"
},
"devDependencies": {
"@swc/core": "1.4.0",
"@swc/core": "1.4.1",
"@swc/helpers": "0.5.6",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@workleap/eslint-plugin": "3.0.1",
"@workleap/swc-configs": "2.2.1",
"@workleap/tsup-configs": "3.0.2",
"@workleap/eslint-plugin": "3.0.2",
"@workleap/swc-configs": "2.2.2",
"@workleap/tsup-configs": "3.0.3",
"@workleap/typescript-configs": "3.0.2",
"i18next": "23.8.2",
"i18next-browser-languagedetector": "7.2.0",
Expand All @@ -56,7 +56,7 @@
"react-dom": "18.2.0",
"react-i18next": "14.0.5",
"ts-jest": "29.1.2",
"tsup": "8.0.1",
"tsup": "8.0.2",
"typescript": "5.3.3"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"devDependencies": {
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@workleap/eslint-plugin": "3.0.1",
"@workleap/tsup-configs": "3.0.2",
"@workleap/eslint-plugin": "3.0.2",
"@workleap/tsup-configs": "3.0.3",
"@workleap/typescript-configs": "3.0.2",
"msw": "2.1.7",
"msw": "2.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "8.0.1",
"tsup": "8.0.2",
"typescript": "5.3.3"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"react-router-dom": "*"
},
"devDependencies": {
"@swc/core": "1.4.0",
"@swc/core": "1.4.1",
"@swc/helpers": "0.5.6",
"@swc/jest": "0.2.36",
"@testing-library/react": "14.2.1",
"@types/jest": "29.5.12",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react-test-renderer": "18.0.7",
"@workleap/eslint-plugin": "3.0.1",
"@workleap/swc-configs": "2.2.1",
"@workleap/tsup-configs": "3.0.2",
"@workleap/eslint-plugin": "3.0.2",
"@workleap/swc-configs": "2.2.2",
"@workleap/tsup-configs": "3.0.3",
"@workleap/typescript-configs": "3.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand All @@ -55,7 +55,7 @@
"react-router-dom": "6.22.0",
"react-test-renderer": "18.2.0",
"ts-jest": "29.1.2",
"tsup": "8.0.1",
"tsup": "8.0.2",
"typescript": "5.3.3"
},
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/webpack-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@
"webpack": ">=5.0.0"
},
"devDependencies": {
"@swc/core": "1.4.0",
"@swc/core": "1.4.1",
"@swc/helpers": "0.5.6",
"@swc/jest": "0.2.36",
"@testing-library/react": "14.2.1",
"@types/jest": "29.5.12",
"@types/node": "20.11.17",
"@workleap/eslint-plugin": "3.0.1",
"@workleap/swc-configs": "2.2.1",
"@workleap/tsup-configs": "3.0.2",
"@workleap/eslint-plugin": "3.0.2",
"@workleap/swc-configs": "2.2.2",
"@workleap/tsup-configs": "3.0.3",
"@workleap/typescript-configs": "3.0.2",
"@workleap/webpack-configs": "1.3.1",
"@workleap/webpack-configs": "1.3.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.2",
"tsup": "8.0.1",
"tsup": "8.0.2",
"typescript": "5.3.3",
"webpack": "5.90.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/webpack-module-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@
}
},
"devDependencies": {
"@swc/core": "1.4.0",
"@swc/core": "1.4.1",
"@swc/helpers": "0.5.6",
"@swc/jest": "0.2.36",
"@testing-library/react": "14.2.1",
"@types/jest": "29.5.12",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@workleap/eslint-plugin": "3.0.1",
"@workleap/swc-configs": "2.2.1",
"@workleap/tsup-configs": "3.0.2",
"@workleap/eslint-plugin": "3.0.2",
"@workleap/swc-configs": "2.2.2",
"@workleap/tsup-configs": "3.0.3",
"@workleap/typescript-configs": "3.0.2",
"@workleap/webpack-configs": "1.3.1",
"@workleap/webpack-configs": "1.3.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-jest": "29.1.2",
"tsup": "8.0.1",
"tsup": "8.0.2",
"typescript": "5.3.3",
"webpack": "5.90.1"
},
Expand Down
Loading

0 comments on commit d27fe71

Please sign in to comment.