Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
Removed dayjsRange, as _seq was removed from js-lib
  • Loading branch information
kirillgroshkov committed Oct 21, 2023
1 parent 8d65206 commit 8d2fd0c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 184 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
"build-prod": "build-prod-esm-cjs"
},
"dependencies": {
"@naturalcycles/js-lib": "^14.6.1",
"@naturalcycles/js-lib": "^14.192.0",
"dayjs": "^1.8.26"
},
"devDependencies": {
"@naturalcycles/bench-lib": "^1.0.4",
"@naturalcycles/dev-lib": "^13.25.5",
"@naturalcycles/js-lib": "^14.6.1",
"@naturalcycles/nodejs-lib": "^12.11.3",
"@types/node": "^18.15.12",
"jest": "^29.5.0",
Expand Down
1 change: 1 addition & 0 deletions scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{
"extends": "@naturalcycles/dev-lib/scripts/tsconfig.json",
"compilerOptions": {
"skipLibCheck": true,
"baseUrl": "./",
"outDir": "../dist"
},
Expand Down
76 changes: 0 additions & 76 deletions src/dayjsRange.test.ts

This file was deleted.

101 changes: 0 additions & 101 deletions src/dayjsRange.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
OpUnitType,
GlobalLocaleDataReturn,
} from './types'
export * from './dayjsRange'

export type { IDayjsFactory, IDayjs, IDayjsLocale, ConfigType, OpUnitType, GlobalLocaleDataReturn }

Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@naturalcycles/dev-lib/cfg/tsconfig.json",
"compilerOptions": {
"skipLibCheck": true,
"sourceMap": true,
"module": "commonjs",
"moduleResolution": "node",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -871,10 +871,10 @@
typescript "^5.0.2"
yargs "^17.0.0"

"@naturalcycles/js-lib@^14.0.0", "@naturalcycles/js-lib@^14.6.1":
version "14.149.1"
resolved "https://registry.yarnpkg.com/@naturalcycles/js-lib/-/js-lib-14.149.1.tgz#300194a32a53ec0d2ff6600e9042d24d4305e27d"
integrity sha512-bR4P8jn3UHVsreFRcwplY9RtwIipGeeB2Qy1XUkXrsboSPHU4Dq4JzKXCKKsF2SV8b4UJEbinw7/4d0bItuXDQ==
"@naturalcycles/js-lib@^14.0.0", "@naturalcycles/js-lib@^14.192.0":
version "14.192.0"
resolved "https://registry.yarnpkg.com/@naturalcycles/js-lib/-/js-lib-14.192.0.tgz#ce3c47fc2e43e069ccc0a4a8c509177685151f9b"
integrity sha512-JJU9Ky8yYrUZVafp1//NKxwOrOh8DYOEuWEaE2WZzgIapITopHdovFso8+E5hMHtyWtxJ9U1LeIL1J3Cter7sg==
dependencies:
tslib "^2.0.0"
zod "^3.20.2"
Expand Down

0 comments on commit 8d2fd0c

Please sign in to comment.