Skip to content

Commit

Permalink
chore: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Oct 23, 2022
1 parent 276286a commit 695591d
Show file tree
Hide file tree
Showing 3 changed files with 893 additions and 1,109 deletions.
51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,61 @@
"name": "ublacklist",
"version": "0.0.0",
"devDependencies": {
"@codemirror/commands": "^6.0.1",
"@codemirror/commands": "^6.1.2",
"@codemirror/language": "^6.2.1",
"@codemirror/state": "^6.1.1",
"@codemirror/view": "^6.2.0",
"@lezer/highlight": "^1.0.0",
"@codemirror/state": "^6.1.2",
"@codemirror/view": "^6.4.0",
"@lezer/highlight": "^1.1.2",
"@mdi/svg": "^7.0.96",
"@types/chrome": "0.0.193",
"@types/chrome": "0.0.199",
"@types/dotenv-webpack": "^7.0.3",
"@types/firefox-webext-browser": "^94.0.1",
"@types/glob": "^7.2.0",
"@types/jest": "^28.1.6",
"@types/node": "^16.11.47",
"@types/prettier": "^2.7.0",
"@types/jest": "^29.2.0",
"@types/node": "^16.11.68",
"@types/prettier": "^2.7.1",
"@types/punycode": "^2.1.0",
"@types/react": "^17.0.48",
"@types/react": "^17.0.50",
"@types/react-dom": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"aggregate-error": "^3.1.0",
"colord": "^2.9.3",
"copy-webpack-plugin": "^11.0.0",
"csstype": "^3.1.0",
"dayjs": "^1.11.4",
"dotenv-webpack": "^8.0.0",
"esbuild": "^0.15.1",
"csstype": "^3.1.1",
"dayjs": "^1.11.6",
"dotenv-webpack": "^8.0.1",
"esbuild": "^0.15.12",
"esbuild-jest": "^0.5.0",
"esbuild-loader": "^2.19.0",
"esbuild-loader": "^2.20.0",
"esbuild-register": "^3.3.3",
"eslint": "^8.21.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"globby": "^13.1.2",
"goober": "^2.1.10",
"goober": "^2.1.11",
"html-webpack-plugin": "^5.5.0",
"if-webpack-loader": "^2.0.0",
"is-mobile": "^3.1.1",
"jest": "^28.1.3",
"jest": "^29.2.1",
"lint-staged": "^13.0.3",
"microstruct": "^1.0.0",
"mpsl": "^3.1.15",
"mpsl": "^3.1.18",
"npm-run-all": "^4.1.5",
"preact": "10.10.2",
"preact": "10.11.2",
"prettier": "^2.7.1",
"punycode": "^2.1.1",
"react-colorful": "^5.6.0",
"react-colorful": "^5.6.1",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.7",
"semantic-release-chrome": "^3.1.0",
"semantic-release-firefox-add-on": "^0.2.8",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.7.4",
"simple-git-hooks": "^2.8.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
Expand Down
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
]
},
"dependencies": {
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.1",
"@docusaurus/types": "2.0.1",
"@docusaurus/module-type-aliases": "2.1.0",
"@docusaurus/types": "2.1.0",
"@tsconfig/docusaurus": "^1.0.6",
"@types/react-router-dom": "^5.3.3",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
},
"private": true,
"scripts": {
Expand Down
Loading

0 comments on commit 695591d

Please sign in to comment.