Skip to content

Commit c5e380e

Browse files
authored
Merge pull request #48 from Patternslib/upgrade
Upgrade
2 parents 739edaf + b7f96f7 commit c5e380e

File tree

2 files changed

+45
-28
lines changed

2 files changed

+45
-28
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"dependencies": {
77
"@babel/core": "^7.27.1",
88
"@babel/eslint-parser": "^7.27.1",
9-
"@babel/preset-env": "^7.27.1",
9+
"@babel/preset-env": "^7.27.2",
1010
"@commitlint/cli": "^19.8.0",
1111
"@commitlint/config-conventional": "^19.8.0",
1212
"@release-it/conventional-changelog": "^10.0.1",
1313
"babel-loader": "^10.0.0",
1414
"css-loader": "^7.1.2",
1515
"eslint": "^9.26.0",
16-
"eslint-config-prettier": "^10.1.2",
17-
"globals": "^16.0.0",
16+
"eslint-config-prettier": "^10.1.3",
17+
"globals": "^16.1.0",
1818
"identity-obj-proxy": "^3.0.0",
1919
"jest": "^29.7.0",
2020
"jest-environment-jsdom": "^29.7.0",
@@ -27,7 +27,7 @@
2727
"style-loader": "^4.0.0",
2828
"terser-webpack-plugin": "^5.3.14",
2929
"timezone-mock": "^1.3.6",
30-
"webpack": "^5.99.7",
30+
"webpack": "^5.99.8",
3131
"webpack-bundle-analyzer": "^4.10.2",
3232
"webpack-cli": "^6.0.1",
3333
"webpack-dev-server": "^5.2.1",

yarn.lock

Lines changed: 41 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
2525
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
2626

27+
"@babel/compat-data@^7.27.2":
28+
version "7.27.2"
29+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
30+
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
31+
2732
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.27.1":
2833
version "7.27.1"
2934
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
@@ -83,6 +88,17 @@
8388
lru-cache "^5.1.1"
8489
semver "^6.3.1"
8590

91+
"@babel/helper-compilation-targets@^7.27.2":
92+
version "7.27.2"
93+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
94+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
95+
dependencies:
96+
"@babel/compat-data" "^7.27.2"
97+
"@babel/helper-validator-option" "^7.27.1"
98+
browserslist "^4.24.0"
99+
lru-cache "^5.1.1"
100+
semver "^6.3.1"
101+
86102
"@babel/helper-create-class-features-plugin@^7.27.1":
87103
version "7.27.1"
88104
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz#5bee4262a6ea5ddc852d0806199eb17ca3de9281"
@@ -630,13 +646,14 @@
630646
dependencies:
631647
"@babel/helper-plugin-utils" "^7.27.1"
632648

633-
"@babel/plugin-transform-object-rest-spread@^7.27.1":
634-
version "7.27.1"
635-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz#845bdcd74c87b8f565c25cc6812f7f4f43c9ed79"
636-
integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA==
649+
"@babel/plugin-transform-object-rest-spread@^7.27.2":
650+
version "7.27.2"
651+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.2.tgz#67f9ab822347aa2bcee91e8996763da79bdea973"
652+
integrity sha512-AIUHD7xJ1mCrj3uPozvtngY3s0xpv7Nu7DoUSnzNY6Xam1Cy4rUznR//pvMHOhQ4AvbCexhbqXCtpxGHOGOO6g==
637653
dependencies:
638-
"@babel/helper-compilation-targets" "^7.27.1"
654+
"@babel/helper-compilation-targets" "^7.27.2"
639655
"@babel/helper-plugin-utils" "^7.27.1"
656+
"@babel/plugin-transform-destructuring" "^7.27.1"
640657
"@babel/plugin-transform-parameters" "^7.27.1"
641658

642659
"@babel/plugin-transform-object-super@^7.27.1":
@@ -782,13 +799,13 @@
782799
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
783800
"@babel/helper-plugin-utils" "^7.27.1"
784801

785-
"@babel/preset-env@^7.27.1":
786-
version "7.27.1"
787-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.1.tgz#23463ab94f36540630924f5de3b4c7a8dde3b6a2"
788-
integrity sha512-TZ5USxFpLgKDpdEt8YWBR7p6g+bZo6sHaXLqP2BY/U0acaoI8FTVflcYCr/v94twM1C5IWFdZ/hscq9WjUeLXA==
802+
"@babel/preset-env@^7.27.2":
803+
version "7.27.2"
804+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a"
805+
integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==
789806
dependencies:
790-
"@babel/compat-data" "^7.27.1"
791-
"@babel/helper-compilation-targets" "^7.27.1"
807+
"@babel/compat-data" "^7.27.2"
808+
"@babel/helper-compilation-targets" "^7.27.2"
792809
"@babel/helper-plugin-utils" "^7.27.1"
793810
"@babel/helper-validator-option" "^7.27.1"
794811
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
@@ -830,7 +847,7 @@
830847
"@babel/plugin-transform-new-target" "^7.27.1"
831848
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
832849
"@babel/plugin-transform-numeric-separator" "^7.27.1"
833-
"@babel/plugin-transform-object-rest-spread" "^7.27.1"
850+
"@babel/plugin-transform-object-rest-spread" "^7.27.2"
834851
"@babel/plugin-transform-object-super" "^7.27.1"
835852
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
836853
"@babel/plugin-transform-optional-chaining" "^7.27.1"
@@ -3806,10 +3823,10 @@ escodegen@^2.0.0, escodegen@^2.1.0:
38063823
optionalDependencies:
38073824
source-map "~0.6.1"
38083825

3809-
eslint-config-prettier@^10.1.2:
3810-
version "10.1.2"
3811-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.2.tgz#31a4b393c40c4180202c27e829af43323bf85276"
3812-
integrity sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA==
3826+
eslint-config-prettier@^10.1.3:
3827+
version "10.1.3"
3828+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.3.tgz#b53b626e5fae39aa2a442a929488c35acec53c96"
3829+
integrity sha512-vDo4d9yQE+cS2tdIT4J02H/16veRvkHgiLDRpej+WL67oCfbOb97itZXn8wMPJ/GsiEBVjrjs//AVNw2Cp1EcA==
38133830

38143831
38153832
version "5.1.1"
@@ -4469,10 +4486,10 @@ globals@^14.0.0:
44694486
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
44704487
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
44714488

4472-
globals@^16.0.0:
4473-
version "16.0.0"
4474-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.0.0.tgz#3d7684652c5c4fbd086ec82f9448214da49382d8"
4475-
integrity sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==
4489+
globals@^16.1.0:
4490+
version "16.1.0"
4491+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.1.0.tgz#ee6ab147d41c64e9f2beaaaf66572d18df8e1e60"
4492+
integrity sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g==
44764493

44774494
gopd@^1.2.0:
44784495
version "1.2.0"
@@ -7915,10 +7932,10 @@ webpack-sources@^3.2.3:
79157932
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
79167933
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
79177934

7918-
webpack@^5.99.7:
7919-
version "5.99.7"
7920-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.7.tgz#60201c1ca66da046b07d006c2f6e0cc5e8a7bdba"
7921-
integrity sha512-CNqKBRMQjwcmKR0idID5va1qlhrqVUKpovi+Ec79ksW8ux7iS1+A6VqzfZXgVYCFRKl7XL5ap3ZoMpwBJxcg0w==
7935+
webpack@^5.99.8:
7936+
version "5.99.8"
7937+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.8.tgz#dd31a020b7c092d30c4c6d9a4edb95809e7f5946"
7938+
integrity sha512-lQ3CPiSTpfOnrEGeXDwoq5hIGzSjmwD72GdfVzF7CQAI7t47rJG9eDWvcEkEn3CUQymAElVvDg3YNTlCYj+qUQ==
79227939
dependencies:
79237940
"@types/eslint-scope" "^3.7.7"
79247941
"@types/estree" "^1.0.6"

0 commit comments

Comments
 (0)