Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2023
1 parent 5dfce7e commit 23b3695
Show file tree
Hide file tree
Showing 6 changed files with 1,378 additions and 1,265 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@runnablejs/monorepo",
"version": "0.4.15",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].5",
"description": "Build internal apps with ease",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand All @@ -24,19 +24,19 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^18.18.8",
"@types/node": "^18.18.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"bumpp": "^9.2.0",
"cross-env": "^7.0.3",
"esbuild": "0.19.5",
"eslint": "^8.53.0",
"esbuild": "0.19.6",
"eslint": "^8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unicorn": "^44.0.2",
"lint-staged": "^13.3.0",
"pnpm": "8.10.2",
"pnpm": "8.10.5",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
Expand All @@ -45,7 +45,7 @@
"simple-git-hooks": "^2.9.0",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
"vitepress": "^1.0.0-rc.25",
"vitepress": "^1.0.0-rc.29",
"vue": "^3.3.8"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "8.53.0",
"eslint": "8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
Expand Down
42 changes: 21 additions & 21 deletions packages/runnable-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"start:mocks": "binode --require ./mocks -- @remix-run/serve:remix-serve build"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.3",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/styled-system": "^2.9.1",
"@chakra-ui/system": "^2.6.1",
"@chakra-ui/theme-tools": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/styled-system": "^2.9.2",
"@chakra-ui/system": "^2.6.2",
"@chakra-ui/theme-tools": "^2.1.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
Expand All @@ -48,28 +48,28 @@
"@remix-run/server-runtime": "^1.19.3",
"@runnablejs/api": "*",
"@runnablejs/config": "*",
"@types/compression": "^1.7.4",
"@types/express": "^4.17.20",
"@types/express-prometheus-middleware": "^1.2.2",
"@types/jest": "29.5.7",
"@types/js-cookie": "^3.0.5",
"@types/js-yaml": "^4.0.8",
"@types/lodash.get": "^4.4.8",
"@types/lodash.set": "^4.3.8",
"@types/morgan": "^1.9.7",
"@types/node": "^18.18.8",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.6",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/express-prometheus-middleware": "^1.2.3",
"@types/jest": "29.5.8",
"@types/js-cookie": "^3.0.6",
"@types/js-yaml": "^4.0.9",
"@types/lodash.get": "^4.4.9",
"@types/lodash.set": "^4.3.9",
"@types/morgan": "^1.9.9",
"@types/node": "^18.18.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/uuid": "^9.0.7",
"binode": "^1.0.5",
"chakra-multiselect": "^0.4.6",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"esbuild": "0.19.5",
"eslint": "^8.53.0",
"esbuild": "0.19.6",
"eslint": "^8.54.0",
"express": "^4.18.2",
"express-prometheus-middleware": "^1.2.0",
"framer-motion": "^10.16.4",
"framer-motion": "^10.16.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-cookie": "^3.0.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/runnable-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@remix-run/express": "^1.19.3",
"@runnablejs/config": "*",
"@runnablejs/tsconfig": "*",
"@types/compression": "^1.7.4",
"@types/cookie-parser": "^1.4.5",
"@types/express": "^4.17.20",
"@types/morgan": "^1.9.7",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"resolve-package-path": "^4.0.3",
Expand Down
30 changes: 15 additions & 15 deletions packages/runnable-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.3",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/styled-system": "^2.9.1",
"@chakra-ui/system": "^2.6.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/styled-system": "^2.9.2",
"@chakra-ui/system": "^2.6.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
Expand All @@ -38,21 +38,21 @@
"@runnablejs/api": "*",
"@runnablejs/config": "*",
"@socket.io/component-emitter": "^4.0.0",
"@types/express": "^4.17.20",
"@types/jest": "29.5.7",
"@types/js-cookie": "^3.0.5",
"@types/lodash.get": "^4.4.8",
"@types/lodash.set": "^4.3.8",
"@types/node": "^18.18.8",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.6",
"@types/express": "^4.17.21",
"@types/jest": "29.5.8",
"@types/js-cookie": "^3.0.6",
"@types/lodash.get": "^4.4.9",
"@types/lodash.set": "^4.3.9",
"@types/node": "^18.18.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/uuid": "^9.0.7",
"binode": "^1.0.5",
"chakra-multiselect": "^0.4.6",
"cross-env": "^7.0.3",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"express": "^4.18.2",
"framer-motion": "^10.16.4",
"framer-motion": "^10.16.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-cookie": "^3.0.5",
Expand Down
Loading

0 comments on commit 23b3695

Please sign in to comment.