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] committed Mar 26, 2024
1 parent bcb6612 commit 2d69962
Show file tree
Hide file tree
Showing 10 changed files with 4,245 additions and 1,896 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,37 +50,37 @@
"*.{js,css,md}": "prettier --write"
},
"dependencies": {
"@oclif/core": "3.14.1",
"@oclif/core": "3.26.0",
"@oclif/plugin-help": "5.2.20",
"@oclif/plugin-plugins": "3.9.4",
"@oclif/plugin-update": "3.2.4",
"degit": "2.8.4",
"execa": "8.0.1",
"replace-in-file": "7.0.2"
"replace-in-file": "7.1.0"
},
"devDependencies": {
"@oclif/dev-cli": "1.26.10",
"@swc/core": "1.3.100",
"@swc/helpers": "0.5.3",
"@swc/core": "1.4.8",
"@swc/helpers": "0.5.7",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/degit": "2.8.6",
"@types/node": "20.10.4",
"@types/node": "20.11.30",
"@types/shelljs": "0.8.15",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"eslint": "8.55.0",
"eslint-config-productsway": "1.3.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint-config-productsway": "1.3.2",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"mocha": "10.2.0",
"mocha": "10.3.0",
"oclif": "3.17.2",
"prettier": "3.1.1",
"regenerator-runtime": "0.14.0",
"prettier": "3.2.5",
"regenerator-runtime": "0.14.1",
"shx": "0.3.4",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"tsup": "7.2.0",
"typescript": "5.3.3"
"typescript": "5.4.3"
},
"engines": {
"node": ">=14.0.0"
Expand Down
22 changes: 11 additions & 11 deletions templates/react/default-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"@tanstack/react-query": "5.13.4"
"@tanstack/react-query": "5.28.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@types/react": "18.2.70",
"@types/react-dom": "18.2.22",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.2.1",
"cypress": "13.6.1",
"eslint": "8.55.0",
"eslint-config-productsway": "1.3.1",
"cypress": "13.7.1",
"eslint": "8.57.0",
"eslint-config-productsway": "1.3.2",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.1.1",
"typescript": "5.3.3",
"vite": "5.0.12"
"prettier": "3.2.5",
"typescript": "5.4.3",
"vite": "5.2.6"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
Expand Down
1,289 changes: 874 additions & 415 deletions templates/react/default-preset/yarn.lock

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions templates/react/full-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,39 @@
"prepare": "husky install"
},
"resolutions": {
"postcss": "8.4.32"
"postcss": "8.4.38"
},
"dependencies": {
"@hookform/devtools": "4.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.49.2",
"@tanstack/react-query": "5.13.4"
"react-hook-form": "7.51.1",
"@tanstack/react-query": "5.28.8"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@storybook/addon-actions": "7.6.4",
"@storybook/addon-essentials": "7.6.4",
"@storybook/addon-links": "7.6.4",
"@storybook/react": "7.6.4",
"@babel/core": "7.24.3",
"@storybook/addon-actions": "7.6.17",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/react": "7.6.17",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@types/react": "18.2.70",
"@types/react-dom": "18.2.22",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.16",
"autoprefixer": "10.4.19",
"babel-loader": "9.1.3",
"cypress": "13.6.1",
"eslint": "8.55.0",
"eslint-config-productsway": "1.3.1",
"cypress": "13.7.1",
"eslint": "8.57.0",
"eslint-config-productsway": "1.3.2",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"postcss": "8.4.32",
"prettier": "3.1.1",
"tailwindcss": "3.3.6",
"typescript": "5.3.3",
"vite": "5.0.12"
"postcss": "8.4.38",
"prettier": "3.2.5",
"tailwindcss": "3.4.1",
"typescript": "5.4.3",
"vite": "5.2.6"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
Expand Down
Loading

0 comments on commit 2d69962

Please sign in to comment.