Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Sep 25, 2023
1 parent 714cdee commit 0a8df6a
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 114 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"devDependencies": {
"@algolia/client-search": "^4.13.0",
"@babel/core": "^7.19.1",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/cli": "^16.3.0",
"@commitlint/config-conventional": "^16.2.4",
"@tarojs/components": "latest",
"@tarojs/runtime": "latest",
"@tsconfig/docusaurus": "^1.0.5",
Expand All @@ -52,40 +52,40 @@
"@types/react-native": "^0.70.3",
"@types/webpack": "^4.41.32",
"@types/webpack-dev-server": "^3.11.6",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"csstype": "^3.1.1",
"dotenv": "^16.0.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^6.4.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-standard": "^4.1.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.2",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"node-fetch": "^2.6.7",
"postcss": "^8.4.12",
"postcss-scss": "^4.0.3",
"prettier": "^2.7.1",
"postcss": "^8.4.19",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.0",
"rimraf": "^3.0.2",
"stylelint": "^14.6.1",
"stylelint": "^14.16.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-order": "^5.0.0",
"swc-loader": "^0.1.16",
"ts-node": "^10.7.0",
"typescript": "^4.9.3",
"vue": "^3.2.39",
"webpack": "^5.78.0",
"webpack": "^5.88.2",
"webpack-chain": "6.5.1",
"webpack-dev-server": "4.7.4"
},
Expand Down
Loading

0 comments on commit 0a8df6a

Please sign in to comment.