Skip to content

Commit

Permalink
build: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed May 3, 2023
1 parent 645c467 commit c2ed16d
Show file tree
Hide file tree
Showing 2 changed files with 1,913 additions and 1,507 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graasp/translations",
"version": "1.8.0",
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,24 +37,24 @@
"build": "tsc"
},
"devDependencies": {
"@commitlint/cli": "16.2.1",
"@commitlint/config-conventional": "16.2.1",
"@types/jest": "27.4.1",
"@types/node": "17.0.20",
"@typescript-eslint/eslint-plugin": "5.12.1",
"@typescript-eslint/parser": "5.12.1",
"eslint": "8.9.0",
"eslint-config-prettier": "8.4.0",
"eslint-plugin-import": "2.25.4",
"husky": "7.0.4",
"jest": "27.5.1",
"prettier": "2.5.1",
"ts-jest": "27.1.3",
"ts-node": "10.5.0",
"typescript": "4.1.3"
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@types/jest": "29.5.1",
"@types/node": "18.16.3",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"husky": "8.0.3",
"jest": "29.5.0",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
},
"packageManager": "[email protected]",
"dependencies": {
"i18next": "21.8.1"
"i18next": "22.4.15"
}
}
Loading

0 comments on commit c2ed16d

Please sign in to comment.