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 Dec 1, 2023
1 parent 5dfce7e commit c294394
Show file tree
Hide file tree
Showing 6 changed files with 1,786 additions and 1,482 deletions.
18 changes: 9 additions & 9 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": "pnpm@8.10.2",
"packageManager": "pnpm@8.11.0",
"description": "Build internal apps with ease",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand All @@ -20,33 +20,33 @@
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-alias": "^5.1.0",
"@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.19.0",
"@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.8",
"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.11.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-esbuild": "^5.0.0",
"simple-git-hooks": "^2.9.0",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
"vitepress": "^1.0.0-rc.25",
"vue": "^3.3.8"
"typescript": "^5.3.2",
"vitepress": "^1.0.0-rc.31",
"vue": "^3.3.9"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"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",
"eslint-plugin-unicorn": "^44.0.2",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
46 changes: 23 additions & 23 deletions packages/runnable-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"start:mocks": "binode --require ./mocks -- @remix-run/serve:remix-serve build"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.5",
"@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",
"@emotion/styled": "^11.11.0",
"@iconify-json/fa": "^1.1.5",
"@iconify-json/fa": "^1.1.7",
"@iconify/react": "^4.1.1",
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
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.10",
"@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.19.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@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.8",
"eslint": "^8.54.0",
"express": "^4.18.2",
"express-prometheus-middleware": "^1.2.0",
"framer-motion": "^10.16.4",
"framer-motion": "^10.16.12",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-cookie": "^3.0.5",
Expand All @@ -94,7 +94,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"zod": "^3.22.4"
}
}
10 changes: 5 additions & 5 deletions packages/runnable-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@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",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"dependencies": {
"@runnablejs/api": "*",
Expand Down
34 changes: 17 additions & 17 deletions packages/runnable-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,35 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.5",
"@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",
"@emotion/styled": "^11.11.0",
"@iconify-json/fa": "^1.1.5",
"@iconify-json/fa": "^1.1.7",
"@iconify/react": "^4.1.1",
"@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.10",
"@types/js-cookie": "^3.0.6",
"@types/lodash.get": "^4.4.9",
"@types/lodash.set": "^4.3.9",
"@types/node": "^18.19.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@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.12",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-cookie": "^3.0.5",
Expand All @@ -66,6 +66,6 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit c294394

Please sign in to comment.