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

Commit

Permalink
Add carets to Bumbag deps & trust semver (#22)
Browse files Browse the repository at this point in the history
* Fix package deps

* v1.0.8-fix-package-deps.0
  • Loading branch information
jxom authored Aug 7, 2020
1 parent 93d1925 commit 794ab12
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 241 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages": [
"packages/*"
],
"version": "1.0.7"
"version": "1.0.8-fix-package-deps.0"
}
8 changes: 4 additions & 4 deletions packages/bumbag-addon-highlighted-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumbag-addon-highlighted-code",
"version": "1.0.7",
"version": "1.0.8-fix-package-deps.0",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -19,8 +19,8 @@
"jest": "jest"
},
"dependencies": {
"lodash": "4.17.19",
"prism-react-renderer": "0.1.7"
"lodash": "^4.17.19",
"prism-react-renderer": "^0.1.7"
},
"peerDependencies": {
"@types/react": "16.x",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@testing-library/react": "8.0.7",
"@testing-library/react-hooks": "1.1.0",
"bumbag": "^1.0.7",
"bumbag": "^1.0.8-fix-package-deps.0",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
8 changes: 4 additions & 4 deletions packages/bumbag-addon-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumbag-addon-markdown",
"version": "1.0.7",
"version": "1.0.8-fix-package-deps.0",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -19,8 +19,8 @@
"jest": "jest"
},
"dependencies": {
"lodash": "4.17.19",
"markdown-react-js": "1.0.2"
"lodash": "^4.17.19",
"markdown-react-js": "^1.0.2"
},
"peerDependencies": {
"@types/react": "16.x",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@testing-library/react": "8.0.7",
"@testing-library/react-hooks": "1.1.0",
"bumbag": "^1.0.7",
"bumbag": "^1.0.8-fix-package-deps.0",
"react-test-renderer": "16.8.6"
},
"author": "Jake Moxey",
Expand Down
4 changes: 2 additions & 2 deletions packages/bumbag-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumbag-server",
"version": "1.0.3",
"version": "1.0.8-fix-package-deps.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "ts/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"test": "yarn type-check && yarn lint"
},
"dependencies": {
"emotion-server": "10.0.27"
"emotion-server": "^10.0.27"
},
"author": "Jake Moxey",
"homepage": "https://bumbag.style",
Expand Down
35 changes: 17 additions & 18 deletions packages/bumbag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumbag",
"version": "1.0.7",
"version": "1.0.8-fix-package-deps.0",
"description": "An accessible, composable, and friendly React UI Kit",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -19,24 +19,23 @@
"jest": "jest"
},
"dependencies": {
"@emotion/core": "10.0.14",
"@emotion/is-prop-valid": "0.8.2",
"@emotion/styled": "10.0.14",
"@fortawesome/fontawesome-common-types": "0.2.29",
"@fortawesome/free-solid-svg-icons": "5.13.1",
"@types/classnames": "2.2.9",
"classnames": "2.2.6",
"conditional-wrap": "1.0.0",
"deepmerge": "4.2.2",
"emotion": "10.0.14",
"emotion-theming": "10.0.14",
"lodash": "4.17.19",
"react-input-mask": "2.0.4",
"@emotion/core": "^10.0.14",
"@emotion/is-prop-valid": "^0.8.2",
"@emotion/styled": "^10.0.14",
"@fortawesome/fontawesome-common-types": "^0.2.29",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@types/classnames": "^2.2.9",
"classnames": "^2.2.6",
"conditional-wrap": "^1.0.0",
"deepmerge": "^4.2.2",
"emotion": "^10.0.14",
"emotion-theming": "^10.0.14",
"lodash": "^4.17.19",
"react-input-mask": "^2.0.4",
"react-loads-next": "npm:react-loads@9.2.3",
"reakit": "1.1.0",
"styled-tools": "1.7.1",
"tinycolor2": "1.4.1",
"use-effect-reducer": "0.5.0"
"reakit": "^1.1.0",
"styled-tools": "^1.7.1",
"tinycolor2": "^1.4.1"
},
"peerDependencies": {
"@types/react": "16.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-bumbag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-bumbag",
"version": "1.0.3",
"version": "1.0.8-fix-package-deps.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "ts/index.d.ts",
Expand All @@ -16,8 +16,8 @@
"test": "yarn type-check && yarn lint"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "10.0.27",
"bumbag-server": "^1.0.3"
"@emotion/babel-preset-css-prop": "^10.0.27",
"bumbag-server": "^1.0.8-fix-package-deps.0"
},
"peerDependencies": {
"@types/react": "16.x",
Expand Down
12 changes: 6 additions & 6 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "bumbag-website",
"private": true,
"version": "1.0.7",
"version": "1.0.8-fix-package-deps.0",
"dependencies": {
"@fortawesome/free-brands-svg-icons": "5.14.0",
"@fortawesome/free-solid-svg-icons": "5.13.1",
"@mdx-js/mdx": "1.1.0",
"@mdx-js/react": "1.0.27",
"base64-url": "2.3.2",
"bumbag": "^1.0.7",
"bumbag-addon-highlighted-code": "^1.0.7",
"bumbag-addon-markdown": "^1.0.7",
"bumbag-server": "^1.0.3",
"bumbag": "^1.0.8-fix-package-deps.0",
"bumbag-addon-highlighted-code": "^1.0.8-fix-package-deps.0",
"bumbag-addon-markdown": "^1.0.8-fix-package-deps.0",
"bumbag-server": "^1.0.8-fix-package-deps.0",
"bumbag-theme-medipass": "^1.0.3",
"change-case": "3.1.0",
"classnames": "2.2.6",
"gatsby": "^2.21.33",
"gatsby-image": "^2.4.3",
"gatsby-plugin-bumbag": "^1.0.3",
"gatsby-plugin-bumbag": "^1.0.8-fix-package-deps.0",
"gatsby-plugin-google-analytics": "2.3.11",
"gatsby-plugin-manifest": "^2.4.3",
"gatsby-plugin-mdx": "1.2.7",
Expand Down
Loading

0 comments on commit 794ab12

Please sign in to comment.