Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Nov 7, 2023
1 parent f4a2dbd commit 1e17707
Show file tree
Hide file tree
Showing 20 changed files with 706 additions and 766 deletions.
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.4.8",
"@changesets/cli": "2.26.2",
"@typescript-eslint/parser": "6.9.0",
"@typescript-eslint/parser": "6.10.0",
"@workleap/eslint-plugin": "3.0.0",
"@workleap/typescript-configs": "3.0.2",
"cross-env": "7.0.3",
"eslint": "8.52.0",
"eslint": "8.53.0",
"jest": "29.7.0",
"netlify-cli": "16.9.3",
"netlify-cli": "17.0.1",
"retypeapp": "3.5.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"react-dom": "*"
},
"devDependencies": {
"@swc/core": "1.3.95",
"@swc/core": "1.3.96",
"@swc/helpers": "0.5.3",
"@swc/jest": "0.2.29",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.6",
"@types/react": "18.2.33",
"@types/jest": "29.5.7",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@workleap/eslint-plugin": "3.0.0",
"@workleap/swc-configs": "2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fakes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build": "tsup --config ./tsup.build.ts"
},
"devDependencies": {
"@types/jest": "29.5.6",
"@types/jest": "29.5.7",
"@workleap/eslint-plugin": "3.0.0",
"@workleap/tsup-configs": "3.0.1",
"@workleap/typescript-configs": "3.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/firefly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
}
},
"devDependencies": {
"@swc/core": "1.3.95",
"@swc/core": "1.3.96",
"@swc/helpers": "0.5.3",
"@swc/jest": "0.2.29",
"@testing-library/react": "14.0.0",
"@testing-library/jest-dom": "6.1.4",
"@types/jest": "29.5.6",
"@types/react": "18.2.33",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.7",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@workleap/eslint-plugin": "3.0.0",
"@workleap/swc-configs": "2.1.2",
Expand All @@ -61,7 +61,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.11",
"react-router-dom": "6.17.0",
"react-router-dom": "6.18.0",
"ts-jest": "29.1.1",
"tsup": "7.2.0",
"typescript": "5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
}
},
"devDependencies": {
"@types/jest": "29.5.6",
"@types/react": "18.2.33",
"@types/jest": "29.5.7",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@workleap/eslint-plugin": "3.0.0",
"@workleap/tsup-configs": "3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"react-router-dom": "*"
},
"devDependencies": {
"@swc/core": "1.3.95",
"@swc/core": "1.3.96",
"@swc/helpers": "0.5.3",
"@swc/jest": "0.2.29",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.6",
"@types/react": "18.2.33",
"@types/jest": "29.5.7",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@types/react-test-renderer": "18.0.5",
"@workleap/eslint-plugin": "3.0.0",
Expand All @@ -52,7 +52,7 @@
"jest-environment-jsdom": "29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.17.0",
"react-router-dom": "6.18.0",
"react-test-renderer": "18.2.0",
"ts-jest": "29.1.1",
"tsup": "7.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/webpack-module-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"webpack": ">=5.0.0"
},
"devDependencies": {
"@swc/core": "1.3.95",
"@swc/core": "1.3.96",
"@swc/helpers": "0.5.3",
"@swc/jest": "0.2.29",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.6",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/jest": "29.5.7",
"@types/node": "20.8.10",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@workleap/eslint-plugin": "3.0.0",
"@workleap/swc-configs": "2.1.2",
"@workleap/tsup-configs": "3.0.1",
"@workleap/typescript-configs": "3.0.2",
"@workleap/webpack-configs": "1.2.0",
"@workleap/webpack-configs": "1.2.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 1e17707

Please sign in to comment.