Skip to content

Commit

Permalink
feat: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Feb 2, 2024
1 parent e0ea10c commit 6fe302a
Show file tree
Hide file tree
Showing 17 changed files with 13,909 additions and 7,881 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ dump
node_modules
coverage
.ultra.cache.json
storybook-static
storybook-static
pnpm-lock.yaml
7 changes: 7 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ const config = {
"import/no-extraneous-dependencies": "off",
},
},
{
files: ["types/*.d.ts"],
rules: {
"import/no-extraneous-dependencies": "off",
"no-restricted-imports": "off",
}
}
],
};

Expand Down
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ dump
node_modules
coverage
.ultra.cache.json
storybook-static
storybook-static
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
Expand Down
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
"@changesets/cli": "^2.26.1",
"@markuplint/jsx-parser": "^3.7.0",
"@markuplint/react-spec": "^3.8.0",
"@naporin0624/eslint-config": "^0.11.0",
"@naporin0624/eslint-config": "^0.14.0",
"@storybook/addon-a11y": "^7.0.9",
"@storybook/addon-actions": "^7.6.12",
"@storybook/addon-essentials": "^7.0.9",
"@storybook/addon-interactions": "^7.0.9",
"@storybook/addon-links": "^7.0.9",
Expand All @@ -45,21 +46,20 @@
"@storybook/react-vite": "^7.0.9",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@tsconfig/esm": "^1.0.3",
"@tsconfig/recommended": "^1.0.2",
"@tsconfig/vite-react": "^2.0.0",
"@types/node": "^20.1.0",
"@types/react": "^18.2.3",
"@types/react-dom": "^18.2.3",
"@vanilla-extract/vite-plugin": "^3.8.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react": "^4.2.1",
"axe-playwright": "^1.2.3",
"deepmerge": "^4.3.1",
"esbuild": "^0.20.0",
"eslint": "^8.39.0",
"eslint": "^8.56.0",
"eslint-plugin-jest-dom": "^5.0.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-testing-library": "^5.10.3",
Expand All @@ -69,16 +69,16 @@
"markuplint": "^3.10.0",
"npm-run-all2": "^5.0.0",
"patch-package": "^7.0.0",
"prettier": "^2.8.8",
"prettier": "^3.2.4",
"prop-types": "^15.8.1",
"storybook": "^7.0.9",
"storybook-dark-mode": "^3.0.0",
"typescript": "^5.0.4",
"vite": "^4.3.4",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.0",
"vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.2",
"vitest-axe": "^0.1.0",
"vitest-canvas-mock": "^0.3.0"
"vitest-canvas-mock": "^0.3.3"
},
"dependencies": {
"@acab/reset.css": "^0.5.3",
Expand All @@ -90,7 +90,6 @@
"react-dom": "^18.2.0"
},
"volta": {
"node": "18.16.0",
"npm": "9.7.2"
"node": "20.11.0"
}
}
2,541 changes: 0 additions & 2,541 deletions patches/esbuild-register+3.4.2.patch

This file was deleted.

5,305 changes: 0 additions & 5,305 deletions patches/ts-node+10.9.1.patch

This file was deleted.

Loading

0 comments on commit 6fe302a

Please sign in to comment.