Skip to content

Commit

Permalink
build: Update devDependencies in package.json (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocarmo authored Oct 20, 2023
1 parent 0d368d3 commit 33da4bf
Show file tree
Hide file tree
Showing 2 changed files with 2,352 additions and 1,900 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,33 +48,33 @@
},
"homepage": "https://github.com/joaocarmo/vcard-creator#readme",
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"babel-core": "^6.26.3",
"babel-jest": "^29.3.1",
"babel-loader": "^9.1.0",
"core-js": "^3.27.1",
"eslint": "^8.31.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"core-js": "^3.33.1",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.2.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"jest-date-mock": "^1.0.8",
"prettier": "^2.8.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {}
}
Loading

0 comments on commit 33da4bf

Please sign in to comment.