Skip to content

Commit

Permalink
chore(deps): updated chink splitting plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cTux committed Jan 1, 2024
1 parent 37e9458 commit 0a5cb98
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 322 deletions.
1 change: 0 additions & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"reject": [
"vite-plugin-chunk-split",
"vite-plugin-svgr"
]
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@storybook/addon-actions": "^7.6.6",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/react-vite": "^7.6.6",
"@storybook/addon-actions": "^7.6.7",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/react-vite": "^7.6.7",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-react": "^4.2.1",
"ctux-check-engine": "^1.12.0",
Expand All @@ -58,10 +58,10 @@
"husky": "^8.0.3",
"npm-check-updates": "^16.14.12",
"prettier": "^3.1.1",
"storybook": "^7.6.6",
"storybook": "^7.6.7",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-chunk-split": "^0.4.7",
"vite-plugin-chunk-split": "^0.5.0",
"vite-plugin-svgr": "^3.3.0"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 0a5cb98

Please sign in to comment.