Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutonbrady committed Feb 2, 2021
1 parent eabfb9c commit 56d7c79
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 37 deletions.
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
"source": "./dist/source/index.jsx",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"exports": "./dist/esm/index.js",
"exports": {
"./": {
"solid": "./dist/source/index.jsx",
"import": "./dist/esm/index.js",
"node": "./dist/cjs/index.js",
"require": "./dist/cjs/index.js",
"browser": "./dist/esm/index.js"
}
},
"types": "./dist/types/index.d.ts",
"repository": {
"type": "git",
Expand All @@ -15,8 +23,7 @@
"build": "rollup -c && tsc",
"format": "prettier -w \"**/*.{js,ts,tsx,json}\"",
"check": "package-check",
"prepublishOnly": "pnpm build",
"prepack": "pnpm build"
"prepublishOnly": "pnpm check && pnpm build"
},
"files": [
"dist"
Expand All @@ -31,15 +38,15 @@
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-node-resolve": "^11.1.1",
"@skypack/package-check": "^0.2.2",
"babel-preset-solid": "^0.23.8",
"prettier": "^2.2.1",
"rollup": "^2.36.2",
"rollup": "^2.38.4",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-delete": "^2.0.0",
"typescript": "^4.1.3"
"typescript": "^4.2.0-beta"
},
"dependencies": {
"solid-js": "^0.23.11"
Expand Down
59 changes: 29 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56d7c79

Please sign in to comment.