Skip to content

Commit

Permalink
build: update packages, move to corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed Feb 22, 2022
1 parent 943cde1 commit 8a94882
Show file tree
Hide file tree
Showing 2 changed files with 1,773 additions and 1,788 deletions.
42 changes: 23 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"type": "module",
"source": "src/index.tsx",
"packageManager": "pnpm@6.24.0",
"main": "./dist/react-linkify-it.legacy.umd.min",
"exports": {
".": "./dist/react-linkify-it.esm.js",
Expand Down Expand Up @@ -45,30 +46,33 @@
"tag"
],
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@rollup/plugin-typescript": "^8.2.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"eslint-plugin-tree-shaking": "^1.9.2",
"jest": "^27.0.5",
"np": "^7.5.0",
"prettier": "^2.3.1",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-typescript": "^8.3.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"eslint-plugin-tree-shaking": "^1.10.0",
"jest": "^27.5.1",
"np": "^7.6.0",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.54.0",
"rollup": "^2.68.0",
"rollup-plugin-size": "^0.2.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^1.4.0",
"ts-jest": "^27.0.4",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
"rollup-plugin-ts": "^2.0.5",
"ts-jest": "^27.1.3",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
},
"peerDependencies": {
"react": "^17.0.2"
"react": "*"
}
}
Loading

0 comments on commit 8a94882

Please sign in to comment.