Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Nov 28, 2022
1 parent c508d36 commit 060e934
Show file tree
Hide file tree
Showing 5 changed files with 1,308 additions and 1,098 deletions.
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.3.cjs

This file was deleted.

807 changes: 807 additions & 0 deletions .yarn/releases/yarn-3.3.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/yarn-up-all-plugin.cjs
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.1.0/index.js"

yarnPath: .yarn/releases/yarn-3.2.3.cjs
yarnPath: .yarn/releases/yarn-3.3.0.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,26 @@
"yarn": false
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@types/express": "^4.17.13",
"@types/express": "^4.17.14",
"@types/mjml-react": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"express": "^4.18.1",
"nodemon": "^2.0.19",
"express": "^4.18.2",
"nodemon": "^2.0.20",
"np": "^7.6.2",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"tsc-watch": "^5.0.3",
"typescript": "^4.8.3"
"typescript": "^4.9.3"
},
"dependencies": {
"envalid": "^7.3.1",
Expand All @@ -70,7 +70,7 @@
"_moduleAliases": {
"@": "dist"
},
"packageManager": "yarn@3.2.3",
"packageManager": "yarn@3.3.0",
"description": "SealCred email templates",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 060e934

Please sign in to comment.