Skip to content

Commit

Permalink
Update & downgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Dec 12, 2023
1 parent 7f32e82 commit c4262e6
Show file tree
Hide file tree
Showing 2 changed files with 595 additions and 551 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,32 @@
"build-deploy": "pnpm run build && pnpm run deploy"
},
"dependencies": {
"@observablehq/plot": "^0.6.11",
"@wikimedia/codex": "^1.0.1",
"@wikimedia/codex": "0.1.1",
"d3": "^7.8.5",
"vue": "3.2.45"
"vue": "3.2.37"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@tsconfig/node18": "^18.2.2",
"@types/d3": "^7.4.3",
"@types/node": "^20.9.0",
"@types/node": "^20.10.4",
"@vue/tsconfig": "^0.4.0",
"babel-loader": "^9.1.3",
"babel-preset-typescript-vue3": "^2.0.17",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"glob": "^10.3.10",
"html-webpack-plugin": "^5.5.3",
"html-webpack-plugin": "^5.5.4",
"mini-css-extract-plugin": "^2.7.6",
"mwn": "^2.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vue-loader": "^17.2.2",
"vue-style-loader": "^4.1.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
Expand Down
Loading

0 comments on commit c4262e6

Please sign in to comment.