Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 10, 2023
1 parent 44fb2f4 commit 41e5941
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,25 @@
},
"module": "./lib/index.js",
"dependencies": {
"emoji-from-word": "1.2.11"
"emoji-from-word": "1.2.12"
},
"types": "./index.d.ts",
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"babel-plugin-add-module-exports": "1.0.2",
"browserify": "16.5.1",
"eslint": "7.0.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.20.2",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.3",
"@babel/preset-env": "7.23.3",
"babel-plugin-add-module-exports": "1.0.4",
"browserify": "17.0.0",
"eslint": "8.53.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-require-path-exists": "1.1.9",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-standard": "4.1.0",
"expect.js": "0.3.1",
"i18next": "19.4.4",
"mocha": "7.1.2",
"uglify-js": "3.9.2"
"i18next": "23.7.1",
"mocha": "10.2.0",
"uglify-js": "3.17.4"
},
"description": "i18next-emoji-postprocessor is a postProcessor plugin for i18next using in Node.js and in the browser that replaces all words with emojis.",
"keywords": [
Expand Down

0 comments on commit 41e5941

Please sign in to comment.