Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Jan 12, 2024
1 parent dfce941 commit b50c4f3
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 463 deletions.
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

29 changes: 14 additions & 15 deletions package.json
Expand Up @@ -12,12 +12,14 @@
"module": "./dist/esm/index.mjs",
"types": "./dist/types/cjs/index.d.cts",
"exports": {
"types": {
"import": "./dist/types/esm/index.d.ts",
"require": "./dist/types/cjs/index.d.cts"
},
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
".": {
"types": {
"import": "./dist/types/esm/index.d.ts",
"require": "./dist/types/cjs/index.d.cts"
},
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
},
"publishConfig": {
"access": "public"
Expand All @@ -26,7 +28,6 @@
"build": "pnpm run clean:dist && pnpm run compile",
"clean:deps": "del-cli ./node_modules",
"clean:dist": "del-cli ./dist",
"commit": "commit",
"compile": "pnpm run /^compile:.*/",
"compile:cjs": "MODULE_SYSTEM=cjs rollup -c ./rollup.config.cjs",
"compile:esm": "rollup -c ./rollup.config.cjs",
Expand Down Expand Up @@ -64,7 +65,7 @@
"@commitlint/prompt-cli": "^17.6.3",
"@jest/globals": "^29.5.0",
"@repodog/babel-config": "^1.1.11",
"@repodog/cli": "^1.3.3",
"@repodog/cli": "^1.4.1",
"@repodog/commitlint-config": "^1.1.6",
"@repodog/eslint-config": "^1.1.19",
"@repodog/eslint-config-jest": "^1.1.10",
Expand All @@ -73,7 +74,7 @@
"@repodog/prettier-config": "^1.1.5",
"@repodog/rollup-config": "^1.1.8",
"@repodog/syncpack-config": "^1.2.3",
"@repodog/ts-config": "^1.1.7",
"@repodog/ts-config": "^1.3.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-image": "^3.0.2",
Expand All @@ -82,15 +83,15 @@
"@rollup/plugin-terser": "^0.4.1",
"@types/jest": "^25.1.3",
"@types/lodash-es": "^4.17.9",
"@types/node": "^18.11.18",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"babel-jest": "^29.5.0",
"babel-plugin-codegen": "^4.1.5",
"babel-plugin-macros": "^3.1.0",
"core-js": "^3.27.2",
"cts-types": "^0.0.4",
"del-cli": "^3.0.0",
"cts-types": "^0.0.5",
"del-cli": "^5.1.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
Expand All @@ -103,9 +104,7 @@
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"eslint-plugin-unicorn": "^46.0.1",
"fast-check": "^3.14.0",
"generate-changelog": "^1.8.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -118,7 +117,7 @@
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"suppress-experimental-warnings": "^1.1.17",
"syncpack": "^12.0.0-alpha.0",
"syncpack": "^12.3.0",
"type-fest": "^3.10.0",
"typescript": "^5.0.3"
},
Expand Down

0 comments on commit b50c4f3

Please sign in to comment.