Skip to content

Commit bbe38b5

Browse files
authored
Chore: Update project dependencies (#415)
1 parent 2d76ff7 commit bbe38b5

File tree

2 files changed

+58
-60
lines changed

2 files changed

+58
-60
lines changed

package-lock.json

+38-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+20-22
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,6 @@
22
"name": "componentry",
33
"version": "4.0.0-beta.6",
44
"description": "React component library for building custom design systems",
5-
"sideEffects": false,
6-
"exports": {
7-
"./babel": "./babel.js",
8-
"./postcss": "./postcss.js",
9-
"./api-docs": "./dist/api-docs.json",
10-
".": {
11-
"browser": "./dist/browser/index.js",
12-
"node": {
13-
"module": "./dist/browser/index.js",
14-
"require": "./dist/commonjs/index.js"
15-
},
16-
"default": "./dist/browser/index.js"
17-
}
18-
},
19-
"main": "./dist/commonjs/index.js",
20-
"module": "./dist/browser/index.js",
21-
"types": "./types/index.d.ts",
225
"keywords": [
236
"accessibility",
247
"components-library",
@@ -32,11 +15,26 @@
3215
"Dan Hedgecock <[email protected]>",
3316
"Phillip Sauerbeck <[email protected]>"
3417
],
35-
"license": "MIT",
3618
"repository": {
3719
"type": "git",
3820
"url": "https://github.com/crystal-ball/componentry.git"
3921
},
22+
"license": "MIT",
23+
"exports": {
24+
"./babel": "./babel.js",
25+
"./postcss": "./postcss.js",
26+
"./api-docs": "./dist/api-docs.json",
27+
".": {
28+
"browser": "./dist/browser/index.js",
29+
"node": {
30+
"module": "./dist/browser/index.js",
31+
"require": "./dist/commonjs/index.js"
32+
},
33+
"default": "./dist/browser/index.js"
34+
}
35+
},
36+
"types": "./types/index.d.ts",
37+
"sideEffects": false,
4038
"scripts": {
4139
"commit": "cz",
4240
"start": "start-storybook -p 6006 --no-open",
@@ -73,7 +71,7 @@
7371
"postcss-nested": "^5.0"
7472
},
7573
"devDependencies": {
76-
"@babel/cli": "7.17.3",
74+
"@babel/cli": "7.17.6",
7775
"@babel/core": "7.17.5",
7876
"@babel/plugin-transform-runtime": "7.17.0",
7977
"@babel/preset-typescript": "7.16.7",
@@ -97,16 +95,16 @@
9795
"@types/react-dom": "17.0.11",
9896
"autoprefixer": "10.4.2",
9997
"babel-plugin-tester": "10.1.0",
100-
"chromatic": "6.4.3",
98+
"chromatic": "6.5.1",
10199
"eslint-config-eloquence": "21.2.0",
102100
"jest": "27.5.1",
103101
"node-notifier": "10.0.1",
104-
"postcss": "8.4.6",
102+
"postcss": "8.4.7",
105103
"prettier": "2.5.1",
106104
"react": "17.0.2",
107105
"react-dom": "17.0.2",
108106
"tailwindcss": "3.0.23",
109-
"typedoc": "0.22.11",
107+
"typedoc": "0.22.12",
110108
"typescript": "4.5.5",
111109
"webpack": "5.69.1"
112110
}

0 commit comments

Comments
 (0)