Skip to content

Commit

Permalink
Merge pull request #98 from kangju2000/fix/chrome-130-issue
Browse files Browse the repository at this point in the history
fix: chrome 130 이상 버전에서의 CSP 이슈 대응
  • Loading branch information
kangju2000 authored Oct 21, 2024
2 parents 2c5cc4a + 19c1e68 commit d35e941
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 371 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.7",
"license": "MIT",
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -30,15 +31,15 @@
"zustand": "^4.5.5"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@crxjs/vite-plugin": "^2.0.0-beta.26",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@types/chrome": "^0.0.268",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit d35e941

Please sign in to comment.