Skip to content

Commit

Permalink
Update: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Jun 26, 2024
1 parent ba2039b commit 7ec316a
Show file tree
Hide file tree
Showing 3 changed files with 1,404 additions and 1,603 deletions.
Empty file removed lib/atoms/index.ts
Empty file.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,60 +21,60 @@
"lint:fix": "pnpm fmt && eslint . --fix"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/register": "^7.23.7",
"@tailwindcss/typography": "^0.5.12",
"@types/chrome": "^0.0.263",
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/register": "^7.24.6",
"@tailwindcss/typography": "^0.5.13",
"@types/chrome": "^0.0.268",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/webextension-polyfill": "^0.10.7",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.36.1",
"css-loader": "^7.0.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"daisyui": "^4.9.0",
"core-js": "^3.37.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"daisyui": "^4.12.8",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-webpack-plugin": "^4.1.0",
"eslint-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-nested": "^6.0.1",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-sh": "^0.14.0",
"sass": "^1.74.1",
"sass-loader": "^14.1.1",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"source-map-explorer": "^2.5.3",
"style-loader": "^3.3.4",
"stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.0",
"style-loader": "^4.0.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.0",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.4.3",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.91.0",
"typescript": "^5.5.2",
"webextension-polyfill": "^0.12.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.4"
},
Expand All @@ -83,11 +83,11 @@
},
"dependencies": {
"classnames": "^2.5.1",
"jotai": "^2.7.2",
"react": "^18.2.0",
"react": "^18.3.1",
"react-daisyui": "^5.0.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.3"
}
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.24.0"
},
"packageManager": "[email protected]+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2"
}
Loading

0 comments on commit 7ec316a

Please sign in to comment.