[RELEASE] prepare release
This commit is contained in:
parent
6107b95dcd
commit
f03a18c34c
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.kar</groupId>
|
||||
<artifactId>karusic</artifactId>
|
||||
<version>0.1.0</version>
|
||||
<version>0.2.0-SNAPSHOT</version>
|
||||
<properties>
|
||||
<maven.compiler.version>3.1</maven.compiler.version>
|
||||
<maven.compiler.source>21</maven.compiler.source>
|
||||
@ -20,7 +20,7 @@
|
||||
<dependency>
|
||||
<groupId>kangaroo-and-rabbit</groupId>
|
||||
<artifactId>archidata</artifactId>
|
||||
<version>0.14.3-SNAPSHOT</version>
|
||||
<version>0.15.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
@ -38,7 +38,7 @@
|
||||
"@dnd-kit/utilities": "3.2.2",
|
||||
"@emotion/react": "11.13.3",
|
||||
"@emotion/styled": "11.13.0",
|
||||
"@formiz/core": "2.3.1",
|
||||
"@formiz/core": "2.4.1",
|
||||
"@formiz/validations": "2.0.1",
|
||||
"allotment": "1.20.2",
|
||||
"css-mediaquery": "0.1.2",
|
||||
@ -48,15 +48,15 @@
|
||||
"react-color-palette": "7.3.0",
|
||||
"react-currency-input-field": "3.8.0",
|
||||
"react-custom-scrollbars": "4.2.1",
|
||||
"react-day-picker": "9.0.9",
|
||||
"react-day-picker": "9.1.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-error-boundary": "4.0.13",
|
||||
"react-focus-lock": "2.13.2",
|
||||
"react-icons": "5.3.0",
|
||||
"react-popper": "2.3.0",
|
||||
"react-router-dom": "6.26.2",
|
||||
"react-select": "5.8.0",
|
||||
"react-simple-keyboard": "3.8.1",
|
||||
"react-select": "5.8.1",
|
||||
"react-simple-keyboard": "3.8.3",
|
||||
"react-sticky-el": "2.1.1",
|
||||
"react-use": "17.5.1",
|
||||
"react-use-draggable-scroll": "0.4.7",
|
||||
@ -68,27 +68,27 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chakra-ui/styled-system": "2.9.2",
|
||||
"@playwright/test": "1.47.1",
|
||||
"@storybook/addon-actions": "8.3.0",
|
||||
"@storybook/addon-essentials": "8.3.0",
|
||||
"@storybook/addon-links": "8.3.0",
|
||||
"@storybook/addon-mdx-gfm": "8.3.0",
|
||||
"@storybook/react": "8.3.0",
|
||||
"@storybook/react-vite": "8.3.0",
|
||||
"@storybook/theming": "8.3.0",
|
||||
"@playwright/test": "1.47.2",
|
||||
"@storybook/addon-actions": "8.3.2",
|
||||
"@storybook/addon-essentials": "8.3.2",
|
||||
"@storybook/addon-links": "8.3.2",
|
||||
"@storybook/addon-mdx-gfm": "8.3.2",
|
||||
"@storybook/react": "8.3.2",
|
||||
"@storybook/react-vite": "8.3.2",
|
||||
"@storybook/theming": "8.3.2",
|
||||
"@testing-library/jest-dom": "6.5.0",
|
||||
"@testing-library/react": "16.0.1",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
||||
"@types/jest": "29.5.13",
|
||||
"@types/node": "22.5.5",
|
||||
"@types/react": "18.3.5",
|
||||
"@types/react": "18.3.8",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"@types/react-sticky-el": "1.0.7",
|
||||
"@typescript-eslint/eslint-plugin": "8.5.0",
|
||||
"@typescript-eslint/parser": "8.5.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.6.0",
|
||||
"@typescript-eslint/parser": "8.6.0",
|
||||
"@vitejs/plugin-react": "4.3.1",
|
||||
"eslint": "9.10.0",
|
||||
"eslint": "9.11.0",
|
||||
"eslint-plugin-codeceptjs": "1.3.0",
|
||||
"eslint-plugin-import": "2.30.0",
|
||||
"eslint-plugin-react": "7.36.1",
|
||||
@ -98,14 +98,14 @@
|
||||
"jest-environment-jsdom": "29.7.0",
|
||||
"knip": "5.30.2",
|
||||
"lint-staged": "15.2.10",
|
||||
"npm-check-updates": "^17.1.1",
|
||||
"npm-check-updates": "^17.1.2",
|
||||
"prettier": "3.3.3",
|
||||
"puppeteer": "23.3.0",
|
||||
"puppeteer": "23.4.0",
|
||||
"react-is": "18.3.1",
|
||||
"storybook": "8.3.0",
|
||||
"storybook": "8.3.2",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.6.2",
|
||||
"vite": "5.4.5",
|
||||
"vite": "5.4.7",
|
||||
"vitest": "2.1.1"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user