Skip to content

Commit 264a4e6

Browse files
chore: update dependencies and mock service worker version
- Added @tailwindcss/oxide to the list of built dependencies in package.json. - Updated the PACKAGEVERSION in mockServiceWorker.js from 2.9.0 to
1 parent 4e2f604 commit 264a4e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"pnpm": {
8181
"onlyBuiltDependencies": [
8282
"@swc/core",
83+
"@tailwindcss/oxide",
8384
"esbuild",
8485
"msw",
8586
"unrs-resolver"

public/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* - Please do NOT modify this file.
88
*/
99

10-
const PACKAGE_VERSION = '2.9.0'
10+
const PACKAGE_VERSION = '2.10.2'
1111
const INTEGRITY_CHECKSUM = 'f5825c521429caf22a4dd13b66e243af'
1212
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1313
const activeClientIds = new Set()

0 commit comments

Comments
 (0)