21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-09 20:18:39 +02:00
chexpire/package.json
dependabot[bot] 9ba3bb4b4a
Bump json5 and exports-loader
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [exports-loader](https://github.com/webpack-contrib/exports-loader). These dependencies need to be updated together.


Updates `json5` from 1.0.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v2.2.3)

Updates `exports-loader` from 0.7.0 to 4.0.0
- [Release notes](https://github.com/webpack-contrib/exports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/exports-loader/compare/v0.7.0...v4.0.0)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: exports-loader
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 09:57:18 +00:00

20 lines
448 B
JSON

{
"name": "chexpire",
"private": true,
"dependencies": {
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.3.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"bootstrap": "4.3.1",
"exports-loader": "^4.0.0",
"jquery": "^3.4.1",
"popper.js": "^1.15.0",
"postcss-preset-env": "^6.7.0",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.8.0"
}
}