Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 15, 2023
1 parent 40aa4c1 commit d06e4cb
Show file tree
Hide file tree
Showing 9 changed files with 307 additions and 414 deletions.
18 changes: 9 additions & 9 deletions apps/vite-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"@waldronmatt/basic-math": "^2.0.3",
"@waldronmatt/demo-ui": "^1.2.4",
"@waldronmatt/parity": "^2.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize.css": "^13.0.0",
"the-new-css-reset": "^1.11.0"
"react": "18.2.0",
"react-dom": "18.2.0",
"sanitize.css": "13.0.0",
"the-new-css-reset": "1.11.0"
},
"devDependencies": {
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.49.0",
"@vitejs/plugin-react-swc": "3.3.2",
"eslint": "8.49.0",
"eslint-config-custom": "workspace:^",
"rimraf": "^5.0.0",
"rimraf": "5.0.5",
"tsconfig-config": "workspace:^",
"typescript": "^5.2.2",
"vite": "^4.4.5"
"typescript": "5.2.2",
"vite": "4.4.5"
}
}
26 changes: 13 additions & 13 deletions configs/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"private": true,
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jest-dom": "^5.0.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.6.15"
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.6.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.0.4",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-mdx": "2.2.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-storybook": "0.6.15"
}
}
4 changes: 2 additions & 2 deletions configs/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.0.3"
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.0.3"
}
}
34 changes: 17 additions & 17 deletions docs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@
},
"dependencies": {
"@waldronmatt/demo-ui": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize.css": "^13.0.0",
"the-new-css-reset": "^1.11.0"
"react": "18.2.0",
"react-dom": "18.2.0",
"sanitize.css": "13.0.0",
"the-new-css-reset": "1.11.0"
},
"devDependencies": {
"@storybook/addon-actions": "^7.4.0",
"@storybook/addon-docs": "^7.4.0",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/react": "^7.4.0",
"@storybook/react-vite": "^7.4.0",
"@storybook/types": "^7.4.6",
"@storybook/addon-actions": "7.4.0",
"@storybook/addon-docs": "7.4.0",
"@storybook/addon-essentials": "7.4.0",
"@storybook/addon-links": "7.4.0",
"@storybook/react": "7.4.0",
"@storybook/react-vite": "7.4.0",
"@storybook/types": "7.4.6",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react": "4.0.0",
"eslint-config-custom": "workspace:^",
"rimraf": "^5.0.0",
"serve": "^14.0.0",
"storybook": "^7.4.0",
"rimraf": "5.0.5",
"serve": "14.2.1",
"storybook": "7.4.0",
"tsconfig-config": "workspace:^",
"typescript": "^5.2.2",
"vite": "^4.4.5"
"typescript": "5.2.2",
"vite": "4.4.5"
}
}
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,30 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@lerna-lite/cli": "^2.0.0",
"@lerna-lite/publish": "^2.5.1",
"@lerna-lite/version": "^2.5.1",
"@manypkg/cli": "^0.21.0",
"@nrwl/cli": "^15.9.3",
"@nrwl/nx-cloud": "^16.4.0",
"@secretlint/secretlint-rule-preset-recommend": "^7.0.7",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.49.0",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@lerna-lite/cli": "2.0.0",
"@lerna-lite/publish": "2.5.1",
"@lerna-lite/version": "2.5.1",
"@manypkg/cli": "0.21.0",
"@nrwl/cli": "15.9.3",
"@nrwl/nx-cloud": "16.4.0",
"@secretlint/secretlint-rule-preset-recommend": "7.0.7",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.49.0",
"eslint-config-custom": "workspace:^",
"husky": "^8.0.3",
"lint-staged": "^15.0.0",
"npm-run-all": "^4.1.5",
"nx": "^16.8.1",
"prettier": "^3.0.0",
"publint": "^0.2.2",
"secretlint": "^7.0.0",
"typescript": "^5.2.2"
"husky": "8.0.3",
"lint-staged": "15.0.0",
"npm-run-all": "4.1.5",
"nx": "16.8.1",
"prettier": "3.0.0",
"publint": "0.2.2",
"secretlint": "7.0.7",
"typescript": "5.2.2"
},
"resolutions": {
"tsconfig-paths": "^4.0.0"
"tsconfig-paths": "4.2.0"
},
"manypkg": {
"ignoredRules": [
Expand Down
22 changes: 11 additions & 11 deletions packages/basic-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
},
"homepage": "https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/tree/main/packages/basic-math#readme",
"devDependencies": {
"@types/jest": "^29.2.3",
"cross-env": "^7.0.3",
"esbuild": "^0.19.0",
"eslint": "^8.49.0",
"@types/jest": "29.2.3",
"cross-env": "7.0.3",
"esbuild": "0.19.0",
"eslint": "8.49.0",
"eslint-config-custom": "workspace:^",
"jest": "^29.3.1",
"jest": "29.3.1",
"jest-config": "workspace:^",
"rimraf": "^5.0.0",
"rimraf": "5.0.5",
"tsconfig-config": "workspace:^",
"tslib": "^2.4.1",
"tsup": "^7.1.0",
"turbo": "^1.6.3",
"typescript": "^5.2.2",
"unbuild": "^2.0.0"
"tslib": "2.4.1",
"tsup": "7.1.0",
"turbo": "1.6.3",
"typescript": "5.2.2",
"unbuild": "2.0.0"
}
}
22 changes: 11 additions & 11 deletions packages/parity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
},
"homepage": "https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/tree/main/packages/parity#readme",
"devDependencies": {
"@types/jest": "^29.2.3",
"cross-env": "^7.0.3",
"esbuild": "^0.19.0",
"eslint": "^8.49.0",
"@types/jest": "29.2.3",
"cross-env": "7.0.3",
"esbuild": "0.19.0",
"eslint": "8.49.0",
"eslint-config-custom": "workspace:^",
"jest": "^29.3.1",
"jest": "29.3.1",
"jest-config": "workspace:^",
"rimraf": "^5.0.0",
"rimraf": "5.0.5",
"tsconfig-config": "workspace:^",
"tslib": "^2.4.1",
"tsup": "^7.1.0",
"turbo": "^1.6.3",
"typescript": "^5.2.2",
"unbuild": "^2.0.0"
"tslib": "2.4.1",
"tsup": "7.1.0",
"turbo": "1.6.3",
"typescript": "5.2.2",
"unbuild": "2.0.0"
}
}
38 changes: 19 additions & 19 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,31 +44,31 @@
},
"homepage": "https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/tree/main/packages/ui#readme",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.2.3",
"@rollup/plugin-alias": "5.0.0",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@types/jest": "29.2.3",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"@vitejs/plugin-react-swc": "3.3.2",
"cross-env": "7.0.3",
"eslint": "8.49.0",
"eslint-config-custom": "workspace:^",
"glob": "^10.3.7",
"jest": "^29.3.1",
"glob": "10.3.7",
"jest": "29.3.1",
"jest-config": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"tsconfig-config": "workspace:^",
"typescript": "^5.2.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.4",
"vite-plugin-lib-inject-css": "^1.3.0",
"vite-plugin-static-copy": "^0.17.0"
"typescript": "5.2.2",
"vite": "4.4.5",
"vite-plugin-dts": "3.5.4",
"vite-plugin-lib-inject-css": "1.3.0",
"vite-plugin-static-copy": "0.17.0"
}
}
Loading

0 comments on commit d06e4cb

Please sign in to comment.