Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ October dependency updates #3121

Merged
merged 47 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
f3c60f6
update storybook
oddvernes Oct 19, 2023
dcccda8
update storybook core-react
oddvernes Oct 19, 2023
927da39
update ramda
oddvernes Oct 20, 2023
2660e5a
🔒️ Update @rollup/plugin-babel
oddvernes Oct 23, 2023
1f5e4d9
⬆️ floating-ui
oddvernes Oct 23, 2023
75a82fb
⬆️ remark-gfm
oddvernes Oct 23, 2023
c07d2fc
⬆️ Jest-axe (major)
oddvernes Oct 23, 2023
718a5a3
⬆️ downshift
oddvernes Oct 23, 2023
54961ea
⬆️ @rollup/plugin-commonjs
oddvernes Oct 23, 2023
30886d6
⬆️ storybook (again)
oddvernes Oct 23, 2023
03704a9
⬆️ @testing-library/dom
oddvernes Oct 23, 2023
263948d
fix stupid snyk false positive
oddvernes Oct 23, 2023
12ad0e3
⬆️ @types/jest
oddvernes Oct 23, 2023
ca0edf8
more snyk fix
oddvernes Oct 23, 2023
d099959
⬆️ @types/jest-axe
oddvernes Oct 23, 2023
4ee434a
⬆️ babel-loader
oddvernes Oct 23, 2023
79b1ce9
eslint plugins
oddvernes Oct 23, 2023
05200e0
postcss
oddvernes Oct 23, 2023
a020916
⬆️ prettier
oddvernes Oct 23, 2023
0000d54
storybook lab
oddvernes Oct 23, 2023
3da6846
⬆️ @rollup/plugin-node-resolve
oddvernes Oct 23, 2023
d797868
⬆️ @tanstack/react-table
oddvernes Oct 23, 2023
74b7ae1
data-grid: disable remarkGfm plugin
oddvernes Oct 23, 2023
c6e1dc7
⬆️ @testing-library/user-event
oddvernes Oct 23, 2023
c5dde4e
storybook: remove remarkGFM plugin
oddvernes Oct 24, 2023
d1251fe
⬆️ @typescript-eslint/eslint-plugin
oddvernes Oct 24, 2023
193cd82
⬆️ @typescript-eslint/parser
oddvernes Oct 24, 2023
6a233cd
⬆️ babel-jest
oddvernes Oct 24, 2023
2017eef
⬆️ browser-sync
oddvernes Oct 24, 2023
ab2b5cb
⬆️ eslint & plugins
oddvernes Oct 24, 2023
d11c90c
⬆️ jest & plugins
oddvernes Oct 24, 2023
181bee2
⬆️ datepicker, hook-form & router-dom
oddvernes Oct 24, 2023
7ed1071
⬆️ styled-components
oddvernes Oct 24, 2023
b6f0aa4
update slider snapshot due to styled-components
oddvernes Oct 24, 2023
d821ef8
⬆️ ts-jest
oddvernes Oct 24, 2023
0691917
⬆️ [email protected]
oddvernes Oct 24, 2023
51043f4
remove unused webpack dependency
oddvernes Oct 24, 2023
5a9243a
⬆️ clsx (major)
oddvernes Oct 25, 2023
06b175b
⬆️ del (major)
oddvernes Oct 25, 2023
b94f6b4
⬆️ dotenv (major)
oddvernes Oct 25, 2023
7227c0a
⬆️ @types/react-datepicker
oddvernes Oct 25, 2023
eaf676a
⬆️ node-fetch
oddvernes Oct 26, 2023
8b24247
⬆️ subset-font (major)
oddvernes Oct 26, 2023
760d0ae
⬆️ @types/node (major)
oddvernes Oct 26, 2023
6368494
⬆️ @types/react
oddvernes Oct 26, 2023
de0a180
⬆️ @types/react-dom
oddvernes Oct 26, 2023
d7ecf13
remove accidentally added file
oddvernes Oct 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/font/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"bent": "^7.3.12",
"http-server": "^14.1.1",
"subset-font": "^1.4.0"
"subset-font": "^2.1.0"
}
}
14 changes: 7 additions & 7 deletions assets/font/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/woman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dev": "browser-sync start --server '.' --files '*{html,css,svg}' --no-ui --no-open --watch --no-inject-changes"
},
"dependencies": {
"browser-sync": "^2.27.11"
"browser-sync": "^2.29.3"
}
}
Loading