Skip to content

Commit

Permalink
Update devDependencies versions in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kotAPI committed Jan 5, 2024
1 parent c511909 commit 0d9f704
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build-css": "parcel build styles/themes/default.scss --out-dir dist/themes/",
"build": "npm run test && npm run clean && npm run build-css && rollup -c --bundleConfigAsCjs",
"build": "npm --max_old_space_size=4096 run test && npm run clean && npm run build-css && rollup -c --bundleConfigAsCjs",
"generate-tokens": "node ./scripts/tokenGen",
"publish": "npm publish --access public",
"lint": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
Expand All @@ -45,58 +45,58 @@
"author": "Pranay Kothapalli",
"license": "ISC",
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.3",
"@radui/ui": "^0.0.8",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-interactions": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.4.0",
"@storybook/react": "^7.4.0",
"@storybook/react-webpack5": "^7.4.0",
"@storybook/testing-library": "^0.2.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"autoprefixer": "^10.4.15",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.52.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"install": "^0.13.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"node-sass": "^9.0.0",
"npm": "^10.2.5",
"parcel-bundler": "^1.12.5",
"postcss": "^8.4.29",
"prop-types": "^15.8.1",
"rimraf": "^5.0.5",
"rollup": "^4.9.1",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"sass-loader": "^13.3.2",
"storybook": "^7.4.0",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
"@babel/eslint-parser": "7.23.3",
"@babel/preset-env": "7.22.15",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.3",
"@radui/ui": "0.0.8",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@storybook/addon-essentials": "7.4.0",
"@storybook/addon-interactions": "7.4.0",
"@storybook/addon-links": "7.4.0",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/addon-styling": "1.3.7",
"@storybook/blocks": "7.4.0",
"@storybook/react": "7.4.0",
"@storybook/react-webpack5": "7.4.0",
"@storybook/testing-library": "0.2.0",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@typescript-eslint/eslint-plugin": "6.9.0",
"autoprefixer": "10.4.15",
"babel-plugin-module-resolver": "5.0.0",
"eslint": "8.52.0",
"eslint-config-google": "0.14.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-with-typescript": "43.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.2.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"install": "0.13.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-sass": "9.0.0",
"npm": "10.2.5",
"parcel-bundler": "1.12.5",
"postcss": "8.4.29",
"prop-types": "15.8.1",
"rimraf": "5.0.5",
"rollup": "4.9.1",
"rollup-plugin-banner2": "1.2.2",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"sass-loader": "13.3.2",
"storybook": "7.4.0",
"tailwindcss": "3.3.3",
"ts-jest": "29.1.1",
"typescript": "5.3.3"
},
"dependencies": {
"@floating-ui/react": "^0.26.2",
Expand Down

0 comments on commit 0d9f704

Please sign in to comment.