Skip to content

Commit

Permalink
Merge 1c22da9 into e056378
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Nov 5, 2020
2 parents e056378 + 1c22da9 commit f379da9
Show file tree
Hide file tree
Showing 4 changed files with 970 additions and 620 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,37 +28,37 @@
"react-dom": "16.11.0"
},
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/plugin-transform-runtime": "^7.12.0",
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-links": "^6.0.26",
"@storybook/addon-storyshots": "^6.0.26",
"@storybook/react": "^6.0.26",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@types/jest": "^26.0.14",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"babel-jest": "^26.5.2",
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@storybook/addon-actions": "^6.0.28",
"@storybook/addon-essentials": "^6.0.28",
"@storybook/addon-links": "^6.0.28",
"@storybook/addon-storyshots": "^6.0.28",
"@storybook/react": "^6.0.28",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.1",
"@types/jest": "^26.0.15",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"babel-jest": "^26.6.3",
"babel-loader": "^8.1.0",
"coveralls": "^3.1.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react": "^7.21.5",
"eslint-watch": "^7.0.0",
"jest": "^26.4.2",
"jest": "^26.6.3",
"jest-dom": "^4.0.0",
"jest-runner-eslint": "^0.10.0",
"jest-styled-components": "^6.3.4",
"lerna": "^3.22.1",
"react-is": "^16.13.1",
"react-is": "^17.0.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
"ts-jest": "^26.4.3",
"typescript": "^4.0.5"
},
"dependencies": {
"@changesets/cli": "^2.11.0"
"@changesets/cli": "^2.11.2"
}
}
14 changes: 8 additions & 6 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"bin": {
"builder": "./index.js"
},
"files": ["lib"],
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
Expand All @@ -25,12 +27,12 @@
"url": "https://github.com/heyjul3s/artifak/issues"
},
"dependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"rollup": "^2.32.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"rollup": "^2.33.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.28.0",
"typescript": "^4.0.3",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.0.5",
"typescript-plugin-styled-components": "^1.4.4"
}
}
1 change: 1 addition & 0 deletions packages/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"url": "git+https://github.com/heyjul3s/artifak.git"
},
"scripts": {
"build": "rimraf dist && builder",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
Expand Down
Loading

0 comments on commit f379da9

Please sign in to comment.