Skip to content

Commit

Permalink
deps(packemon): Update to v3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 15, 2023
1 parent 31385c6 commit 85727f2
Show file tree
Hide file tree
Showing 6 changed files with 294 additions and 272 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jest": "^29.5.0",
"jest-circus": "^29.5.0",
"lerna": "^6.6.1",
"packemon": "^3.0.3",
"packemon": "^3.1.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
},
Expand Down
8 changes: 5 additions & 3 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"babel-plugin-conditional-invariant": "^3.0.0",
"babel-plugin-env-constants": "^3.0.0",
"babel-preset-solid": "^1.7.3"
"babel-plugin-conditional-invariant": "^3.0.1",
"babel-plugin-env-constants": "^3.0.1",
"babel-preset-solid": "^1.7.4"
},
"devDependencies": {
"@babel/core": "^7.21.5"
Expand All @@ -59,13 +59,15 @@
"exports": {
"./package.json": "./package.json",
"./*": {
"types": "./lib/*.d.ts",
"node": {
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
},
"default": "./lib/*.js"
},
".": {
"types": "./lib/index.d.ts",
"node": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@
"exports": {
"./package.json": "./package.json",
"./*": {
"types": "./lib/*.d.ts",
"node": {
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
},
"default": "./lib/*.js"
},
".": {
"types": "./lib/index.d.ts",
"node": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@
"exports": {
"./package.json": "./package.json",
"./*": {
"types": "./lib/*.d.ts",
"node": {
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
},
"default": "./lib/*.js"
},
".": {
"types": "./lib/index.d.ts",
"node": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@
"./package.json": "./package.json",
"./jest-preset": "./lib/index.js",
"./*": {
"types": "./lib/*.d.ts",
"node": {
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
},
"default": "./lib/*.js"
},
".": {
"types": "./lib/index.d.ts",
"node": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
Expand Down
Loading

0 comments on commit 85727f2

Please sign in to comment.