Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanKolnik committed Dec 22, 2023
1 parent 05b1dfc commit 0f65691
Show file tree
Hide file tree
Showing 4 changed files with 2,565 additions and 2,041 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
lint:
docker:
- image: cimg/node:16.17.1
- image: cimg/node:18.19
working_directory: ~/repo
steps:
- checkout
Expand All @@ -15,7 +15,7 @@ jobs:
- run: yarn lint
build:
docker:
- image: cimg/node:16.17.1
- image: cimg/node:18.19
working_directory: ~/repo
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.14.1
v18.18.2
25 changes: 15 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,14 @@
"yarn lint:package"
]
},
"resolutions": {
"jackspeak": "2.1.1"
},
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
"@emotion/weak-memoize": "^0.3.0",
"@storybook/theming": "^7.0.2",
"@storybook/source-loader": "^7.6.6",
"@storybook/theming": "7.6.1",
"@types/pluralize": "^0.0.29",
"@types/prismjs": "^1.16.6",
"@types/react-modal": "^3.12.1",
Expand All @@ -75,15 +80,15 @@
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@emotion/babel-plugin": "^11.10.6",
"@storybook/addon-a11y": "^7.0.2",
"@storybook/addon-actions": "^7.0.2",
"@storybook/addon-docs": "^7.0.2",
"@storybook/addon-essentials": "^7.0.2",
"@storybook/addon-storysource": "^7.0.2",
"@storybook/addon-a11y": "7.6.1",
"@storybook/addon-actions": "7.6.1",
"@storybook/addon-docs": "7.6.1",
"@storybook/addon-essentials": "7.6.1",
"@storybook/addon-storysource": "7.6.1",
"@storybook/eslint-config-storybook": "^3.1.2",
"@storybook/linter-config": "^3.1.2",
"@storybook/react": "^7.0.2",
"@storybook/react-webpack5": "^7.0.2",
"@storybook/react": "7.6.1",
"@storybook/react-webpack5": "7.6.1",
"@svgr/cli": "^6.1.1",
"@types/fs-extra": "^9.0.1",
"auto": "^9.50.1",
Expand All @@ -103,7 +108,7 @@
"react-dom": "17",
"seedrandom": "^3.0.5",
"sort-package-json": "^1.51.0",
"storybook": "^7.0.2",
"storybook": "7.6.1",
"ts-loader": "^7.0.5",
"typescript": "^4.9.5"
},
Expand All @@ -129,4 +134,4 @@
"title": "Storybook Design System",
"url": "https://master--5ccbc373887ca40020446347.chromatic.com"
}
}
}

0 comments on commit 0f65691

Please sign in to comment.