diff --git a/.gitignore b/.gitignore index 93feff7..b479b06 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules package-lock.json cjs -esm \ No newline at end of file +esm +deno.lock \ No newline at end of file diff --git a/.npmignore b/.npmignore index 594a77a..a8bc0c9 100644 --- a/.npmignore +++ b/.npmignore @@ -11,4 +11,5 @@ package-lock.json README.md tsconfig.json example -.babelrc \ No newline at end of file +.babelrc +deno.lock \ No newline at end of file diff --git a/package.json b/package.json index e4255c0..05e893d 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,9 @@ "module": "./esm/index.js", "types": "./index.d.mts", "devDependencies": { - "@babel/cli": "7.24.8", - "@babel/core": "7.25.2", - "@babel/preset-env": "7.25.2", + "@babel/cli": "7.25.9", + "@babel/core": "7.25.9", + "@babel/preset-env": "7.25.9", "babel-plugin-add-module-exports": "1.0.4", "dtslint": "4.2.1", "eslint": "8.55.0", @@ -41,14 +41,14 @@ "eslint-plugin-require-path-exists": "1.1.9", "eslint-plugin-standard": "5.0.0", "expect.js": "0.3.1", - "i18next": "23.12.2", + "i18next": "23.16.3", "js-yaml": "4.1.0", "json5": "2.2.3", - "mocha": "10.7.0", + "mocha": "10.7.3", "tslint": "5.20.1", - "tsd": "0.31.1", - "typescript": "5.5.4", - "uglify-js": "3.19.1" + "tsd": "0.31.2", + "typescript": "5.6.3", + "uglify-js": "3.19.3" }, "description": "i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem.", "keywords": [