1
1
mirror of https://github.com/primer/css.git synced 2024-12-26 23:54:28 +03:00

update react + react-dom

This commit is contained in:
Shawn Allen 2018-11-08 00:03:56 -08:00
parent 38aee6e7b5
commit ef03786506
2 changed files with 318 additions and 276 deletions

586
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,8 +21,6 @@
"test-all-modules": "ava --verbose tests/test-*.js" "test-all-modules": "ava --verbose tests/test-*.js"
}, },
"dependencies": { "dependencies": {
"primer-module-build": "file:tools/primer-module-build",
"stylelint-config-primer": "file:tools/stylelint-config-primer",
"@storybook/addon-options": "3.4.3", "@storybook/addon-options": "3.4.3",
"@storybook/addons": "3.4.3", "@storybook/addons": "3.4.3",
"@storybook/react": "3.4.3", "@storybook/react": "3.4.3",
@ -49,15 +47,17 @@
"npx": "^10.2.0", "npx": "^10.2.0",
"octicons": "^6.0.1", "octicons": "^6.0.1",
"postcss-loader": "^2.0.6", "postcss-loader": "^2.0.6",
"primer-module-build": "file:tools/primer-module-build",
"raw-loader": "^0.5.1", "raw-loader": "^0.5.1",
"react": "^15.6.1", "react": "16.6.1",
"react-dom": "^15.6.1", "react-dom": "16.6.1",
"registry-url": "^3.1.0", "registry-url": "^3.1.0",
"remark": "^8.0.0", "remark": "^8.0.0",
"sass-loader": "^6.0.6", "sass-loader": "^6.0.6",
"semver": "^5.3.0", "semver": "^5.3.0",
"style-loader": "^0.18.2", "style-loader": "^0.18.2",
"stylelint": "^7.13.0", "stylelint": "^7.13.0",
"stylelint-config-primer": "file:tools/stylelint-config-primer",
"yo": "^2.0.0" "yo": "^2.0.0"
} }
} }