Skip to content

Commit

Permalink
Merge pull request #242 from AlloyTeam/build/bump-deps
Browse files Browse the repository at this point in the history
build: bump deps to support typescript v5
  • Loading branch information
xcatliu committed Mar 20, 2023
2 parents e457248 + 8ec9ca0 commit 7323647
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 159 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@
"rulesCoverage": "ts-node ./scripts/rulesCoverage.ts"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@types/cookie": "^0.5.1",
"@types/doctrine": "^0.0.5",
"@types/eslint": "^8.4.10",
"@types/node": "^18.11.18",
"@types/eslint": "^8.21.3",
"@types/node": "^18.15.3",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/rimraf": "^3.0.2",
"@types/xml-escape": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^5.48.1",
Expand All @@ -80,17 +80,17 @@
"copyfiles": "^2.4.1",
"doctrine": "^3.0.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-vue": "^9.8.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"insert-tag": "^0.1.2",
"mobi-plugin-color": "^1.0.0",
"mobi.css": "^3.1.1",
"nodemon": "^2.0.20",
"nodemon": "^2.0.21",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.2",
"prettier": "^2.8.5",
"querystring": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -101,20 +101,20 @@
"typescript": "^4.9.4",
"url": "^0.11.0",
"vue-eslint-parser": "^9.1.0",
"webpack": "^5.75.0",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-dev-server": "^4.13.1",
"xml-escape": "^1.1.0"
},
"peerDependencies": {
"@babel/eslint-parser": "7.x",
"@babel/preset-react": "7.x",
"@typescript-eslint/eslint-plugin": ">=5.38.1",
"@typescript-eslint/eslint-plugin": ">=5.55.0",
"@typescript-eslint/parser": "5.x",
"eslint": ">=8.24.0",
"eslint-plugin-react": ">=7.31.8",
"eslint-plugin-vue": ">=9.5.1",
"typescript": "4.x",
"typescript": "5.x",
"vue-eslint-parser": "9.x"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 7323647

Please sign in to comment.