Skip to content

Commit

Permalink
Update packages, and create .mjs file builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Apr 27, 2022
1 parent 5b173a5 commit 873461e
Show file tree
Hide file tree
Showing 3 changed files with 1,667 additions and 3,042 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-rivers-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'oktopod': patch
---

Update packages, and create `.mjs` file builds
36 changes: 20 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
"author": "Ivan Vlatković",
"license": "MIT",
"main": "./dist/prod/oktopod.js",
"module": "./dist/prod/oktopod.modern.mjs",
"exports": {
"development": "./dist/dev/oktopod.esm.js",
"import": "./dist/prod/oktopod.esm.js",
"require": "./dist/prod/oktopod.js"
"require": "./dist/prod/oktopod.js",
"development": "./dist/dev/oktopod.modern.mjs",
"default": "./dist/prod/oktopod.modern.mjs"
},
"types": "./dist/types/index.d.ts",
"files": [
Expand Down Expand Up @@ -48,37 +49,40 @@
},
"homepage": "https://github.com/ivandotv/oktopod#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@changesets/cli": "^2.22.0",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@types/node": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-transform-define": "^2.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-plugin-tsdoc": "^0.2.16",
"husky": "^7.0.4",
"jest": "^27.5.1",
"jest": "^28.0.2",
"jest-mock-console": "^1.2.3",
"jest-watch-typeahead": "^1.0.0",
"lint-staged": "^12.3.7",
"microbundle": "^0.14.2",
"jest-watch-typeahead": "^1.1.0",
"lint-staged": "^12.4.1",
"microbundle": "^0.15.0",
"prettier": "^2.6.2",
"shx": "^0.3.4",
"typedoc": "^0.22.13",
"typedoc-plugin-markdown": "^3.11.14",
"xstate": "^4.30.6"
"typedoc": "^0.22.15",
"typedoc-plugin-markdown": "^3.12.1",
"typescript": "^4.6.3",
"xstate": "^4.31.0"
},
"dependencies": {
"mitt": "^3.0.0"
},
"peerDependencies": {
"xstate": "^4.30.6"
"xstate": "^4.31.0"
}
}
Loading

0 comments on commit 873461e

Please sign in to comment.