Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Jul 19, 2023
1 parent 3aa38ff commit 9ecd2ae
Show file tree
Hide file tree
Showing 8 changed files with 202 additions and 125 deletions.
6 changes: 3 additions & 3 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"@types/react": "^17.0.62",
"@types/react-dom": "^17.0.20",
"@types/react-router-dom": "~5.3.3",
"@vitejs/plugin-react": "4.0.0",
"@vitejs/plugin-react": "4.0.3",
"eslint": "8.28.0",
"eslint-config-galex": "4.5.2",
"typescript": "5.0.4",
"vite": "4.3.8",
"vite-plugin-checker": "0.6.0",
"vite": "4.3.9",
"vite-plugin-checker": "0.6.1",
"vite-plugin-eslint": "1.8.1"
}
}
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"remark-gfm": "3.0.1",
"storybook": "7.0.5",
"typescript": "5.0.4",
"vite": "4.3.8"
"vite": "4.3.9"
},
"browserslist": {
"production": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"eslint": "8.28.0",
"eslint-config-galex": "4.5.2",
"identity-obj-proxy": "3.0.0",
"jest": "29.5.0",
"jest": "29.6.1",
"npm-run-all": "4.1.5",
"prettier": "3.0.0",
"ts-jest": "29.1.0",
"ts-jest": "29.1.1",
"typescript": "5.0.4"
},
"pnpm": {
Expand Down
12 changes: 6 additions & 6 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@h5web/shared": "workspace:*",
"@rollup/plugin-alias": "5.0.0",
"@testing-library/dom": "8.20.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",
"@types/d3-format": "~3.0.1",
Expand All @@ -73,19 +73,19 @@
"@types/react-dom": "^17.0.20",
"@types/react-slider": "~1.3.1",
"@types/testing-library__jest-dom": "~5.14.8",
"@vitejs/plugin-react": "4.0.0",
"@vitejs/plugin-react": "4.0.3",
"concat": "1.0.3",
"eslint": "8.28.0",
"eslint-config-galex": "4.5.2",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"npm-run-all": "4.1.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"rimraf": "4.4.1",
"rimraf": "5.0.1",
"rollup": "3.20.2",
"rollup-plugin-dts": "5.3.0",
"typescript": "5.0.4",
"vite": "4.3.8"
"vite": "4.3.9"
}
}
4 changes: 2 additions & 2 deletions packages/h5wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"@rollup/plugin-alias": "5.0.0",
"@types/node": "^18.16.19",
"@types/react": "^17.0.62",
"@vitejs/plugin-react": "4.0.0",
"@vitejs/plugin-react": "4.0.3",
"eslint": "8.28.0",
"eslint-config-galex": "4.5.2",
"react": "17.0.2",
"rollup": "3.20.2",
"rollup-plugin-dts": "5.3.0",
"typescript": "5.0.4",
"vite": "4.3.8"
"vite": "4.3.9"
}
}
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,19 @@
"@types/react-slider": "~1.3.1",
"@types/react-window": "~1.8.5",
"@types/three": "0.141.0",
"@vitejs/plugin-react": "4.0.0",
"@vitejs/plugin-react": "4.0.3",
"concat": "1.0.3",
"eslint": "8.28.0",
"eslint-config-galex": "4.5.2",
"jest": "29.5.0",
"jest": "29.6.1",
"npm-run-all": "4.1.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"rimraf": "4.4.1",
"rimraf": "5.0.1",
"rollup": "3.20.2",
"rollup-plugin-dts": "5.3.0",
"three": "0.141.0",
"typescript": "5.0.4",
"vite": "4.3.8"
"vite": "4.3.9"
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"d3-format": "3.1.0",
"eslint": "8.28.0",
"eslint-config-galex": "4.5.2",
"jest": "29.5.0",
"jest": "29.6.1",
"lodash": "4.17.21",
"ndarray": "1.0.19",
"ndarray-ops": "1.2.2",
Expand Down
Loading

0 comments on commit 9ecd2ae

Please sign in to comment.