Skip to content

Commit

Permalink
Chore/upgrade dependencies (#3)
Browse files Browse the repository at this point in the history
* Remove unused script

* Update dependencies

---------

Co-authored-by: Lucas Bozzo <[email protected]>
  • Loading branch information
lucasbozzo and Lucas Bozzo authored Jul 7, 2024
1 parent fd3bd4a commit 88e9860
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 298 deletions.
36 changes: 17 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
"name": "glint",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ci": "yarn install --frozen-lockfile"
},
"scripts": {},
"private": true,
"devDependencies": {
"@nx/eslint": "19.4.1",
"@nx/eslint-plugin": "19.4.1",
"@nx/js": "19.4.1",
"@nx/react": "19.4.1",
"@nx/storybook": "^19.4.1",
"@nx/storybook": "19.4.1",
"@nx/vite": "19.4.1",
"@nx/web": "19.4.1",
"@storybook/addon-essentials": "^8.1.11",
Expand All @@ -30,24 +28,24 @@
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"jsdom": "~22.1.0",
"jsdom": "^24.1.0",
"nx": "19.4.1",
"prettier": "^2.6.2",
"prettier": "^3.3.2",
"storybook": "^8.1.11",
"ts-node": "10.9.1",
"typescript": "~5.4.2",
"vite": "^5.0.0",
"vitest": "^1.3.1"
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^1.6.0"
},
"workspaces": [
"packages/*"
Expand Down
Loading

0 comments on commit 88e9860

Please sign in to comment.