Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit committed Nov 25, 2024
1 parent ae2b972 commit 3f83cf2
Show file tree
Hide file tree
Showing 2 changed files with 701 additions and 170 deletions.
14 changes: 7 additions & 7 deletions packages/webextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.17.0",
"description": "textlint editor",
"scripts": {
"dev": "webextension-toolbox dev",
"dist": "webextension-toolbox build",
"dev": "webextension-toolbox dev --config webextension-toolbox.config.js",
"dist": "webextension-toolbox build --config webextension-toolbox.config.js",
"update-version": "node tools/sync-version.js && git add ./app/manifest.json && git commit -m 'chore(webextension): update version'"
},
"devDependencies": {
Expand All @@ -14,15 +14,15 @@
"@types/reach__router": "^1.3.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"copy-webpack-plugin": "^10.2.4",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.11.0",
"path-browserify": "^1.0.1",
"style-loader": "^1.2.1",
"ts-loader": "^9.2.8",
"@webextension-toolbox/webextension-toolbox": "^5.2.2",
"webpack": "^5.72.0",
"ts-loader": "^9.5.1",
"@webextension-toolbox/webextension-toolbox": "^7.1.1",
"webpack": "^5.90.0",
"webpack-sources": "^2.3.0",
"webpack-watched-glob-entries-plugin": "^2.2.4"
"webpack-watched-glob-entries-plugin": "^3.0.0"
},
"dependencies": {
"@adobe/react-spectrum": "3.4.0",
Expand Down
Loading

0 comments on commit 3f83cf2

Please sign in to comment.