Skip to content

Commit

Permalink
Merge pull request #66 from nginformatica/chore/update-flipper-with-d…
Browse files Browse the repository at this point in the history
…s-icons

Chore/update flipper with ds icons
  • Loading branch information
KarineBrandelli authored Dec 16, 2024
2 parents 15e9b12 + 5805d56 commit c2f13e4
Show file tree
Hide file tree
Showing 2 changed files with 823 additions and 746 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amazing-react-charts",
"version": "1.1.9",
"version": "1.2.0",
"description": "An amazing react charts package based in echarts",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -33,52 +33,52 @@
"echarts-for-react": "3.0.2"
},
"devDependencies": {
"@babel/cli": "7.25.9",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/plugin-transform-modules-commonjs": "7.25.9",
"@babel/plugin-transform-modules-commonjs": "7.26.3",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@storybook/addon-essentials": "8.4.5",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-webpack5-compiler-babel": "3.0.3",
"@storybook/blocks": "8.4.5",
"@storybook/react": "8.4.5",
"@storybook/react-webpack5": "8.4.5",
"@stylistic/eslint-plugin": "2.11.0",
"@storybook/blocks": "8.4.7",
"@storybook/react": "8.4.7",
"@storybook/react-webpack5": "8.4.7",
"@stylistic/eslint-plugin": "2.12.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/node": "22.9.3",
"@types/node": "22.10.2",
"@types/ramda": "0.30.2",
"@types/react": "18.3.12",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"canvas": "2.11.2",
"date-fns": "4.1.0",
"eslint": "9.15.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"flipper-ui": "0.35.1",
"eslint-plugin-react-hooks": "5.1.0",
"flipper-ui": "0.35.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"ramda": "0.30.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "8.4.5",
"storybook": "8.4.7",
"styled-components": "6.1.13",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0",
"webpack": "5.96.1"
"typescript-eslint": "8.18.0",
"webpack": "5.97.1"
},
"peerDependencies": {
"date-fns": "^4.0.0",
Expand Down
Loading

0 comments on commit c2f13e4

Please sign in to comment.