Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CiotkaCierpienia committed Sep 3, 2024
1 parent e94187e commit b6d9774
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 93 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flotiq-components-react",
"version": "2.0.0",
"version": "2.0.1",
"main": "dist/index.js",
"private": false,
"author": "Flotiq team <[email protected]>",
Expand Down Expand Up @@ -55,13 +55,13 @@
]
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@storybook/addon-actions": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
Expand All @@ -72,10 +72,10 @@
"@storybook/preset-create-react-app": "^8.2.9",
"@storybook/react-webpack5": "^8.2.9",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/parser": "^8.4.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
Expand All @@ -88,12 +88,12 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-react-hooks": "^4.6.2",
"highlight.js": "^11.10.0",
"jest": "^29.7.0",
"jest-cucumber": "^4.5.0",
"postcss": "^8.4.41",
"postcss": "^8.4.44",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
Expand All @@ -104,7 +104,7 @@
"shx": "^0.3.4",
"tailwindcss": "^3.4.10",
"typescript": "5.5.4",
"webpack": "^5.93.0"
"webpack": "^5.94.0"
},
"jest": {
"transform": {
Expand Down
Loading

0 comments on commit b6d9774

Please sign in to comment.