Skip to content

Commit

Permalink
SWED-2333 update minor packages + README command
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Nov 20, 2023
1 parent 3e59ca4 commit fa979d7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Before merging to master to create a release, make sure you follow these steps:

- then run `npm i` to also update package-lock

- run `npx browserslist@latest --update-db` to update browserslist
- run `npx update-browserslist-db@latest` to update browserslist

- Make sure the `RELEASE_NOTES.md` is correct (date and version) and only contains changes for the current release

Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"chalk": "^4.1.2",
"chart.js": "^2.9.4",
"classnames": "^2.3.2",
"core-js": "^3.33.2",
"core-js": "^3.33.3",
"flatpickr": "^4.6.13",
"js-beautify": "^1.14.11",
"normalize.css": "^8.0.1",
Expand All @@ -55,15 +55,15 @@
"react-router-hash-link": "^2.4.3"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@playwright/test": "^1.39.0",
"@sentry/webpack-plugin": "^1.20.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.1.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"babel-loader": "^9.1.3",
"babel-plugin-root-import": "^6.6.0",
Expand Down

0 comments on commit fa979d7

Please sign in to comment.