Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JabX committed Nov 18, 2024
1 parent d5aea7d commit 4ba60a1
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 28 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "12.1.1",
"css-tree": "3.0.0",
"lerna": "8.1.8",
"postcss": "8.4.47",
"css-tree": "3.0.1",
"lerna": "8.1.9",
"postcss": "8.4.49",
"react-docgen-typescript": "2.2.2",
"rollup": "4.24.0",
"rollup-plugin-copy-glob": "0.3.2",
"rollup": "4.27.3",
"rollup-plugin-copy-glob": "0.4.1",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-preserve-shebang": "1.0.1",
"tslib": "2.8.0",
"tslib": "2.8.1",
"typescript": "5.6.3",
"vitest": "2.1.3"
"vitest": "2.1.5"
}
}
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"build": "rollup -cm --bundleConfigAsCjs"
},
"dependencies": {
"@types/lodash": "4.17.11",
"@types/react": "18.3.11",
"@types/lodash": "4.17.13",
"@types/react": "18.3.12",
"@types/uuid": "10.0.0",
"i18next": "23.16.0",
"i18next": "23.16.5",
"lodash": "4.17.21",
"mobx": "6.13.5",
"mobx-utils": "6.1.0",
"tslib": "2.8.0",
"uuid": "10.0.0",
"tslib": "2.8.1",
"uuid": "11.0.3",
"yester": "0.10.0"
}
}
}
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"devDependencies": {
"@focus4/tooling": "11.21.0",
"@storybook/addon-essentials": "8.3.6",
"@storybook/blocks": "8.3.6",
"@storybook/react-vite": "8.3.6",
"storybook": "8.3.6",
"@storybook/addon-essentials": "8.4.4",
"@storybook/blocks": "8.4.4",
"@storybook/react-vite": "8.4.4",
"storybook": "8.4.4",
"storybook-dark-mode": "4.0.2"
}
}
}
1 change: 1 addition & 0 deletions packages/tooling/eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unsafe-type-assertion": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/prefer-destructuring": [
Expand Down
20 changes: 10 additions & 10 deletions packages/tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
"@types/postcss-modules-extract-imports": "3.0.5",
"@types/postcss-modules-local-by-default": "4.0.2",
"@types/postcss-modules-scope": "3.0.4",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@vitejs/plugin-react": "4.3.2",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@vitejs/plugin-react": "4.3.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react": "7.37.2",
"glob": "11.0.0",
"lodash": "4.17.21",
"postcss": "8.4.47",
"postcss": "8.4.49",
"postcss-modules-extract-imports": "3.1.0",
"postcss-modules-local-by-default": "4.0.5",
"postcss-modules-scope": "3.2.0",
"postcss-nesting": "13.0.0",
"postcss-modules-local-by-default": "4.1.0",
"postcss-modules-scope": "3.2.1",
"postcss-nesting": "13.0.1",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.11",
"vite-plugin-checker": "0.8.0"
}
}
}

0 comments on commit 4ba60a1

Please sign in to comment.