Skip to content

Commit

Permalink
Node 18.19.0, pnpm i -g pnpm, pnpm up -r -L
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Dec 5, 2023
1 parent dce245b commit 15d363f
Show file tree
Hide file tree
Showing 9 changed files with 10,028 additions and 11,908 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"prepare": "husky install"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.30.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"lint-staged": "^10.5.4",
"prettier": "^2.7.1",
"pyright": "^1.1.257",
"typescript": "~4.4.4"
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"pyright": "^1.1.338",
"typescript": "~5.3.2"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,css,scss}": [
Expand Down
22 changes: 11 additions & 11 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"author": "koonpeng@openrobotics.org",
"license": "Apache-2.0",
"dependencies": {
"@types/debug": "^4.1.5",
"debug": "^4.2.0",
"@types/debug": "^4.1.12",
"debug": "^4.3.4",
"rmf-models": "workspace:*",
"socket.io-client": "^3.1.3"
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@types/jasmine": "^3.8.2",
"axios": "^0.21.1",
"eslint": "^7.26.0",
"jasmine": "^3.6.6",
"ts-node": "^9.1.1",
"typescript": "~4.4.4"
"@types/jasmine": "^5.1.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"axios": "^1.6.2",
"eslint": "^8.55.0",
"jasmine": "^5.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.3.2"
},
"peerDependencies": {
"axios": "^0.21.1"
Expand Down
22 changes: 11 additions & 11 deletions packages/dashboard-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"test:dev": "E2E_DASHBOARD_URL=http://localhost:3000 RMF_LAUNCH_MODE=none wdio"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@types/mocha": "^9.0.0",
"@wdio/browserstack-service": "7.11.1",
"@wdio/cli": "7.11.1",
"@wdio/local-runner": "7.11.1",
"@wdio/mocha-framework": "7.11.1",
"@wdio/spec-reporter": "7.10.1",
"concurrently": "^5.3.0",
"@babel/core": "^7.23.5",
"@types/mocha": "^10.0.6",
"@wdio/browserstack-service": "8.24.6",
"@wdio/cli": "8.24.6",
"@wdio/local-runner": "8.24.6",
"@wdio/mocha-framework": "8.24.6",
"@wdio/spec-reporter": "8.24.2",
"concurrently": "^8.2.2",
"rmf-dashboard": "workspace:*",
"serve": "^11.3.2",
"ts-node": "^9.1.1",
"typescript": "~4.4.4"
"serve": "^14.2.1",
"ts-node": "^10.9.1",
"typescript": "~5.3.2"
}
}
114 changes: 57 additions & 57 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,75 +38,75 @@
]
},
"dependencies": {
"@aldabil/react-scheduler": "^2.6.7",
"@fontsource/roboto": "^4.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@mui/icons-material": "^5.8.3",
"@mui/material": "^5.8.3",
"@mui/styles": "^5.8.3",
"@mui/system": "^5.8.3",
"@mui/x-date-pickers": "^5.0.20",
"@react-three/drei": "^9.84.0",
"@react-three/fiber": "^8.14.2",
"@types/debug": "^4.1.5",
"@types/leaflet": "^1.5.17",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-grid-layout": "^1.3.2",
"@types/react-leaflet": "^2.5.2",
"@aldabil/react-scheduler": "^2.7.26",
"@fontsource/roboto": "^5.0.8",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.19",
"@mui/styles": "^5.14.19",
"@mui/system": "^5.14.19",
"@mui/x-date-pickers": "^6.18.3",
"@react-three/drei": "^9.90.0",
"@react-three/fiber": "^8.15.12",
"@types/debug": "^4.1.12",
"@types/leaflet": "^1.9.8",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/react-grid-layout": "^1.3.5",
"@types/react-leaflet": "^3.0.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/three": "^0.156.0",
"ajv": "^8.10.0",
"@types/three": "^0.159.0",
"ajv": "^8.12.0",
"api-client": "workspace:*",
"axios": "^0.21.1",
"date-fns": "^2.21.3",
"debug": "^4.2.0",
"eventemitter3": "^4.0.7",
"keycloak-js": "^11.0.2",
"leaflet": "^1.7.1",
"node-vibrant": "^3.1.6",
"axios": "^1.6.2",
"date-fns": "^2.30.0",
"debug": "^4.3.4",
"eventemitter3": "^5.0.1",
"keycloak-js": "^23.0.1",
"leaflet": "^1.9.4",
"node-vibrant": "3.2.1-alpha.1",
"react": "^18.2.0",
"react-components": "workspace:*",
"react-customizable-progressbar": "^1.0.3",
"react-customizable-progressbar": "^1.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-leaflet": "^2.7.0",
"react-router": "^6.14.1",
"react-router-dom": "^6.14.1",
"react-grid-layout": "^1.4.4",
"react-leaflet": "^4.2.1",
"react-router": "^6.20.1",
"react-router-dom": "^6.20.1",
"rmf-auth": "workspace:*",
"rmf-models": "workspace:*",
"rxjs": "^7.5.5",
"three": "^0.156.1"
"rxjs": "^7.8.1",
"three": "^0.159.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@storybook/addon-actions": "^6.5.8",
"@storybook/addon-essentials": "^6.5.8",
"@storybook/addon-links": "^6.5.8",
"@storybook/node-logger": "^6.5.9",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.5.8",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.13",
"@babel/core": "^7.23.5",
"@storybook/addon-actions": "^7.6.3",
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/node-logger": "^7.6.3",
"@storybook/preset-create-react-app": "^7.6.3",
"@storybook/react": "^7.6.3",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.10",
"api-server": "file:../api-server",
"canvas": "^2.6.1",
"chalk": "^4.1.0",
"concurrently": "^5.3.0",
"inquirer": "^8.1.2",
"react-refresh": "^0.9",
"react-scripts": "^4.0.3",
"canvas": "^2.11.2",
"chalk": "^5.3.0",
"concurrently": "^8.2.2",
"inquirer": "^9.2.12",
"react-refresh": "^0.14.0",
"react-scripts": "^5.0.1",
"require-from-string": "^2.0.2",
"source-map-explorer": "^2.5.2",
"styled-components": "^4.4.1",
"ts-node": "^9.1.1",
"typescript": "~4.4.4",
"webpack": "^4"
"source-map-explorer": "^2.5.3",
"styled-components": "^6.1.1",
"ts-node": "^10.9.1",
"typescript": "~5.3.2",
"webpack": "^5.89.0"
},
"jest": {
"collectCoverageFrom": [
Expand Down
138 changes: 69 additions & 69 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,95 +17,95 @@
"author": "koonpeng@openrobotics.org",
"license": "Apache-2.0",
"dependencies": {
"@date-io/core": "^2.11.0",
"@date-io/date-fns": "^2.11.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.3",
"@mui/lab": "5.0.0-alpha.86",
"@mui/styles": "^5.8.3",
"@mui/x-data-grid": "^5.12.1",
"@mui/x-date-pickers": "^5.0.20",
"@react-three/drei": "^9.84.0",
"@react-three/fiber": "^8.14.2",
"@date-io/core": "^2.17.0",
"@date-io/date-fns": "^2.17.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.19",
"@mui/lab": "5.0.0-alpha.154",
"@mui/styles": "^5.14.19",
"@mui/x-data-grid": "^6.18.3",
"@mui/x-date-pickers": "^6.18.3",
"@react-three/drei": "^9.90.0",
"@react-three/fiber": "^8.15.12",
"@react-three/test-renderer": "^8.2.0",
"@types/crc": "^3.4.0",
"@types/rbush": "^3.0.0",
"@types/react-grid-layout": "^1.3.2",
"@types/react-leaflet": "^2.5.2",
"@types/shallowequal": "^1.1.1",
"@types/three": "^0.156.0",
"@types/crc": "^3.8.3",
"@types/rbush": "^3.0.3",
"@types/react-grid-layout": "^1.3.5",
"@types/react-leaflet": "^3.0.0",
"@types/shallowequal": "^1.1.5",
"@types/three": "^0.159.0",
"api-client": "workspace:*",
"clsx": "^1.1.1",
"crc": "^3.8.0",
"date-fns": "^2.21.3",
"debug": "^4.2.0",
"eventemitter3": "^4.0.7",
"node-vibrant": "^3.1.6",
"clsx": "^2.0.0",
"crc": "^4.3.2",
"date-fns": "^2.30.0",
"debug": "^4.3.4",
"eventemitter3": "^5.0.1",
"node-vibrant": "3.2.1-alpha.1",
"rbush": "^3.0.1",
"react-customizable-progressbar": "^1.0.3",
"react-grid-layout": "^1.3.4",
"react-leaflet": "^2.7.0",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"react-customizable-progressbar": "^1.2.0",
"react-grid-layout": "^1.4.4",
"react-leaflet": "^4.2.1",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.10",
"rmf-models": "workspace:*",
"shallowequal": "^1.1.0",
"three": "^0.156.1"
"three": "^0.159.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@fontsource/roboto": "^4.3.0",
"@babel/core": "^7.23.5",
"@fontsource/roboto": "^5.0.8",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@mui/material": "^5.8.3",
"@mui/system": "^5.8.3",
"@storybook/addon-actions": "^6.5.8",
"@storybook/addon-essentials": "^6.5.8",
"@storybook/addon-links": "^6.5.8",
"@storybook/react": "^6.5.8",
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/debug": "^4.1.5",
"@types/jasmine": "^3.8.2",
"@types/leaflet": "^1.5.17",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@mui/material": "^5.14.19",
"@mui/system": "^5.14.19",
"@storybook/addon-actions": "^7.6.3",
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/react": "^7.6.3",
"@testing-library/dom": "^9.3.3",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/debug": "^4.1.12",
"@types/jasmine": "^5.1.4",
"@types/leaflet": "^1.9.8",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/react-grid-layout": "^1.3.2",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"concurrently": "^5.3.0",
"css-loader": "^5",
"@types/react-virtualized-auto-sizer": "^1.0.3",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"concurrently": "^8.2.2",
"css-loader": "^6.8.1",
"date-fns": "^2.21.3",
"eslint": "^7.26.0",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"jasmine": "^3.6.6",
"karma": "^6.3.20",
"jasmine": "^5.1.0",
"karma": "^6.4.2",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^4.0.1",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-source-map-support": "^1.4.0",
"karma-webpack": "^4.0.2",
"leaflet": "^1.7.1",
"karma-webpack": "^5.0.0",
"leaflet": "^1.9.4",
"process": "0.11.10",
"puppeteer": "*",
"puppeteer": "^21.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^2.7.0",
"react-router": "^6.14.1",
"react-router-dom": "^6.14.1",
"react-router": "^6.20.1",
"react-router-dom": "^6.20.1",
"require-from-string": "^2.0.2",
"style-loader": "^2",
"ts-loader": "^8.1.0",
"typescript": "~4.4.4",
"webpack": "^4.46.0",
"webpack-cli": "^4.8.0"
"style-loader": "^3.3.3",
"ts-loader": "^9.5.1",
"typescript": "~5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"@fontsource/roboto": "^4.3.0",
Expand Down
Loading

0 comments on commit 15d363f

Please sign in to comment.