Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Release-As: 2.0.0
  • Loading branch information
IgnacioNMiranda committed Jun 24, 2023
1 parent 1c7df67 commit 3a20a38
Show file tree
Hide file tree
Showing 5 changed files with 2,283 additions and 2,403 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint:fix && npx lint-staged
npm run lint && npx lint-staged
31 changes: 0 additions & 31 deletions a.js

This file was deleted.

88 changes: 44 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"./dist/style.css": "./dist/style.css"
},
"engines": {
"node": "18.14.2"
"node": "18"
},
"scripts": {
"dev": "storybook dev -p 6006",
"build": "storybook build",
"build:lib": "tsc && vite build",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx --fix",
"format:prettier": "prettier --write \"src/**/*.{ts,tsx,js,mdx}\"",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --fix",
"prettier": "prettier --write \"src/**/*.{ts,tsx,js,mdx}\"",
"test": "vitest",
"test:cov": "vitest run --coverage",
"prepare": "husky install",
Expand All @@ -32,49 +32,49 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@storybook/addon-essentials": "^7.0.9",
"@storybook/addon-interactions": "^7.0.9",
"@storybook/addon-links": "^7.0.9",
"@storybook/addon-styling": "^1.0.6",
"@storybook/blocks": "^7.0.9",
"@storybook/react": "^7.0.9",
"@storybook/react-vite": "^7.0.9",
"@storybook/testing-library": "^0.0.14-next.2",
"@testing-library/react": "^13.4.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "^0.27.3",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^31.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-storybook": "^0.6.12",
"husky": ">=6",
"jsdom": "^21.0.0",
"json": "^11.0.0",
"lint-staged": ">=10",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prop-types": "^15.8.1",
"storybook": "^7.0.9",
"tailwindcss": "^3.2.4",
"typescript": "5.0.4",
"vite": "^4.0.0",
"vite-plugin-dts": "^1.7.1",
"vitest": "^0.27.2"
"@babel/core": "7.22.5",
"@storybook/addon-essentials": "7.0.23",
"@storybook/addon-interactions": "7.0.23",
"@storybook/addon-links": "7.0.23",
"@storybook/addon-styling": "1.3.0",
"@storybook/blocks": "7.0.23",
"@storybook/react": "7.0.23",
"@storybook/react-vite": "7.0.23",
"@storybook/testing-library": "0.2.0",
"@testing-library/react": "14.0.0",
"@types/node": "20.3.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@vitejs/plugin-react": "4.0.1",
"@vitest/coverage-c8": "0.32.2",
"autoprefixer": "10.4.14",
"babel-loader": "9.1.2",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-standard-with-typescript": "35.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "16.0.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-storybook": "0.6.12",
"husky": "8.0.3",
"jsdom": "22.1.0",
"json": "11.0.0",
"lint-staged": "13.2.2",
"postcss": "8.4.24",
"prettier": "2.8.8",
"prop-types": "15.8.1",
"storybook": "7.0.23",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"vite": "4.3.9",
"vite-plugin-dts": "2.3.0",
"vitest": "0.32.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 3a20a38

Please sign in to comment.