Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 5c3d96c

Browse files
authored
Merge pull request #2 from openscript-ch/renovate/pin-dependencies
chore(deps): pin dependencies
2 parents fbcb0c5 + ab2973e commit 5c3d96c

File tree

2 files changed

+152
-122
lines changed

2 files changed

+152
-122
lines changed

package-lock.json

Lines changed: 115 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -62,42 +62,42 @@
6262
"react-dom": "^17.0.0"
6363
},
6464
"devDependencies": {
65-
"@babel/core": "^7.17.8",
66-
"@emotion/babel-plugin": "^11.7.2",
67-
"@emotion/react": "^11.8.2",
68-
"@size-limit/preset-small-lib": "^7.0.8",
69-
"@storybook/addon-actions": "^6.4.20",
70-
"@storybook/addon-docs": "^6.4.20",
71-
"@storybook/addon-essentials": "^6.4.20",
72-
"@storybook/addon-links": "^6.4.20",
73-
"@storybook/addon-storysource": "^6.4.20",
74-
"@storybook/builder-vite": "^0.1.25",
75-
"@storybook/react": "^6.4.20",
76-
"@types/react": "^17.0.43",
77-
"@types/react-dom": "^17.0.14",
78-
"@typescript-eslint/eslint-plugin": "^5.17.0",
79-
"@typescript-eslint/parser": "^5.17.0",
80-
"@vitejs/plugin-react": "^1.3.0",
81-
"babel-loader": "^8.2.4",
82-
"conventional-github-releaser": "^3.1.5",
83-
"eslint": "^8.12.0",
84-
"eslint-config-airbnb": "^19.0.4",
85-
"eslint-config-airbnb-typescript": "^16.2.0",
86-
"eslint-config-prettier": "^8.5.0",
87-
"eslint-plugin-import": "^2.25.4",
88-
"eslint-plugin-jsx-a11y": "^6.5.1",
89-
"eslint-plugin-prettier": "^4.0.0",
90-
"eslint-plugin-react": "^7.29.4",
91-
"eslint-plugin-react-hooks": "^4.4.0",
92-
"eslint-plugin-storybook": "^0.5.8",
93-
"npm-check": "^5.9.2",
94-
"prettier": "^2.6.2",
95-
"size-limit": "^7.0.8",
96-
"standard-version": "^9.3.2",
97-
"typescript": "^4.6.3",
98-
"vite": "^2.9.1",
99-
"vite-plugin-dts": "^1.0.5",
100-
"vite-plugin-markdown": "^2.0.2",
101-
"vitest": "^0.8.4"
65+
"@babel/core": "7.17.8",
66+
"@emotion/babel-plugin": "11.7.2",
67+
"@emotion/react": "11.8.2",
68+
"@size-limit/preset-small-lib": "7.0.8",
69+
"@storybook/addon-actions": "6.4.20",
70+
"@storybook/addon-docs": "6.4.20",
71+
"@storybook/addon-essentials": "6.4.20",
72+
"@storybook/addon-links": "6.4.20",
73+
"@storybook/addon-storysource": "6.4.20",
74+
"@storybook/builder-vite": "0.1.25",
75+
"@storybook/react": "6.4.20",
76+
"@types/react": "17.0.43",
77+
"@types/react-dom": "17.0.14",
78+
"@typescript-eslint/eslint-plugin": "5.17.0",
79+
"@typescript-eslint/parser": "5.17.0",
80+
"@vitejs/plugin-react": "1.3.0",
81+
"babel-loader": "8.2.4",
82+
"conventional-github-releaser": "3.1.5",
83+
"eslint": "8.12.0",
84+
"eslint-config-airbnb": "19.0.4",
85+
"eslint-config-airbnb-typescript": "16.2.0",
86+
"eslint-config-prettier": "8.5.0",
87+
"eslint-plugin-import": "2.25.4",
88+
"eslint-plugin-jsx-a11y": "6.5.1",
89+
"eslint-plugin-prettier": "4.0.0",
90+
"eslint-plugin-react": "7.29.4",
91+
"eslint-plugin-react-hooks": "4.4.0",
92+
"eslint-plugin-storybook": "0.5.8",
93+
"npm-check": "5.9.2",
94+
"prettier": "2.6.2",
95+
"size-limit": "7.0.8",
96+
"standard-version": "9.3.2",
97+
"typescript": "4.6.3",
98+
"vite": "2.9.1",
99+
"vite-plugin-dts": "1.0.5",
100+
"vite-plugin-markdown": "2.0.2",
101+
"vitest": "0.8.4"
102102
}
103103
}

0 commit comments

Comments
 (0)